Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
695cde81fc7e025cb92c4fb43807be9d410814ae
695cde8
Fix a memory leak (FELIX-2283).
by Karl Pauls
· 15 years ago
9e74777
Update NOTICE year (2008-2010)
by Clement Escoffier
· 15 years ago
14ef3cb
Release Preparation - Update changelog Cosmetic fix
by Clement Escoffier
· 15 years ago
440dbbf
Fixed FELIX-2245 /Log Plugin - level sorting should be by level/
by Valentin Pavlov Valchev
· 15 years ago
15fb1fa
Fixed FELIX-2257 /Bundle sort order is not stored in a cookie anymore/
by Valentin Pavlov Valchev
· 15 years ago
964acdd
Fixed FELIX-2274 /404 when plugin is missing/
by Valentin Pavlov Valchev
· 15 years ago
cbcb7c2
FELIX-1141 German Transalation of new error message
by Felix Meschberger
· 15 years ago
48fc521
[FELIX-2278] refactor features-maven-plugin to use Parser/Clause/VersionRange from utils
by Freeman Yue Fang
· 15 years ago
c224b72
FELIX-2276: Authentication credentials for proxies are not set when retrieving resources
by Guillaume Nodet
· 15 years ago
e2f5cf8
FELIX-2275 : Component descriptor reference elements are not ordered - Applied patch from Stephen Flynn
by Carsten Ziegeler
· 15 years ago
2fafa58
by Valentin Pavlov Valchev
· 15 years ago
5f423ca
Fixed FELIX-2267 /Improved locale detection/
by Valentin Pavlov Valchev
· 15 years ago
f878b1b
No code changes - just code and javadoc cleanup
by Carsten Ziegeler
· 15 years ago
14bbbb2
Prepare the release process:
by Clement Escoffier
· 15 years ago
726c902
FELIX-2269: Only the higher version of a given bundle is kept in a repository
by Guillaume Nodet
· 15 years ago
fb0f79b
[bundleplugin] minor improvements to the index goal
by Guillaume Nodet
· 15 years ago
852e58e
FELIX-2248: fileinstall does not restart bundles when the underlying file is modified
by Guillaume Nodet
· 15 years ago
a7b6084
Fixed FELIX-2256 /Some small visual defects in the WebConsole/
by Valentin Pavlov Valchev
· 15 years ago
c8ae38c
Added bg localization for FELIX-2261 /On the Servlets page the list of using bundles is not displayed/
by Valentin Pavlov Valchev
· 15 years ago
e44e875
FELIX-2264 Implement for lazy service registration and dynamic API binding
by Felix Meschberger
· 15 years ago
e3f0afc
FELIX-2262 Fix symbolic name of Memory Usage plugin bundle
by Felix Meschberger
· 15 years ago
ebdc51d
FELIX-2263 Ensure response is committed when the OsgiManager.service method terminates
by Felix Meschberger
· 15 years ago
4fe6955
FELIX-2261 Display using bundles along with links to the bundle page
by Felix Meschberger
· 15 years ago
8045629
FELIX-2260 Prevent NullPointerException if no services are available
by Felix Meschberger
· 15 years ago
668bb87
FELIX-2259 Use getAllServiceReferences method to retrieve service references to not miss some services
by Felix Meschberger
· 15 years ago
61e746e
FELIX-2246 Do not check for label property twice upon service events
by Felix Meschberger
· 15 years ago
e3a7818
Fixing visual defect 1 & 2 of FELIX-2256
by Valentin Pavlov Valchev
· 15 years ago
11d0b4d
FELIX-2255 Limiting the height of the image to the head of the #lead <DIV> minus the top padding. This allows for automatic resizing of any log image provided by branding plugins which may extend into the top navigation
by Felix Meschberger
· 15 years ago
74f89d8
FELIX-2246 Allow for lazy loading of WebConsole plugins
by Felix Meschberger
· 15 years ago
7b3b21c
Added an extra parameter to resource adapters to specify a handler to invoke life cycle callbacks on. Experimental bit of API for now.
by Marcel Offermans
· 15 years ago
06471f1
Fixed FELIX-2253 /Display progress indiciator on configuration status page/
by Valentin Pavlov Valchev
· 15 years ago
2edaeff
Fixed an issue with not all callbacks being invoked on service compositions, introduced as part of the refactoring of Friday.
by Marcel Offermans
· 15 years ago
1405245
Removed unexpected return in invokeCallbackMethod(Object[] instances, String methodName, Class[][] signatures, Object[][] parameters) method
by Pierre De Rop
· 15 years ago
35bf83d
reactivated testResourceAdapterAnnotation: this test is still failing and we have to investigate
by Pierre De Rop
· 15 years ago
573efb4
applied DependencyManager.createAdapterService() API modification: service name is now defined as a String, not as a Class
by Pierre De Rop
· 15 years ago
d68fa0f
since pax exam 2.0.0 is used, the fix which remove temporary files under /tmp/tb directory has to be reactivated
by Pierre De Rop
· 15 years ago
59b0fae
added new test for Service Composition
by Pierre De Rop
· 15 years ago
a28eb2a
fixed findbug warning: Integer was not parsed using String.valueOf
by Pierre De Rop
· 15 years ago
7ca5a2c
fixed findbugs warning: File.exists() and File.delete() return value was not checked
by Pierre De Rop
· 15 years ago
a06f37d
applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class
by Pierre De Rop
· 15 years ago
c2aab66
fixed invalid classcast in remove method
by Pierre De Rop
· 15 years ago
2c0b6f0
Changed the exception handling after Friday's refactoring. No such method exceptions should be ignored here.
by Marcel Offermans
· 15 years ago
43d2a16
Applied patch (FELIX-2249) to change the log level of some messages.
by Richard S. Hall
· 15 years ago
ccc755f
FELIX-2244 Correctly accept VersionRange for Import-Package headers of installed (not resolved) bundles.
by Felix Meschberger
· 15 years ago
dc934de
Added a missing method in the interface.
by Marcel Offermans
· 15 years ago
a47bf48
Refer to released versions of dependencies
by Felix Meschberger
· 15 years ago
7f76b51
Added support for invoking life cycle callbacks on something else than the service instance. Refactored some of the callback invocation code so all of them now use the same implementation. Implemented some still missing things.
by Marcel Offermans
· 15 years ago
509f1de
Updated to Pax Exam 1.2.0.
by Marcel Offermans
· 15 years ago
d916b15
FELIX-2247: Gogo badly prints empty maps and dictionaries
by Guillaume Nodet
· 15 years ago
0244b47
Simplify how packages are merged from reexported bundles. (FELIX-2035)
by Richard S. Hall
· 15 years ago
8d1b9d4
Edit some tasks and add method call counting. (FELIX-2035)
by Richard S. Hall
· 15 years ago
66862cb
Move native library checking to resolver state. (FELIX-2035)
by Richard S. Hall
· 15 years ago
fdbc9d6
Minor formatting edits. (FELIX-2195)
by Richard S. Hall
· 15 years ago
008c0a3
Fixed FELIX-2243 /Bundle Plugin 'Find All" button generates error with Opera/
by Valentin Pavlov Valchev
· 15 years ago
4ab371f
Move exec env checking to resolver state. (FELIX-2035)
by Richard S. Hall
· 15 years ago
31db07c
Remove duplicate code for checking substrings. (FELIX-2035)
by Richard S. Hall
· 15 years ago
f7724e1
Check size of blame list before getting last element. (FELIX-2035)
by Richard S. Hall
· 15 years ago
97b583a
Fixed UserAdminEventDispatcher thread to exit when bundle is stopped
by Adam Wojtuniak
· 15 years ago
6aa7871
fixed a small problem with unregistering the listener
by Valentin Pavlov Valchev
· 15 years ago
79826c1
FELIX-2241 support multipart/form-data POST parameters
by Felix Meschberger
· 15 years ago
3266bd6
temporarily commented the testResourceAdapterAnnotation until the issue is resolved in ResourceAdapterImpl
by Pierre De Rop
· 15 years ago
9c0996a
Try to fix the build from the whole trunk
by Guillaume Nodet
· 15 years ago
291842c
[karaf] remove dependency from obr to woodstox
by Guillaume Nodet
· 15 years ago
ee9180a
run project setup outside of synchronized block to avoid potential deadlock
by David Morgan Spenser Savage
· 15 years ago
8432a74
revert to SNAPSHOT version to not break build
by Felix Meschberger
· 15 years ago
304620e
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
6d8606c
[maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.upnp-1.0.0
by Felix Meschberger
· 15 years ago
e33028c
update to version about to be released
by Felix Meschberger
· 15 years ago
184ea4d
revert to SNAPSHOT version to not break build
by Felix Meschberger
· 15 years ago
f12aa03
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
3ca4937
[maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.0
by Felix Meschberger
· 15 years ago
4e893a9
update to version about to be released
by Felix Meschberger
· 15 years ago
f699713
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
73af088
[maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-1.0.2
by Felix Meschberger
· 15 years ago
d7a4962
revert to SNAPSHOT version to not break build
by Felix Meschberger
· 15 years ago
a54c658
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
f01fcb8
[maven-release-plugin] prepare release org.apache.felix.webconsole-3.0.0
by Felix Meschberger
· 15 years ago
00ed3fa
update to version about to be released
by Felix Meschberger
· 15 years ago
9be8dcc
update to version about to be released
by Felix Meschberger
· 15 years ago
6ee01bc
revert to SNAPSHOT version to not break build
by Felix Meschberger
· 15 years ago
abd18b5
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
65bc16f
[maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0
by Felix Meschberger
· 15 years ago
7bf6bdb
update to version about to be released
by Felix Meschberger
· 15 years ago
a02fc47
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
83aabe1
[maven-release-plugin] prepare release org.apache.felix.utils-1.0.0
by Felix Meschberger
· 15 years ago
135a942
Ignore Eclipse project files Add treeview LICENSE file
by Felix Meschberger
· 15 years ago
949aa9d
update OSGi software copyright year
by Felix Meschberger
· 15 years ago
aec198b
FELIX-2238 create a src/main/compat folder to place the resources kept for backwards compatibility. This will take the icons once removed in Rev. 922641 and the admin_compat.css file created in Rev. 922227
by Felix Meschberger
· 15 years ago
cf41963
FELIX-2237: ^C should interrupt the thread
by Guillaume Nodet
· 15 years ago
2dd1d59
Set maven-bundle-plugin version number to ensure correct build
by Felix Meschberger
· 15 years ago
1e05795
FELIX-2236 Improvement and fixes:
by Felix Meschberger
· 15 years ago
c33ed75
[utils] remove unneeded import
by Guillaume Nodet
· 15 years ago
3f0dcb2
[utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement
by Guillaume Nodet
· 15 years ago
ca2ad58
Minor edits to the resolver and editing of some "to do" tasks. (FELIX-2035)
by Richard S. Hall
· 15 years ago
ad33f05
Resolved FELIX-2235 /Deployment plugin fails with internal server error/
by Valentin Pavlov Valchev
· 15 years ago
c6c10c8
Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies
by Guillaume Nodet
· 15 years ago
303c8bf
FELIX-2231 Prevent IllegalStateException and potential NullPointerException when handling a configuration event (the bundle owning the component may have been stopped concurrently)
by Felix Meschberger
· 15 years ago
b698dc9
FELIX-2231 Prevent NullPointerException and uncaught IllegalStateException if bundle has been stopped while the component is being started
by Felix Meschberger
· 15 years ago
4187b85
Ignore Eclipse project files and build target
by Felix Meschberger
· 15 years ago
526d487
Modify service registry to use a CapabilitySet for indexed service
by Richard S. Hall
· 15 years ago
Next »