Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
3d144cda088b054f7446d505fd3e80db4728533e
3d144cd
[FELIX-2571] Have fileinstall listen for configuration changes and write them back to the config files
by Guillaume Nodet
· 14 years ago
2c9e592
Update to latest bndlib. (FELIX-2176)
by Richard S. Hall
· 14 years ago
2023ea5
Fix some formatting.
by Richard S. Hall
· 14 years ago
c21f359
Fixed FELIX-2674 /Too much error logging after fixing FELIX-2644/
by Valentin Valchev
· 14 years ago
54430b5
Fixed #FELIX-2644 /cannot disable plugin/
by Valentin Valchev
· 14 years ago
c138b66
Rewrite how we determine when to implicitly boot delegate. (FELIX-2670)
by Richard S. Hall
· 14 years ago
4cc90fa
fix up NOTICE and DEPENDENCY files
by David Morgan Spencer Savage
· 14 years ago
502fe7e
FELIX-2669 Ensure DEPENDENCIES file is also included with the build
by Felix Meschberger
· 14 years ago
4ad72d6
FELIX-2669 Fix and update legal files
by Felix Meschberger
· 14 years ago
b525d96
FELIX-2669 Remove scr-annotations module from main reactor
by Felix Meschberger
· 14 years ago
5f47a0c
FELIX-2669 Remove leftover empty directories
by Felix Meschberger
· 14 years ago
d21cf7f
Clarify propertyPrivate JavaDoc
by Felix Meschberger
· 14 years ago
a617d0b
FELIX-2669 A few more dependency fixes:
by Felix Meschberger
· 14 years ago
8235346
FELIX-2669 For backwards compatibility ensure default
by Felix Meschberger
· 14 years ago
8a97e67
FELIX-2669 Fix dependencies and ensure build is using Java 5
by Felix Meschberger
· 14 years ago
fb2e1c0
FELIX-2669 fix reactor project model
by Felix Meschberger
· 14 years ago
00b9b9d
FELIX-2669 move scr.annotations to scrplugin/annotations and reorder sources amongst the new modules
by Felix Meschberger
· 14 years ago
b751421
FELIX-2669 move maven plugin code to maven-scr-plugin subfolder
by Felix Meschberger
· 14 years ago
452da9b
FELIX-2671 (OSGi Bug 104) Add a TODO to ensure termination of
by Felix Meschberger
· 14 years ago
4ab1f7f
FELIX-2671 (OSGi Bug 105) Remove participateOrBegin method
by Felix Meschberger
· 14 years ago
2c6faa0
FELIX-2671 (OSGi Bug 97) On timeout the Coordination is immediately
by Felix Meschberger
· 14 years ago
bfb5537
FELIX-2671 (OSGi Bug 100) Add new isTerminated method
by Felix Meschberger
· 14 years ago
0192619
FELIX-2642 Implement Ant Task for DS and Metatype service descriptor generation
by Felix Meschberger
· 14 years ago
bd4349c
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 14 years ago
7b5dcd1
[maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.6
by Clement Escoffier
· 14 years ago
9d20486
update the changelog (release preparation)
by Clement Escoffier
· 14 years ago
7100f91
Cleanup
by Karl Pauls
· 14 years ago
5c8c955
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
d686d09
[maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.5
by Karl Pauls
· 14 years ago
5dfa2a0
Prepare release
by Karl Pauls
· 14 years ago
915c43f
Cleanup
by Karl Pauls
· 14 years ago
a8235e2
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
9194cac
[maven-release-plugin] prepare release org.apache.felix.main-3.0.5
by Karl Pauls
· 14 years ago
1500697
Prepare release.
by Karl Pauls
· 14 years ago
51adb52
Prepare release.
by Karl Pauls
· 14 years ago
f812393
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
9394814
[maven-release-plugin] prepare release org.apache.felix.framework-3.0.5
by Karl Pauls
· 14 years ago
98e00cb
Rollback
by Karl Pauls
· 14 years ago
fea7ec5
[maven-release-plugin] prepare release org.apache.felix.framework-3.0.5
by Karl Pauls
· 14 years ago
dd40449
Prepare for release.
by Karl Pauls
· 14 years ago
c98036a
FELIX-2665 : getting error about SlingFilterScope not being applicable for <T extends Enum>. Applied patch from Justin Edelson
by Carsten Ziegeler
· 14 years ago
936d26c
fixed memory leak in remove(Dependency) method
by Pierre De Rop
· 14 years ago
48c86af
fixed wrong method names
by Pierre De Rop
· 14 years ago
7a0a589
Added a new test case, which verifies that declaring extra dependencies from an init method,
by Pierre De Rop
· 14 years ago
761a449
Fetch again the current state in the add(List) method, just before invoking calculateStateChanges method.
by Pierre De Rop
· 14 years ago
82c72a1
Add the JMX Handler Test suite
by Clement Escoffier
· 14 years ago
e3a3e2e
Fix FELIX-2633 Rename JMX annotations
by Clement Escoffier
· 14 years ago
2e0fd58
Delete the bundleAsiPOJO module
by Clement Escoffier
· 14 years ago
520d1fa
Fix FELIX-2664 Native methods should not be manipulated
by Clement Escoffier
· 14 years ago
980b97f
Cannot override getResources() pre-Java 1.5 and some other minor cleanup.
by Richard S. Hall
· 14 years ago
07e6e52
Refactor a bit the local url conversions using methods and a wrapper enumeration for performance (FELIX-2645)
by Guillaume Nodet
· 14 years ago
efeae06
Code cleanup (e.g., remove IteratorToEnumeration class).
by Richard S. Hall
· 14 years ago
4c45540
FELIX-2556: Don't try to stop fragment bundles
by Sanjeeb Kumar Sahoo
· 14 years ago
5c27eb9
Test to ensure the service changed bugfix will not regress.
by Marcel Offermans
· 14 years ago
ff4758f
Incorrectly dealt with service changed events.
by Marcel Offermans
· 14 years ago
43b346b
Eliminated thread local and anonymous inner classe for returning
by Richard S. Hall
· 14 years ago
56187e1
FELIX-2655: Make log level configurable
by Sanjeeb Kumar Sahoo
· 14 years ago
1f6ade5
remove -i alias for --nointeractive FELIX-2661
by Derek Baum
· 14 years ago
75dc988
added --nointeractive flag to gosh. FELIX-2661
by Derek Baum
· 14 years ago
842becf
Another new test case for resource adapters.
by Marcel Offermans
· 14 years ago
839640c
Tests the extensions that have been made to the standard ServiceTracker (mostly related to dealing with aspects).
by Marcel Offermans
· 14 years ago
ddf6e67
Updated the test to use a new feature of the Ensure helper class that allows you to test multiple invocations of the same method by specifying a list of sequence numbers that must match with the invocations.
by Marcel Offermans
· 14 years ago
555104f
Extended the test case.
by Marcel Offermans
· 14 years ago
ee059df
Extended the test case.
by Marcel Offermans
· 14 years ago
0eb3892
Some code reformatting.
by Marcel Offermans
· 14 years ago
cba34e9
Fixed this test.
by Marcel Offermans
· 14 years ago
b7b6cd4
Added an extra method to the interface.
by Marcel Offermans
· 14 years ago
fea1484
More fixes for instance bound callbacks.
by Marcel Offermans
· 14 years ago
0acdb1b
Various fixes for problems with when to invoke instance bound dependency callbacks.
by Marcel Offermans
· 14 years ago
fcbc623
Fixed a concurrent modification exception caused by improper and missing synchronization.
by Marcel Offermans
· 14 years ago
9b16b70
FELIX-2660 Prevent bundles from being displayed in the web output
by Felix Meschberger
· 14 years ago
8df7c97
FELIX-2570 Allow ConfigurationPrinter services to output HTML code
by Felix Meschberger
· 14 years ago
1e00286
Refactor configuration render type detection into a sngle class
by Carsten Ziegeler
· 14 years ago
21c44ab
FELIX-2659 : ConfigurationRender.searchMethod must catch problems more broadly
by Carsten Ziegeler
· 14 years ago
334da1a
FELIX-2658 : Deprecate ConfigurationPrinter.PROPERTY_MODES constant
by Carsten Ziegeler
· 14 years ago
0c3c922
Modify bundle cache to use a single file to record bundle state
by Richard S. Hall
· 14 years ago
690b5af
FELIX-2639 Add new WebConsoleSecurityProvider2 interface and
by Felix Meschberger
· 14 years ago
0055b31
FELIX-2647 Further improvements:
by Felix Meschberger
· 14 years ago
ffadb10
We should about implicit boot delegation as soon as we find a
by Richard S. Hall
· 14 years ago
2966610
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 14 years ago
9cf189e
[maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.6
by Carsten Ziegeler
· 14 years ago
15afbf0
Update changelog
by Carsten Ziegeler
· 14 years ago
273920d
FELIX-2614 : Mark unresolved packages
by Carsten Ziegeler
· 14 years ago
38f7529
FELIX-2652 : Allow attachment providers which do not implement the interface
by Carsten Ziegeler
· 14 years ago
4370c1b
Add extra dependencies in one shot, using the Service.add(List) signature, in order to calculate state changes atomically
by Pierre De Rop
· 14 years ago
efd51f3
Since this tests defines two extra dependencies from an init method, then we have to use service.add(List) signature ...
by Pierre De Rop
· 14 years ago
d7ce4cd
FELIX-2650 : ConfigurationPrinter with other modes than web should be excluded from web
by Carsten Ziegeler
· 14 years ago
b1208d3
FELIX-2649 : Support for configuration printers without requiring them to implement the interface
by Carsten Ziegeler
· 14 years ago
1c944ec
Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version.
by Marcel Offermans
· 14 years ago
96021d6
FELIX-2645: Introduce the org.apache.felix.jarurls property
by Guillaume Nodet
· 14 years ago
8aa930f
FELIX-2645: Introduce the org.apache.felix.jarurls property
by Guillaume Nodet
· 14 years ago
9e60059
FELIX-2647 First checkin of the Apache Felix Coordinator Service implementation
by Felix Meschberger
· 14 years ago
d989875
Ignore more Maven Eclipse project files
by Felix Meschberger
· 14 years ago
11d40af
add comments.
by Clement Escoffier
· 14 years ago
dc30b13
Cleanup test environment after tests.
by Clement Escoffier
· 14 years ago
18398a2
Fix FELIX-2594 Have a way to create new custom iPojo handler without having to specify a handler usage
by Clement Escoffier
· 14 years ago
f04d9b1
Do not make containerisms public. (FELIX-2645)
by Richard S. Hall
· 14 years ago
f23f732
[FELIX-2645] Add (hidden) way to retrieve a local URL for a given bundle URL
by Guillaume Nodet
· 14 years ago
6341939
Start working on FELIX-2636 Cannot control the validity of an iPOJO instance using a configuration property
by Clement Escoffier
· 14 years ago
48af5cd
Forgot to remove a print statement.
by Marcel Offermans
· 14 years ago
Next »