You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2020/09/25 21:23:32 UTC

[felix-atomos] branch removeLockFalse created (now e61c80e)

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a change to branch removeLockFalse
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git.


      at e61c80e  Enable felix cache locking again after it has been fixed

This branch includes the following new commits:

     new e61c80e  Enable felix cache locking again after it has been fixed

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[felix-atomos] 01/01: Enable felix cache locking again after it has been fixed

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch removeLockFalse
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit e61c80e91ac9e79b2be33ce4be28e87cd703f66e
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Sep 25 23:23:13 2020 +0200

    Enable felix cache locking again after it has been fixed
---
 .../felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
index f75647d..8212492 100644
--- a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
+++ b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
@@ -510,8 +510,7 @@ public class ModulepathLaunchTest
         try
         {
             f = AtomosLauncher.newFramework(
-                Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath(),
-                    "felix.cache.locking", "false"),
+                Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath()),
                 atomosRuntime);
             f.start();
             fail();