Author: rickhall
Date: Tue Apr 19 15:00:49 2016
New Revision: 1739941
URL: http://svn.apache.org/viewvc?rev=1739941&view=rev
Log:
Apply patch (FELIX-5196) to use case insensitive matching in requirements.
Modified:
felix/trunk/bundlerepository/src/main/java/org/apache/felix/bundlereposi
Author: rickhall
Date: Mon Feb 22 16:04:10 2016
New Revision: 1731668
URL: http://svn.apache.org/viewvc?rev=1731668&view=rev
Log:
Applied patches (FELIX-5189) to fix improper parsing of capabilities.
Modified:
felix/trunk/bundlerepository/src/main/java/org/apache/felix/bundlerepository/
Author: rickhall
Date: Mon Oct 5 18:49:41 2015
New Revision: 1706895
URL: http://svn.apache.org/viewvc?rev=1706895&view=rev
Log:
Apply patch to avoid resolve failures for optional fragments (FELIX-5061)
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/reso
Author: rickhall
Date: Thu May 21 13:57:01 2015
New Revision: 1680878
URL: http://svn.apache.org/r1680878
Log:
Apply patch (FELIX-4897) to make sure fragment dynamic candidates are
properly inserted into the candidates list.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix
Author: rickhall
Date: Thu Jan 15 17:17:25 2015
New Revision: 1652174
URL: http://svn.apache.org/r1652174
Log:
Apply patch (FELIX-4762) to eliminate excessive memory consumption when
resolving some require-bundle scenarios.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix
Author: rickhall
Date: Fri Dec 12 20:51:35 2014
New Revision: 1645067
URL: http://svn.apache.org/r1645067
Log:
Apply patch FELIX-4727 to correctly handle namespaces in wrapped resources.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/WrappedResource.java
Modified
Author: rickhall
Date: Tue Nov 18 13:38:39 2014
New Revision: 1640343
URL: http://svn.apache.org/r1640343
Log:
Fix misspelt property. (FELIX-4701)
Modified:
felix/trunk/main/src/main/java/org/apache/felix/main/AutoProcessor.java
felix/trunk/main/src/main/java/org/apache/felix/main
Author: rickhall
Date: Wed Jul 23 13:29:22 2014
New Revision: 1612830
URL: http://svn.apache.org/r1612830
Log:
Apply patch (FELIX-4569) to fix some issues that arise under Windows 8.
Modified:
felix/trunk/framework/src/test/java/org/apache/felix/framework/PackageAdminImplTest.java
Author: rickhall
Date: Wed May 28 12:51:11 2014
New Revision: 1597999
URL: http://svn.apache.org/r1597999
Log:
Apply patch (FELIX-4524) to fix index out of bounds exception.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modified:
felix/trunk
Author: rickhall
Date: Fri Apr 25 15:14:02 2014
New Revision: 1590051
URL: http://svn.apache.org/r1590051
Log:
Formatting changes.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
felix/trunk/resolver/src/main/java/org/apache/felix/resolver
Author: rickhall
Date: Thu Apr 24 20:50:29 2014
New Revision: 1589878
URL: http://svn.apache.org/r1589878
Log:
Apply patch FELIX-4498 to improve handling of optional requirements.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
felix/trunk/resolver
Author: rickhall
Date: Thu Apr 24 20:39:16 2014
New Revision: 1589875
URL: http://svn.apache.org/r1589875
Log:
Apply patch FELIX-4497 to improve handling of substitutable exports.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
felix/trunk/resolver
Author: rickhall
Date: Thu Apr 24 20:15:44 2014
New Revision: 1589866
URL: http://svn.apache.org/r1589866
Log:
Apply patch FELIX-4428 to fix bug in handling of fragment candidate
capabilities.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modified
Author: rickhall
Date: Thu Apr 24 19:58:08 2014
New Revision: 1589857
URL: http://svn.apache.org/r1589857
Log:
Apply patch FELIX-4495 to stop ignoring candidates from already resolved
fragments.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modified
Author: rickhall
Date: Thu Apr 24 19:48:17 2014
New Revision: 1589853
URL: http://svn.apache.org/r1589853
Log:
Apply patch FELIX-4494 to fix improperly wrapped fragment capabilities.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modified:
felix
Author: rickhall
Date: Thu Apr 24 19:38:26 2014
New Revision: 1589848
URL: http://svn.apache.org/r1589848
Log:
Forgot to add new file from last commit for FELIX-4493.
Added:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/FelixResolveContext.java
Added:
felix/trunk/resolver
Author: rickhall
Date: Thu Apr 24 19:23:48 2014
New Revision: 1589839
URL: http://svn.apache.org/r1589839
Log:
Apply patch FELIX-4493 to add support for "on demand" resource
resolving.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
f
Author: rickhall
Date: Thu Apr 24 15:49:46 2014
New Revision: 1589774
URL: http://svn.apache.org/r1589774
Log:
Apply patch FELIX-4492 to improve logging and diagnostics.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Logger.java
felix/trunk/resolver/src/main/java
Author: rickhall
Date: Thu Apr 24 14:00:02 2014
New Revision: 1589731
URL: http://svn.apache.org/r1589731
Log:
Apply patch FELIX-4182 to address some package space consistency bugs.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/ResolverImpl.java
Modified:
felix
Author: rickhall
Date: Wed Mar 26 14:42:08 2014
New Revision: 1581869
URL: http://svn.apache.org/r1581869
Log:
Depend on non-jsr14 OSGi API jar.
Modified:
felix/trunk/gogo/command/pom.xml
Modified: felix/trunk/gogo/command/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/gogo/command
Author: rickhall
Date: Wed Mar 26 14:26:11 2014
New Revision: 1581862
URL: http://svn.apache.org/r1581862
Log:
Add back an internal method to return fragments associated with a wiring
to avoid out-of-order parallel array issue. (FELIX-3701)
Modified:
felix/trunk/framework/src/main/java/org
Author: rickhall
Date: Tue Mar 25 19:29:03 2014
New Revision: 1581477
URL: http://svn.apache.org/r1581477
Log:
String.split() behaves differently in Java8 so apply patch to
handle this better. (FELIX-4425)
Modified:
felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/options
Author: rickhall
Date: Wed Mar 19 15:50:43 2014
New Revision: 1579270
URL: http://svn.apache.org/r1579270
Log:
Bundle class loader should lock on the class loader object when not running
parallel capable, otherwise it should lock on the class locks map. (FELIX-4462)
Modified:
felix/trunk
Author: rickhall
Date: Mon Jan 20 21:25:04 2014
New Revision: 1559832
URL: http://svn.apache.org/r1559832
Log:
Modify extension bundle parsing to assume "framework" is the default value
for the extension directive on extension bundle Fragment-Host headers.
(FELIX-4355)
Modified:
Author: rickhall
Date: Mon Jan 20 20:27:05 2014
New Revision: 1559825
URL: http://svn.apache.org/r1559825
Log:
BundleWiring.getResource() method was not implemented. (FELIX-4353)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleWiringImpl.java
Modified:
felix
Author: rickhall
Date: Sat Jan 18 21:50:24 2014
New Revision: 1559428
URL: http://svn.apache.org/r1559428
Log:
Adjust formating to match style.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleImpl.java
felix/trunk/framework/src/test/java/org/apache/felix
Author: rickhall
Date: Sat Jan 18 21:44:18 2014
New Revision: 1559426
URL: http://svn.apache.org/r1559426
Log:
Modify format to adhere to style.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/capabilityset/CapabilitySet.java
felix/trunk/framework/src/main/java
Author: rickhall
Date: Fri Dec 20 15:59:33 2013
New Revision: 1552709
URL: http://svn.apache.org/r1552709
Log:
Make sure we close input stream after reading framework version. (FELIX-4365)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java
Modified:
felix
Author: rickhall
Date: Mon Oct 14 20:24:01 2013
New Revision: 1532065
URL: http://svn.apache.org/r1532065
Log:
Apply patch (FELIX-4283) to throw unthrown exception.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/URLHandlers.java
Modified:
felix/trunk/framework
Author: rickhall
Date: Mon Oct 14 20:21:13 2013
New Revision: 1532061
URL: http://svn.apache.org/r1532061
Log:
Apply patch (FELIX-4284) to remove unneeded code.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java
Modified:
felix/trunk
Author: rickhall
Date: Fri Sep 6 15:26:23 2013
New Revision: 877514
Log:
Minor change to framework configuration page.
Added:
websites/production/felix/content/
- copied from r877513, websites/staging/felix/trunk/content/
Author: rickhall
Date: Fri Sep 6 15:24:09 2013
New Revision: 1520598
URL: http://svn.apache.org/r1520598
Log:
Refer to fully qualified Logger class name.
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-configuration
Author: rickhall
Date: Tue Jul 9 14:24:36 2013
New Revision: 1501288
URL: http://svn.apache.org/r1501288
Log:
Modify ServiceReference.isAssignableTo() to try to be more precise. (FELIX-1131)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework
Author: rickhall
Date: Thu Apr 4 14:33:19 2013
New Revision: 1464569
URL: http://svn.apache.org/r1464569
Log:
Apply patch (FELIX-4008) to avoid NPE when converting blame to string.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/ResolverImpl.java
Modified:
felix
Author: rickhall
Date: Wed Apr 3 15:11:01 2013
New Revision: 1464065
URL: http://svn.apache.org/r1464065
Log:
Some release preparations.
Added:
felix/trunk/resolver/src/main/appended-resources/
felix/trunk/resolver/src/main/appended-resources/META-INF/
felix/trunk/resolver/src/main
Author: rickhall
Date: Tue Mar 5 21:17:02 2013
New Revision: 1452999
URL: http://svn.apache.org/r1452999
Log:
Be more flexible and allow misbehaving threads to continue to issue class load
requests on class loaders from disposed of bundle wirings. Also attempt to
give a reasonable exception when
Author: rickhall
Date: Mon Mar 4 21:28:55 2013
New Revision: 1452535
URL: http://svn.apache.org/r1452535
Log:
Apply patch (FELIX-3934) to special case fragment identity requirements
wires.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/ResolverImpl.java
felix
Author: rickhall
Date: Thu Feb 28 18:39:55 2013
New Revision: 1451284
URL: http://svn.apache.org/r1451284
Log:
Catch and ignore IAEs due to harmless check-then-act situation. (FELIX-3939)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleWiringImpl.java
Author: rickhall
Date: Thu Feb 7 14:30:52 2013
New Revision: 1443503
URL: http://svn.apache.org/viewvc?rev=1443503&view=rev
Log:
Fix logic bug in start level change handling where the active start level
was not getting initialized properly, thus causing it to improperly re-process
bundles on
Author: rickhall
Date: Tue Feb 5 18:11:33 2013
New Revision: 1442683
URL: http://svn.apache.org/viewvc?rev=1442683&view=rev
Log:
Align dynamic import pre-checking more closely with the resolver itself; this
makes it
more accurate, but it is still not 100% accurate since it doesn't
Author: rickhall
Date: Tue Feb 5 18:06:54 2013
New Revision: 1442680
URL: http://svn.apache.org/viewvc?rev=1442680&view=rev
Log:
Provide better isolation between concurrent resolver state method invocations
to avoid interference. (FELIX-3242)
Modified:
felix/trunk/framework/src/main/
Author: rickhall
Date: Tue Feb 5 14:20:22 2013
New Revision: 1442600
URL: http://svn.apache.org/viewvc?rev=1442600&view=rev
Log:
Modify bundle header cache handling to properly use synchronized block in all
cases when accessing header cache and to use a separate "uninstalled" h
Author: rickhall
Date: Fri Feb 1 21:03:47 2013
New Revision: 1441627
URL: http://svn.apache.org/viewvc?rev=1441627&view=rev
Log:
Modify start level handling to always process transiently started bundles
synchronously and to not retry starting bundles that were unsuccessfully
started in prev
Author: rickhall
Date: Thu Jan 31 21:40:03 2013
New Revision: 1441207
URL: http://svn.apache.org/viewvc?rev=1441207&view=rev
Log:
Don't allow generic capabilities or requirements to the osgi.wiring namespace.
(FELIX-3618)
Modified:
felix/trunk/framework/src/main/java/org/apa
Author: rickhall
Date: Thu Jan 31 20:05:01 2013
New Revision: 1441169
URL: http://svn.apache.org/viewvc?rev=1441169&view=rev
Log:
Apply patch (FELIX-3844) to add some more Windows OS aliases.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleImpl.java
f
Author: rickhall
Date: Thu Jan 31 18:10:46 2013
New Revision: 1441094
URL: http://svn.apache.org/viewvc?rev=1441094&view=rev
Log:
Apply patch to utilize parallel class loaders on Java 7. (FELIX-3553)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Thu Jan 31 18:08:24 2013
New Revision: 1441093
URL: http://svn.apache.org/viewvc?rev=1441093&view=rev
Log:
Don't call stop() on an uninstalled bundle when refreshing, since it will
just result in an exception that fails one of the CT test cases since we
end up
Author: rickhall
Date: Thu Jan 31 17:20:06 2013
New Revision: 1441072
URL: http://svn.apache.org/viewvc?rev=1441072&view=rev
Log:
When grabing bundle locks for a refresh operation, we also need to allow
for bundles to be in the UNINSTALLED state, otherwise we cannot refresh
them. (FELIX-
Author: rickhall
Date: Thu Jan 31 16:49:03 2013
New Revision: 1441056
URL: http://svn.apache.org/viewvc?rev=1441056&view=rev
Log:
Modify substring parsing to accept successive '*' characters. (FELIX-3344)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework
Author: rickhall
Date: Thu Jan 31 15:26:51 2013
New Revision: 1441018
URL: http://svn.apache.org/viewvc?rev=1441018&view=rev
Log:
Modify StringMap to make sure all keys are strings. (FELIX-3852)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleImpl.
Author: rickhall
Date: Tue Jan 8 17:56:57 2013
New Revision: 1430412
URL: http://svn.apache.org/viewvc?rev=1430412&view=rev
Log:
Perform null check when trying to get bundle from service reference.
(FELIX-3842)
Modified:
felix/trunk/bundlerepository/src/main/java/org/apache/f
Author: rickhall
Date: Tue Dec 11 21:18:21 2012
New Revision: 1420414
URL: http://svn.apache.org/viewvc?rev=1420414&view=rev
Log:
Apply patch (FELIX-3715) to make resolver thread safe.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/ResolverImpl.java
Modified:
f
Author: rickhall
Date: Fri Nov 30 03:56:52 2012
New Revision: 1415493
URL: http://svn.apache.org/viewvc?rev=1415493&view=rev
Log:
Delimited string parser was not correctly handling escaping of the escape
character. (FELIX-3632)
Modified:
felix/trunk/framework/src/main/java/org/apache/f
Author: rickhall
Date: Fri Nov 30 03:46:25 2012
New Revision: 1415490
URL: http://svn.apache.org/viewvc?rev=1415490&view=rev
Log:
Add preliminary Java 8 JRE package definition. (FELIX-3786)
Modified:
felix/trunk/framework/src/main/resources/default.properties
Modified: felix/trunk/frame
Author: rickhall
Date: Wed Oct 17 16:39:22 2012
New Revision: 1399332
URL: http://svn.apache.org/viewvc?rev=1399332&view=rev
Log:
Apply patch (FELIX-3707) to ensure uses constraints are properly checked
for all requirements.
Modified:
felix/trunk/resolver/src/main/java/org/apache/f
Author: rickhall
Date: Fri Oct 12 12:41:17 2012
New Revision: 1397544
URL: http://svn.apache.org/viewvc?rev=1397544&view=rev
Log:
Apply patch (FELIX-3516) to fix some comments.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modified:
felix/t
Author: rickhall
Date: Wed Jul 25 19:43:49 2012
New Revision: 1365704
URL: http://svn.apache.org/viewvc?rev=1365704&view=rev
Log:
Properly check for R4 bundles when determining bundle type. (FELIX-3343)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Wed Jul 25 16:56:46 2012
New Revision: 1365667
URL: http://svn.apache.org/viewvc?rev=1365667&view=rev
Log:
Reverting FELIX-3343 for now since it is causing CT issues.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleRevisionImpl.
Author: rickhall
Date: Wed Jul 25 16:51:16 2012
New Revision: 1365665
URL: http://svn.apache.org/viewvc?rev=1365665&view=rev
Log:
Rollback 1365509 since it causes a failure in the weaving hook tests of the CT.
(FELIX-3609)
Modified:
felix/trunk/framework/src/main/java/org/apache/f
Author: rickhall
Date: Thu Jul 19 16:58:18 2012
New Revision: 1363423
URL: http://svn.apache.org/viewvc?rev=1363423&view=rev
Log:
Fix some changes from FELIX-3401 that broke framework embedding.
Modified:
felix/trunk/examples/extenderbased.host/pom.xml
Modified: felix/trunk/exam
Author: rickhall
Date: Thu Jul 19 16:55:04 2012
New Revision: 1363422
URL: http://svn.apache.org/viewvc?rev=1363422&view=rev
Log:
Some changes from FELIX-3382 broke framework embedding.
Modified:
felix/trunk/examples/servicebased.host/pom.xml
Modified: felix/trunk/examples/servicebased.
Author: rickhall
Date: Sun Jul 1 22:28:12 2012
New Revision: 1356036
URL: http://svn.apache.org/viewvc?rev=1356036&view=rev
Log:
Apply patch (FELIX-3514) to add back support for dynamic importing.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/ResolverImpl.
Author: rickhall
Date: Fri Jun 29 22:32:09 2012
New Revision: 1355586
URL: http://svn.apache.org/viewvc?rev=1355586&view=rev
Log:
Use trunk versions of framework and security provider.
Modified:
felix/sandbox/rickhall/ct-launcher/pom.xml
Modified: felix/sandbox/rickhall/ct-launcher/pom
Author: rickhall
Date: Fri Jun 29 22:17:38 2012
New Revision: 1355580
URL: http://svn.apache.org/viewvc?rev=1355580&view=rev
Log:
Add Windows 2008 platform for native libraries. (FELIX-3363)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/util/manifestpa
Author: rickhall
Date: Tue Jun 26 19:16:45 2012
New Revision: 1354180
URL: http://svn.apache.org/viewvc?rev=1354180&view=rev
Log:
Avoid caching null value for known protocols in URL Handlers. (FELIX-3296)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/java/org/ap
Author: rickhall
Date: Tue Jun 26 19:12:13 2012
New Revision: 1354175
URL: http://svn.apache.org/viewvc?rev=1354175&view=rev
Log:
Avoid startup delay in URL Handlers. (FELIX-3262)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Tue Jun 26 19:08:12 2012
New Revision: 1354172
URL: http://svn.apache.org/viewvc?rev=1354172&view=rev
Log:
Update URL Handlers to new class loader name. (FELIX-3302)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Tue Jun 26 19:02:25 2012
New Revision: 1354169
URL: http://svn.apache.org/viewvc?rev=1354169&view=rev
Log:
Fix potential deadlock on reentrant calls. (FELIX-3393)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Tue Jun 26 18:42:25 2012
New Revision: 1354159
URL: http://svn.apache.org/viewvc?rev=1354159&view=rev
Log:
Add Windows 2008 platform for native libraries. (FELIX-3363)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/java/org/apache/f
Author: rickhall
Date: Tue Jun 26 18:14:30 2012
New Revision: 1354145
URL: http://svn.apache.org/viewvc?rev=1354145&view=rev
Log:
When dynamically importing, we must expect null candidates for previously
resolved requirements, since their candidates aren't populated again.
(FELIX-3003)
Author: rickhall
Date: Tue Jun 26 18:02:42 2012
New Revision: 1354142
URL: http://svn.apache.org/viewvc?rev=1354142&view=rev
Log:
Make sure we are checking package space consistency for dynamic imports.
(FELIX-3572)
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/src/main/
Author: rickhall
Date: Tue Jun 26 18:01:55 2012
New Revision: 1354141
URL: http://svn.apache.org/viewvc?rev=1354141&view=rev
Log:
Update main.distribution 4.0.3 pom file.
Modified:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml
Modified: felix/bran
Author: rickhall
Date: Tue Jun 26 18:01:31 2012
New Revision: 1354140
URL: http://svn.apache.org/viewvc?rev=1354140&view=rev
Log:
Update main 4.0.3 pom file.
Modified:
felix/branches/org.apache.felix.main-4.0.3-RC/pom.xml
Modified: felix/branches/org.apache.felix.main-4.0.3-RC/pom.xml
Author: rickhall
Date: Tue Jun 26 18:01:11 2012
New Revision: 1354139
URL: http://svn.apache.org/viewvc?rev=1354139&view=rev
Log:
Update framework 4.0.3 pom file.
Modified:
felix/branches/org.apache.felix.framework-4.0.3-RC/pom.xml
Modified: felix/branches/org.apache.felix.framework-4
Author: rickhall
Date: Tue Jun 26 17:41:55 2012
New Revision: 1354128
URL: http://svn.apache.org/viewvc?rev=1354128&view=rev
Log:
Add 4.0.3 main.distribution release candidate branch.
Added:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/
- copied from r1354127,
f
Author: rickhall
Date: Tue Jun 26 17:41:17 2012
New Revision: 1354127
URL: http://svn.apache.org/viewvc?rev=1354127&view=rev
Log:
Add main 4.0.3 release candidate branch.
Added:
felix/branches/org.apache.felix.main-4.0.3-RC/
- copied from r1354126, felix/releases/org.apache.felix.
Author: rickhall
Date: Tue Jun 26 17:40:23 2012
New Revision: 1354126
URL: http://svn.apache.org/viewvc?rev=1354126&view=rev
Log:
Add 4.0.3 release candidate branch.
Added:
felix/branches/org.apache.felix.framework-4.0.3-RC/
- copied from r1354125, felix/rele
Author: rickhall
Date: Wed Jun 20 15:15:13 2012
New Revision: 1352149
URL: http://svn.apache.org/viewvc?rev=1352149&view=rev
Log:
Apply patch (FELIX-2465) to add system.bundle alias bundle capability.
Modified:
felix/trunk/bundlerepository/src/main/java/org/apache/felix/bundlereposi
Author: rickhall
Date: Sun Jun 17 02:54:00 2012
New Revision: 1351040
URL: http://svn.apache.org/viewvc?rev=1351040&view=rev
Log:
Remove some unnecessary casts after introducing R5 API. (FELIX-3504)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Sat Jun 16 20:00:03 2012
New Revision: 1350991
URL: http://svn.apache.org/viewvc?rev=1350991&view=rev
Log:
Ignore ".extra" properties with an empty string. (FELIX-3372)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/Extensi
Author: rickhall
Date: Sat Jun 16 19:58:24 2012
New Revision: 1350990
URL: http://svn.apache.org/viewvc?rev=1350990&view=rev
Log:
Use a Map instead of a Properties for config map. (FELIX-3455)
Modified:
felix/trunk/main/src/main/java/org/apache/felix/main/Main.java
Modified: felix/t
Author: rickhall
Date: Sat Jun 16 19:16:47 2012
New Revision: 1350986
URL: http://svn.apache.org/viewvc?rev=1350986&view=rev
Log:
Return null from PackageAdmin if bundle has no exported packages. (FELIX-3353)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/frame
Author: rickhall
Date: Sat Jun 16 19:13:30 2012
New Revision: 1350985
URL: http://svn.apache.org/viewvc?rev=1350985&view=rev
Log:
Target Java 1.5. (FELIX-3455)
Modified:
felix/trunk/framework/pom.xml
felix/trunk/main/pom.xml
Modified: felix/trunk/framework/pom.xml
URL:
Author: rickhall
Date: Sat Jun 16 19:10:26 2012
New Revision: 1350984
URL: http://svn.apache.org/viewvc?rev=1350984&view=rev
Log:
Log any exceptions while activating deferred bundles. (FELIX-3306)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleWiringImpl.
Author: rickhall
Date: Wed May 30 14:47:16 2012
New Revision: 1344282
URL: http://svn.apache.org/viewvc?rev=1344282&view=rev
Log:
Update copyright years.
Modified:
felix/trunk/framework/src/main/appended-resources/META-INF/DEPENDENCIES
felix/trunk/framework/src/main/appended-resou
Author: rickhall
Date: Fri May 25 18:13:41 2012
New Revision: 1342752
URL: http://svn.apache.org/viewvc?rev=1342752&view=rev
Log:
Port improved FELIX-3465 patch from resolver to framework.
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.
Author: rickhall
Date: Fri May 25 18:08:24 2012
New Revision: 1342750
URL: http://svn.apache.org/viewvc?rev=1342750&view=rev
Log:
Fix FELIX-3465 patch which was too aggressive in short circuiting
package space calculation as witnessed by the regression reported
by FELIX-3521.
Modi
Author: rickhall
Date: Thu May 10 18:17:23 2012
New Revision: 1336820
URL: http://svn.apache.org/viewvc?rev=1336820&view=rev
Log:
Apply patch (FELIX-3458) to allow generic to hava a wire where the providing
resource is the same as the requiring resources (i.e., it wires to itself).
Modi
Author: rickhall
Date: Wed May 2 13:01:37 2012
New Revision: 1333021
URL: http://svn.apache.org/viewvc?rev=1333021&view=rev
Log:
Created equals()/hashCode() methods for Wire (FELIX-3495), removed exception
from
stop() activator method, and make copies of mandatory/optional resource
parame
Author: rickhall
Date: Tue May 1 12:33:47 2012
New Revision: 1332630
URL: http://svn.apache.org/viewvc?rev=1332630&view=rev
Log:
Apply patch (FELIX-3492) to create wires for all non-payload fragment
requirements.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/reso
Author: rickhall
Date: Mon Apr 16 19:16:58 2012
New Revision: 1326752
URL: http://svn.apache.org/viewvc?rev=1326752&view=rev
Log:
Apply patch to avoid calculating package space more than once. (FELIX-3465)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/reso
Author: rickhall
Date: Mon Apr 16 18:50:07 2012
New Revision: 1326739
URL: http://svn.apache.org/viewvc?rev=1326739&view=rev
Log:
Improve handling of "fragment" bundles that are not R4 bundles. (FELIX-3343)
Modified:
felix/trunk/framework/src/main/java/org/apache/f
Author: rickhall
Date: Mon Apr 16 15:59:38 2012
New Revision: 1326664
URL: http://svn.apache.org/viewvc?rev=1326664&view=rev
Log:
Apply patch (FELIX-3463) to fix a bug in fragment handling.
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Candidates.java
Modi
Author: rickhall
Date: Fri Apr 13 19:54:42 2012
New Revision: 1325928
URL: http://svn.apache.org/viewvc?rev=1325928&view=rev
Log:
Fix bug in Util.isOptional().
Modified:
felix/trunk/resolver/src/main/java/org/apache/felix/resolver/Util.java
Modified: felix/trunk/resolver/src/main/java
Author: rickhall
Date: Mon Apr 9 16:46:52 2012
New Revision: 1311317
URL: http://svn.apache.org/viewvc?rev=1311317&view=rev
Log:
Apply patch (FELIX-3447) to introduce specific immutable collections.
Added:
felix/trunk/framework/src/main/java/org/apache/felix/framework/
Author: rickhall
Date: Mon Apr 9 14:34:05 2012
New Revision: 1311259
URL: http://svn.apache.org/viewvc?rev=1311259&view=rev
Log:
Copied from sandbox.
Added:
felix/trunk/resolver/ (props changed)
- copied from r1311256, felix/sandbox/rickhall/rfc-112/
Propchange: felix/t
Author: rickhall
Date: Mon Apr 9 14:27:29 2012
New Revision: 1311250
URL: http://svn.apache.org/viewvc?rev=1311250&view=rev
Log:
Add sources to bundle and svn revision to version number.
Modified:
felix/sandbox/rickhall/rfc-112/pom.xml
Modified: felix/sandbox/rickhall/rfc-112/pom.xml
Author: rickhall
Date: Thu Mar 29 16:46:06 2012
New Revision: 1306979
URL: http://svn.apache.org/viewvc?rev=1306979&view=rev
Log:
Check for null in bundle array for refresh packages. (FELIX-3413)
Modified:
felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java
Modi
Author: rickhall
Date: Mon Mar 26 18:34:46 2012
New Revision: 1305485
URL: http://svn.apache.org/viewvc?rev=1305485&view=rev
Log:
Modify resolver implementation to not use BundleRequirement.matches()
since this is not present in the OBR resolver API. (FELIX-3394)
Modified:
felix/t
Author: rickhall
Date: Mon Mar 26 15:24:42 2012
New Revision: 1305395
URL: http://svn.apache.org/viewvc?rev=1305395&view=rev
Log:
Apply patch (FELIX-3401).
Modified:
felix/trunk/examples/extenderbased.circle/pom.xml
felix/trunk/examples/extenderbased.square/pom.xml
felix/t
1 - 100 of 1606 matches
Mail list logo