Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
e8275af67d8cfadb4587eb5fe6b8abcd327e6011
/
ipojo
3d5ee8e
Add the lifecycle controller handler.
by Clement Escoffier
· 17 years ago
949e4f3
Solve a bug in synchronization stuff. IPOJO released services when exiting methods. However, for service factory, it must not released services as the binding can be stateful.
by Clement Escoffier
· 17 years ago
42ef155
Defines an Ant Task to create iPOJO Bundles.
by Clement Escoffier
· 17 years ago
f5fc556
Add annotation support in iPOJO. It is now possible to define component-type with Java 5 annotations.
by Clement Escoffier
· 17 years ago
ddb4912
Improve iPOJO to manage synchronization when a POJO uses service objects.
by Clement Escoffier
· 17 years ago
e0a8cb5
Modify a little automatic requirement resolution on composite when the service specification contains service requirement.(Felix-311)
by Clement Escoffier
· 17 years ago
13afe1c
Add scoping features for service requirement resolving.
by Clement Escoffier
· 17 years ago
e993bf4
Solve a simple bug in the iPOJO Manipulator when a class is already manipulated.
by Clement Escoffier
· 17 years ago
c11a415
Some cosmetic improvements
by Clement Escoffier
· 17 years ago
014025e
Some cosmetic improvements
by Clement Escoffier
· 17 years ago
0a3858c
Move to the next version
by Karl Pauls
· 17 years ago
758d1d1
Improve LDAP filter in InstanceCreator.java Some cosmetic fixes
by Clement Escoffier
· 17 years ago
589e2b3
Move the parent pom.xml into it's own subproject and fix some minor issues
by Karl Pauls
· 17 years ago
0f2d764
Remove dependency on Java 1.4 inside the iPOJO Runtime.
by Clement Escoffier
· 17 years ago
201a6ef
Commit a small change on architecture (Felix-311).
by Clement Escoffier
· 17 years ago
4b877f4
Fix org.osgi.service.cm package version in manipulated bundle.
by Clement Escoffier
· 17 years ago
d296521
Solve a bug about local variable inside constructor manipulation.
by Clement Escoffier
· 17 years ago
2e35112
Add iPOJO Extender and solve a bug on LogService delegation. This commit is a part of the iPOJO new version issue (Felix-311).
by Clement Escoffier
· 17 years ago
5026136
Improve method invocation for Lifecycle Callbacks. Allow the invocation of method from parent classes.(Felix-315).
by Clement Escoffier
· 17 years ago
2974be1
Solve a architecture bug (to get the metadata file)
by Clement Escoffier
· 17 years ago
18a6a80
Remove dependency on Java 5 (Felix-312) Format code consistently
by Clement Escoffier
· 17 years ago
ace86c5
Commit the new iPOJO Version (Felix-311)
by Clement Escoffier
· 17 years ago
c547cfe
Update new iPOJO Metadata (Felix-311)
by Clement Escoffier
· 17 years ago
042a0ec
Add the new manipulator project (Felix-311)
by Clement Escoffier
· 17 years ago
d312acc
Move Felix Project Team mail address form incubator to the new top-level dev list.
by Karl Pauls
· 17 years ago
a721c96
Applied patch (FELIX-300) to change iPOJO to use ASM 3.
by Richard S. Hall
· 17 years ago
797bc98
Renamed the artifactId of the bundle plugin back to maven-bundle-plugin.
by Richard S. Hall
· 17 years ago
78c340e
Applied patch (FELIX-292) to modify the iPOJO Callback class to return the
by Richard S. Hall
· 17 years ago
376e83e
Refactored the iPOJO-related subproject to reside in the same trunk directory.
by Richard S. Hall
· 17 years ago
d9efffe
Applied patch (FELIX-291) to cache component metadata during packaging.
by Richard S. Hall
· 17 years ago
48b1427
Continued to svn repo refactoring, specifically moved and renamed the
by Richard S. Hall
· 17 years ago
0b8ba0f
Applied patch (FELIX-289) to add support for having "glue code" components
by Richard S. Hall
· 17 years ago
40223f1
Applied patch (FELIX-278) to provide support for unnamed component instances.
by Richard S. Hall
· 18 years ago
f2be773
Applied patch (FELIX-227) to enable callbacks for properties and service
by Richard S. Hall
· 18 years ago
22cb763
Applied patch (FELIX-273) to correctly dispose created component
by Richard S. Hall
· 18 years ago
92885b1
Mixed part of patch (FELIX-270)...I needed to do an "svn add".
by Richard S. Hall
· 18 years ago
8c011c6
Applied patch (FELIX-270) to add the composite component "provider"
by Richard S. Hall
· 18 years ago
f46b9e8
Applied patch (FELIX-266) to add support to iPOJO for composite services.
by Richard S. Hall
· 18 years ago
0cfee79
Applied patches (FELIX-251) to add more support for reflecting on the POJOs.
by Richard S. Hall
· 18 years ago
6d2ee1a
Applied patch (FELIX-222) to allow properties to be reconfigured and
by Richard S. Hall
· 18 years ago
6e5ad4a
Applied patch (FELIX-244) to allow external handlers to participate in
by Richard S. Hall
· 18 years ago
04f0530
Applied patch (FELIX-220) to allow callbacks to be private/protected and
by Richard S. Hall
· 18 years ago
dfa52ba
Applied patch (FELIX-214) to fix a bug that was not updating the
by Richard S. Hall
· 18 years ago
6d77d2a
Applied patch (FELIX-202) to resolve a synchronization bug.
by Richard S. Hall
· 18 years ago
2bddf8c
Applied patch (FELIX-200) to add support for XML property configuration
by Richard S. Hall
· 18 years ago
6b9385a
Applied patch (FELIX-196) to throw an exception when a configuration is
by Richard S. Hall
· 18 years ago
6351d27
Applied patch (FELIX-192) to fix several small bugs in iPOJO core.
by Richard S. Hall
· 18 years ago
de6eb1f
Applied patch (FELIX-190) to enable the display of additional
by Richard S. Hall
· 18 years ago
f2be196
Updated version numbers to 0.9.0-incubator-SNAPSHOT.
by Richard S. Hall
· 18 years ago
d2148da
Final portion of patch (FELIX-184).
by Richard S. Hall
· 18 years ago
5e68bdb
Trying to delete file to resolve md5 mismatch.
by Richard S. Hall
· 18 years ago
f5931c1
Applied patch (FELIX-184) to restructure iPOJO and add some new features.
by Richard S. Hall
· 18 years ago
b6ab9c2
Applied patch (FELIX-175) to fix some iPOJO bugs as well as introduce
by Richard S. Hall
· 18 years ago
7d1b922
Applied major patch to iPOJO (FELIX-166).
by Richard S. Hall
· 18 years ago
705b164
Shortened the names of iPOJO subproject directories.
by Richard S. Hall
· 18 years ago
[Renamed from org.apache.felix.ipojo]
829905b
Patched code to remove use of a static component manager to support
by Richard S. Hall
· 18 years ago
b42c3bc
Patch to make injected methods private instead of public (FELIX-96).
by Richard S. Hall
· 18 years ago
7c2e92a
Applied patch (FELIX-95).
by Richard S. Hall
· 18 years ago
61451a3
Applied patch (FELIX-91) to add support for arrays in component metadata.
by Richard S. Hall
· 18 years ago
31ec93d
Applied patch (FELIX-90) for support for spaces in inside attribute values.
by Richard S. Hall
· 18 years ago
68988f9
Applying patch (FELIX-89) to remove the dummy activator now that the
by Richard S. Hall
· 18 years ago
749e459
Modified author tags in the files to mention the Felix team. Changed
by Richard S. Hall
· 18 years ago
391fd8f
Applied patch submitted by Clement Escoffier. (FELIX-81)
by Richard S. Hall
· 18 years ago
7fa1415
Initial commit of iPOJO source, which was accepted as a subproject
by Richard S. Hall
· 18 years ago