You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/12/11 19:49:43 UTC

[aries-jax-rs-whiteboard] branch master updated (5841709 -> 983b8c9)

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

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.


    from 5841709  add project.build.outputTimestamp property for reproducible builds expected from Apache parent
     new be428cc  fix examples so they run without errors on versions Java 9+
     new 1015e79  add execution for whiteboard-only run
     new b165aab  add uptime to the logback pattern
     new 983b8c9  persist resolution results

The 4 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.


Summary of changes:
 .../rest-management/rest-management-itest/itest.bndrun       | 12 ++++++------
 jax-rs.example/aries-jaxrs-whiteboard-example.bndrun         |  8 +++++++-
 jax-rs.example/aries-jaxrs-whiteboard-only.bndrun            |  8 +++++++-
 jax-rs.example/logback.xml                                   |  2 +-
 jax-rs.example/pom.xml                                       |  6 ++++++
 5 files changed, 27 insertions(+), 9 deletions(-)

[aries-jax-rs-whiteboard] 03/04: add uptime to the logback pattern

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit b165aabb30c6c9aa218e6959368a3917cf9a69dc
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sat Dec 11 14:36:17 2021 -0500

    add uptime to the logback pattern
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 jax-rs.example/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jax-rs.example/logback.xml b/jax-rs.example/logback.xml
index 93cf8ba..fbb7402 100644
--- a/jax-rs.example/logback.xml
+++ b/jax-rs.example/logback.xml
@@ -23,7 +23,7 @@
 
   <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
     <encoder>
-      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+      <pattern>%-10r %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
     </encoder>
   </appender>
 

[aries-jax-rs-whiteboard] 04/04: persist resolution results

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 983b8c9e0f751ffb61fa051c08159aa341907843
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sat Dec 11 14:39:07 2021 -0500

    persist resolution results
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 .../rest-management/rest-management-itest/itest.bndrun       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/integrations/rest-management/rest-management-itest/itest.bndrun b/integrations/rest-management/rest-management-itest/itest.bndrun
index f1ebb32..a32f3a7 100644
--- a/integrations/rest-management/rest-management-itest/itest.bndrun
+++ b/integrations/rest-management/rest-management-itest/itest.bndrun
@@ -84,12 +84,12 @@ java.9.plus.reqs: \
 	io.swagger.core.v3.swagger-jaxrs2;version='[2.1.11,2.1.12)',\
 	io.swagger.core.v3.swagger-models;version='[2.1.11,2.1.12)',\
 	jakarta.validation.jakarta.validation-api;version='[2.0.2,2.0.3)',\
-	junit-jupiter-api;version='[5.8.1,5.8.2)',\
-	junit-jupiter-engine;version='[5.8.1,5.8.2)',\
-	junit-jupiter-params;version='[5.8.1,5.8.2)',\
-	junit-platform-commons;version='[1.8.1,1.8.2)',\
-	junit-platform-engine;version='[1.8.1,1.8.2)',\
-	junit-platform-launcher;version='[1.8.1,1.8.2)',\
+	junit-jupiter-api;version='[5.8.2,5.8.3)',\
+	junit-jupiter-engine;version='[5.8.2,5.8.3)',\
+	junit-jupiter-params;version='[5.8.2,5.8.3)',\
+	junit-platform-commons;version='[1.8.2,1.8.3)',\
+	junit-platform-engine;version='[1.8.2,1.8.3)',\
+	junit-platform-launcher;version='[1.8.2,1.8.3)',\
 	net.javacrumbs.json-unit.json-unit-assertj;version='[2.28.0,2.28.1)',\
 	net.javacrumbs.json-unit.json-unit-core;version='[2.28.0,2.28.1)',\
 	net.javacrumbs.json-unit.json-unit-json-path;version='[2.28.0,2.28.1)',\

[aries-jax-rs-whiteboard] 02/04: add execution for whiteboard-only run

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 1015e79efa48d36a503bb73adeca91902e4a0436
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sat Dec 11 14:35:39 2021 -0500

    add execution for whiteboard-only run
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 jax-rs.example/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml
index f37ce34..faf4dbb 100644
--- a/jax-rs.example/pom.xml
+++ b/jax-rs.example/pom.xml
@@ -75,6 +75,12 @@
                             <bndrun>aries-jaxrs-whiteboard-example.bndrun</bndrun>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>whiteboard-only</id>
+                        <configuration>
+                            <bndrun>aries-jaxrs-whiteboard-only.bndrun</bndrun>
+                        </configuration>
+                    </execution>
               </executions>
             </plugin>
         </plugins>

[aries-jax-rs-whiteboard] 01/04: fix examples so they run without errors on versions Java 9+

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit be428ccdfe9f2faf4f85e4b510833d8ff680329e
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Fri Nov 26 16:39:54 2021 -0500

    fix examples so they run without errors on versions Java 9+
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 jax-rs.example/aries-jaxrs-whiteboard-example.bndrun | 8 +++++++-
 jax-rs.example/aries-jaxrs-whiteboard-only.bndrun    | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun
index a5d6736..dc58766 100644
--- a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun
+++ b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun
@@ -35,10 +35,16 @@
 
 -resolve.effective: resolve, active
 
--runrequires: \
+java.8.reqs: \
 	osgi.identity;filter:='(osgi.identity=org.apache.aries.jax.rs.example)',\
 	osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.command)'
 
+java.9.plus.reqs: \
+	${java.8.reqs},\
+	osgi.identity;filter:='(osgi.identity=com.sun.xml.bind.jaxb-osgi)'
+
+-runrequires: ${if;${is;${def;-runee};JavaSE-1.8};${java.8.reqs};${java.9.plus.reqs}}
+
 -runsystemcapabilities: ${native_capability}
 -runproperties: \
 	logback.configurationFile=${fileuri;${.}/logback.xml},\
diff --git a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun
index cdfd3aa..aa10e87 100644
--- a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun
+++ b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun
@@ -35,9 +35,15 @@
 
 -resolve.effective: resolve, active
 
--runrequires: \
+java.8.reqs: \
 	osgi.identity;filter:='(osgi.identity=org.apache.aries.jax.rs.whiteboard)'
 
+java.9.plus.reqs: \
+	${java.8.reqs},\
+	osgi.identity;filter:='(osgi.identity=com.sun.xml.bind.jaxb-osgi)'
+
+-runrequires: ${if;${is;${def;-runee};JavaSE-1.8};${java.8.reqs};${java.9.plus.reqs}}
+
 -runsystemcapabilities: ${native_capability}
 -runproperties: \
 	logback.configurationFile=${fileuri;${.}/logback.xml},\