Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
ac538344c4d0008f21cfacbac5d9ce5c945ee5d6
ac53834
Add version information to export
by Carsten Ziegeler
· 15 years ago
af00b62
Applied patch to address some NPEs. (FELIX-1809)
by Richard S. Hall
· 15 years ago
c67a26b
FELIX-2074: Bring back the history command
by Guillaume Nodet
· 15 years ago
811b3bd
FELIX-2075: Add a 'new' command to create java objects from the command line
by Guillaume Nodet
· 15 years ago
b611614
FELIX-2078 Added a test case that exposes the bug.
by Marcel Offermans
· 15 years ago
a9fc3e0
Update framework dependency to snapshot
by Karl Pauls
· 15 years ago
aa7405f
Update framework dependency to snapshot
by Karl Pauls
· 15 years ago
314c645
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
849c2d3
[maven-release-plugin] prepare release org.apache.felix.main.distribution-2.0.4
by Karl Pauls
· 15 years ago
4817f9e
Update to framework 2.0.4
by Karl Pauls
· 15 years ago
2a8827e
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
2aaeceb
[maven-release-plugin] prepare release org.apache.felix.main-2.0.4
by Karl Pauls
· 15 years ago
3970159
Update to framework 2.0.4
by Karl Pauls
· 15 years ago
e40ab03
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
014f69a
[maven-release-plugin] prepare release org.apache.felix.framework-2.0.4
by Karl Pauls
· 15 years ago
ff6088c
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
5e91039
[maven-release-plugin] prepare release org.apache.felix.framework-2.0.4
by Karl Pauls
· 15 years ago
e39062b
Update main changelog
by Karl Pauls
· 15 years ago
7847043
Add framework distribution.
by Karl Pauls
· 15 years ago
0f01adb
Update changelog and delete not related docs
by Karl Pauls
· 15 years ago
c82557f
Remove assembly from main project.
by Karl Pauls
· 15 years ago
2eec9b2
Update changelog
by Karl Pauls
· 15 years ago
71f8d9c
Fix an oversight where we don't get URLStreamHandlers from frameworks inside different classloaders (FELIX-2056).
by Karl Pauls
· 15 years ago
bf9fd33
added new AspectWithLifecycleAnnotation test
by Pierre De Rop
· 15 years ago
207f8a5
fixed bug in ServiceProvider inner class
by Pierre De Rop
· 15 years ago
dc2c2c1
added start/stop methods
by Pierre De Rop
· 15 years ago
dee8ccb
fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed
by Pierre De Rop
· 15 years ago
720122b
fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed)
by Pierre De Rop
· 15 years ago
0e169b6
Check for null or empty class name. (FELIX-2071)
by Richard S. Hall
· 15 years ago
331b6de
Missing javax.xml.ws.wsaddressing system bundle export for JDK 1.6. (FELIX-2073)
by Richard S. Hall
· 15 years ago
aa24c2e
FELIX-2072: OracleJDBCLock filling UNDO segment
by Guillaume Nodet
· 15 years ago
e499278
Catch exceptions while iterating over bundles entries
by Guillaume Nodet
· 15 years ago
5be5ca8
Remove the javax.script package which is causing problems when using an external java scripting api
by Guillaume Nodet
· 15 years ago
aa49ce8
FELIX-1995: Fix synchronization issue which cause two spring osgi listeners to be registered and created
by Guillaume Nodet
· 15 years ago
052535a
FELIX-2070: Upgrade to felix framework 2.0.3
by Guillaume Nodet
· 15 years ago
a2c826e
Calculating aggregate module requirements incorrectly. Was not handling different
by Richard S. Hall
· 15 years ago
c77ce35
FELIX-1988 Remove files not belonging here yet
by Felix Meschberger
· 15 years ago
ea682ea
FELIX-1988 Apply 3.javadoc-public-api.patch by Valentin Valchev (thanks)
by Felix Meschberger
· 15 years ago
5de93e2
FELIX-1988 Apply 2.use-utility-methods.patch by Valentin Valchev (thanks)
by Felix Meschberger
· 15 years ago
77f03a9
FELIX-1988 Apply abstr-simple-web-console2.patch by Valentin Valchev (thanks)
by Felix Meschberger
· 15 years ago
0f2a929
FELIX-2065 - BootstrapLogManager doesn't load etc/org.ops4j.pax.logging.cfg file
by Chris Custine
· 15 years ago
e82470a
FELIX-1939: Ssh client output is poorly formatted when connecting with a standard ssh client
by Guillaume Nodet
· 15 years ago
320781c
FELIX-1939: Ssh client output is poorly formatted when connecting with a standard ssh client
by Guillaume Nodet
· 15 years ago
beeb67b
FELIX-2063 [karaf] hardcoding org.ops4j.pax.exam.rbc.rmi.port property in raw pax runner --vmOptions is problematic when 1099 is not the next free port
by Chris Custine
· 15 years ago
c2a6f75
Remove unnecessary jline dependency since console has it embedded. Fixes build failure.
by Chris Custine
· 15 years ago
2f453f0
FELIX-1843 Karaf shell doens't work properly under windows
by Chris Custine
· 15 years ago
7d9214a
FELIX-1815: Introduce 'shell:logout' command to close the current shell
by Guillaume Nodet
· 15 years ago
d951e45
FELIX-1843 Karaf shell doens't work properly under windows
by Chris Custine
· 15 years ago
b871285
FELIX-1843 Karaf shell doens't work properly under windows
by Chris Custine
· 15 years ago
4a3e356
FELIX-2061: use waitForFrameworkStartup pax-exam option in the integration tests
by Gert Vanthienen
· 15 years ago
250d599
FELIX-2049: extend org.apache.felix.karaf.testing.Helper to emit a karaf-specific execution environmnent file for pax-runner
by Guillaume Nodet
· 15 years ago
767f399
FELIX-2055: Use a nicer shutdown mechanism when stopping a managed instance
by Guillaume Nodet
· 15 years ago
6e8b51f
added Aspect junit test
by Pierre De Rop
· 15 years ago
19e3bc6
Verify Aspect filter syntax
by Pierre De Rop
· 15 years ago
b2a17d4
Fix issue FELIX-2052. Call onCreation during the starting process of handlers
by Clement Escoffier
· 15 years ago
0567538
Generate DependencyManager annotation descriptors under OSGI-INF/dependencymanager/ directory. Don't limit the Bnd class analyzer and parse every classes.
by Pierre De Rop
· 15 years ago
212254d
Support for Aspect annotation
by Pierre De Rop
· 15 years ago
2e6157b
added annotation for Aspects
by Pierre De Rop
· 15 years ago
6dd237a
added eclise="false" bnd option
by Pierre De Rop
· 15 years ago
5b13bc1
Aspect sample with annotation
by Pierre De Rop
· 15 years ago
0d44224
fixed javadoc. Added Aspect support
by Pierre De Rop
· 15 years ago
f7a312b
fixed javadoc
by Pierre De Rop
· 15 years ago
cdea877
added AspectService
by Pierre De Rop
· 15 years ago
46b50f9
Removed duplicate dependency (Maven 3 is noisy about these)
by Chris Custine
· 15 years ago
1d9ed26
FELIX-2053: Completion does not reprint previous characters in some circumstances
by Guillaume Nodet
· 15 years ago
541ab5b
Make sure to start the event admin before config admin can configure it.
by Carsten Ziegeler
· 15 years ago
e5dc0c9
FELIX-2054: Logo is garbled when connecting using putty
by Guillaume Nodet
· 15 years ago
b6e4a44
Fix potential NPE on startup
by Carsten Ziegeler
· 15 years ago
7a9c583
Update dependencies after release
by Karl Pauls
· 15 years ago
8402a88
Update dependencies after release
by Karl Pauls
· 15 years ago
0687576
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
01206c6
[maven-release-plugin] prepare release org.apache.felix.main-2.0.3
by Karl Pauls
· 15 years ago
3f54031
Update dependencies for release.
by Karl Pauls
· 15 years ago
8d09cf8
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
ba7cb3f
[maven-release-plugin] prepare release org.apache.felix.framework.security-1.0.0
by Karl Pauls
· 15 years ago
aea4a9d
Update dependencies for release
by Karl Pauls
· 15 years ago
131039c
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
8adb56a
[maven-release-plugin] prepare release org.apache.felix.framework-2.0.3
by Karl Pauls
· 15 years ago
6725c64
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
3fcca37
[maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3
by Karl Pauls
· 15 years ago
fbe752e
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
49df634
[maven-release-plugin] prepare release org.apache.felix.shell-1.4.2
by Karl Pauls
· 15 years ago
85ff5ae
Update changelog and Notice for release
by Karl Pauls
· 15 years ago
77f792d
Fixed javadoc, indentation. Removed dependency over XStream third party library
by Pierre De Rop
· 15 years ago
def8fad
metatype support
by Pierre De Rop
· 15 years ago
8570766
metatype support. fixed logging
by Pierre De Rop
· 15 years ago
1b66a09
removed localization attribute. fixed javadoc
by Pierre De Rop
· 15 years ago
41d59c9
fixed javadoc
by Pierre De Rop
· 15 years ago
91bf859
fixed javadoc
by Pierre De Rop
· 15 years ago
901aab6
added helper class which allows to generation metatype XML descriptor
by Pierre De Rop
· 15 years ago
087e396
Simplified sample code. Use MetaType for allowing the EnglishDictionary through ConfigAdmin/WebConsole
by Pierre De Rop
· 15 years ago
3d79ba4
fixed indentation
by Pierre De Rop
· 15 years ago
cdd884e
FELIX-2050 : Obsolete embed directive for json library
by Carsten Ziegeler
· 15 years ago
37ff1ac
fixed property metadata annotation names
by Pierre De Rop
· 15 years ago
8e29f3d
reworked property metadata annotations
by Pierre De Rop
· 15 years ago
2fb2767
Annotation renamed to Param
by Pierre De Rop
· 15 years ago
471ba48
renamed Property to Param for consistency purpose
by Pierre De Rop
· 15 years ago
dff5ea9
updated todolist
by Pierre De Rop
· 15 years ago
317bafd
Modify "log" command to show stack trace. (FELIX-1987)
by Richard S. Hall
· 15 years ago
f8e97ca
Set exported version to 3.0.0
by Carsten Ziegeler
· 15 years ago
Next »