Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
39f9e5435107455f5dcc7b7fb92070d62da6454b
« Previous
08d11b7
Use final version for parent pom and fix svn url.
by Carsten Ziegeler
· 17 years ago
16bcf90
Prevent NPE if a component to be validated does is not a service
by Felix Meschberger
· 17 years ago
2d38430
Ignore Eclipse Project artifacts
by Felix Meschberger
· 17 years ago
55fcffd
FELIX-340: update classpath algorithm to match maven compilation classpath
by Stuart McCulloch
· 17 years ago
697b6bb
Readd license header.
by Carsten Ziegeler
· 17 years ago
13f6515
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 17 years ago
db730e4
[maven-release-plugin] prepare release commons-build-1.0.0
by Carsten Ziegeler
· 17 years ago
f47ee3f
Configure maven-release-plugin for all profiles.
by Carsten Ziegeler
· 17 years ago
500bb6d
Revert changes to pom and correct svn url.
by Carsten Ziegeler
· 17 years ago
ce6a290
[maven-release-plugin] prepare release commons-build-1.0.0
by Carsten Ziegeler
· 17 years ago
d69f4d3
Revert changes to pom and correct svn url.
by Carsten Ziegeler
· 17 years ago
9944b5d
[maven-release-plugin] prepare release commons-build-1.0.0
by Carsten Ziegeler
· 17 years ago
671f3de
Pass bundle context to create method.
by Carsten Ziegeler
· 17 years ago
f8279c0
Move object creation to separate method to allow easier sub classing.
by Carsten Ziegeler
· 17 years ago
7776a38
Remove trailing spaces - no code changes.
by Carsten Ziegeler
· 17 years ago
2941ef9
FELIX-335 Configuration Admin updates with empty properties and throws NullPointerExceptions due to race condition
by Felix Meschberger
· 17 years ago
c9e4bfd
Use released versions where possible.
by Carsten Ziegeler
· 17 years ago
f0cde29
Add scrplugin to build
by Carsten Ziegeler
· 17 years ago
cfea2ac
Add license and notice file
by Carsten Ziegeler
· 17 years ago
84add00
Moving scr plugin from sandbox to main trunk
by Carsten Ziegeler
· 17 years ago
efdde67
Remove sandbox from package name
by Carsten Ziegeler
· 17 years ago
09d2c69
Remove sandbox from package name
by Carsten Ziegeler
· 17 years ago
4ccaaeb
Moving scr plugin from sandbox to main trunk
by Carsten Ziegeler
· 17 years ago
e60d878
Added support for persistent last used bundle ID to avoid re-use of
by Richard S. Hall
· 17 years ago
6e8a27b
Avoid unused object creation.
by Carsten Ziegeler
· 17 years ago
47ab0ae
Organize imports, remove unused casts and remove trailing spaces - no other changes this time
by Carsten Ziegeler
· 17 years ago
661b7ae
Organize imports, remove unused casts and remove trailing spaces - no other changes this time
by Carsten Ziegeler
· 17 years ago
3d5ee8e
Add the lifecycle controller handler.
by Clement Escoffier
· 17 years ago
53b66b7
Rollback to previous version to undo formating changes
by Karl Pauls
· 17 years ago
6508b8b
Fix a bug in the Framework FilterImpl which makes it not thread safe on execution (FELIX-338).
by Karl Pauls
· 17 years ago
79a76a5
Rollback to previous version to undo the formating changes.
by Karl Pauls
· 17 years ago
b4150c5
Add missing this :(
by Carsten Ziegeler
· 17 years ago
7cbcef5
Revert unintentional code formatting
by Carsten Ziegeler
· 17 years ago
eb80d51
Revert unintentional code formatting
by Carsten Ziegeler
· 17 years ago
5fc73fb
Organize imports
by Carsten Ziegeler
· 17 years ago
6c6f25b
Organize imports
by Carsten Ziegeler
· 17 years ago
37d2c29
Organize imports
by Carsten Ziegeler
· 17 years ago
64c6f7a
Clean up imports.
by Carsten Ziegeler
· 17 years ago
2b0ceb0
Remove private null scheduler implementation and use public one
by Carsten Ziegeler
· 17 years ago
c64fd7a
Turn on namespace handling.
by Carsten Ziegeler
· 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
7fa1fc0
Restore project blocking the continuous build. The issue came from an unavailable maven plug-in (available now)
by Clement Escoffier
· 17 years ago
65cce82
FELIX-337 Immediate components are registered as delayed
by Felix Meschberger
· 17 years ago
5aa64ed
Correctly handle namespaces (namespace is required if component is not the root element)
by Carsten Ziegeler
· 17 years ago
64b8aa1
Turn on namespace processing and simplify handler interface.
by Carsten Ziegeler
· 17 years ago
f6201a7
Add initial support for namespace handling, check for namespace and use local name (FELIX-106)
by Carsten Ziegeler
· 17 years ago
6be327f
Applied patch (FELIX-333) to remove new-lines/form-feeds from property values.
by Richard S. Hall
· 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
0833dc0
Refer to released Felix parent project and OSGi libraries
by Felix Meschberger
· 17 years ago
bb04898
FELIX-334 Missing callbacks for Configuration plugins
by Felix Meschberger
· 17 years ago
bd3ed0e
Correct url to felix project and switch poi scratchpad to poi full, containing poi, poi-contrib and poi-scratchpad.
by Carsten Ziegeler
· 17 years ago
ed201e7
Ignore target directory.
by Carsten Ziegeler
· 17 years ago
b5d6dcc
Add wrapper bundle for poi scratchpad.
by Carsten Ziegeler
· 17 years ago
13afe1c
Add scoping features for service requirement resolving.
by Clement Escoffier
· 17 years ago
ce1ed6a
Do not print stacktrace to standard out.
by Carsten Ziegeler
· 17 years ago
8469b3c
Inclusion of rule to allow imports or exports to be forced into all bundles (FELIX-332).
by Rob Walker
· 17 years ago
07bc382
Ensure URL stream is closed once bytes have been read and copied to response (FELIX-330).
by Rob Walker
· 17 years ago
8fb2f05
No code changes - just formatting.
by Carsten Ziegeler
· 17 years ago
e993bf4
Solve a simple bug in the iPOJO Manipulator when a class is already manipulated.
by Clement Escoffier
· 17 years ago
9e73ae8
Correct artifact id.
by Carsten Ziegeler
· 17 years ago
dd57ec5
Correct notice files (part 2/2)
by Carsten Ziegeler
· 17 years ago
18ae2f1
Correct notice files (part 1)
by Carsten Ziegeler
· 17 years ago
aace434
Add license and notice file.
by Carsten Ziegeler
· 17 years ago
41c255e
Add prefs module.
by Carsten Ziegeler
· 17 years ago
2234ede
Adjust package names.
by Carsten Ziegeler
· 17 years ago
6c67323
Adjust package names.
by Carsten Ziegeler
· 17 years ago
6a1eb38
Adjust package names.
by Carsten Ziegeler
· 17 years ago
aa6c7c6
Adjust package names.
by Carsten Ziegeler
· 17 years ago
122a404
move preferences implementation to trunk (this time with correct url)
by Carsten Ziegeler
· 17 years ago
c11a415
Some cosmetic improvements
by Clement Escoffier
· 17 years ago
014025e
Some cosmetic improvements
by Clement Escoffier
· 17 years ago
524390f
Applied patch (FELIX-313) to support archive configuration (e.g., excluding
by Richard S. Hall
· 17 years ago
bbf9a67
Add assembly plugin configuration to create project and bin distributions
by Carsten Ziegeler
· 17 years ago
b0eb11c
Added proxying to the application to enabled deferred service retrieval.
by Richard S. Hall
· 17 years ago
d115071
Modified extender application to use a proxy shape to defer object creation.
by Richard S. Hall
· 17 years ago
29faca3
Add licence and notice for the remaining modules.
by Carsten Ziegeler
· 17 years ago
27100a8
Add license and notice files to resources (mail and activation will follow shortly)
by Carsten Ziegeler
· 17 years ago
25ee5f6
Add license and notice files
by Carsten Ziegeler
· 17 years ago
ef09a2c
Rename build artficat id to commons-build to better distinguish it from other "build" modules.
by Carsten Ziegeler
· 17 years ago
284e395
Ignore target directory.
by Carsten Ziegeler
· 17 years ago
7baa52a
Move parent pom for commons into "pom" folder
by Carsten Ziegeler
· 17 years ago
c13045a
Add configuration for release and gpg plugin
by Carsten Ziegeler
· 17 years ago
7a79dfb
Add scm configuration for the release plugin.
by Carsten Ziegeler
· 17 years ago
c845fe7
Refer to released parent pom (1.0.0)
by Carsten Ziegeler
· 17 years ago
6179186
Commented out some subprojects to get the continuous build to run.
by Marcel Offermans
· 17 years ago
675b055
A bug slipped into the framework shutdown process during the refactoring
by Richard S. Hall
· 17 years ago
8da8570
Fixed to the new boilerplate license header.
by Par Niclas Hedhman
· 17 years ago
9903dbc
Update the main and framework subprojects to 1.1.0-SNAPSHOT.
by Karl Pauls
· 17 years ago
aa573ad
Prepare the main subproject for the 1.0.0 release.
by Karl Pauls
· 17 years ago
3e0ea2c
Prepare the framework for the 1.0.0 release.
by Karl Pauls
· 17 years ago
2cd5bed
Added some documentation and the change logs to framework and main sub-projects.
by Richard S. Hall
· 17 years ago
8828735
Modified the bundle tracker to be even simpler, so that I wouldn't have
by Richard S. Hall
· 17 years ago
f62835a
Copy LICENSE and NOTICE files to the root of the artifacts.
by Karl Pauls
· 17 years ago
46754b5
Added extender-based example application.
by Richard S. Hall
· 17 years ago
b35c038
Embedded the service tracker source code directly into the framework
by Richard S. Hall
· 17 years ago
cfd6510
Fixed some errors in the comments.
by Richard S. Hall
· 17 years ago
66b60a8
Changed embedded example cache directory name to be more specific.
by Richard S. Hall
· 17 years ago
Next »