[johnzon] branch master updated (8afb7cf3 -> 01ac65b5)

2023-10-04 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


from 8afb7cf3 fix: move tck under a specific profile while we are still 
working on it, so we can merge the PR and keep working
 add 01ac65b5 fix: move tck under a specific profile while we are still 
working on it, so we can merge the PR and keep working

No new revisions were added by this update.

Summary of changes:
 pom.xml | 1 -
 1 file changed, 1 deletion(-)



[johnzon] branch master updated (b7fa3449 -> 8afb7cf3)

2023-10-04 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


from b7fa3449 Merge pull request #98 from apache/jakartaee-10-tck
 add 8afb7cf3 fix: move tck under a specific profile while we are still 
working on it, so we can merge the PR and keep working

No new revisions were added by this update.

Summary of changes:
 pom.xml | 7 +++
 1 file changed, 7 insertions(+)



[johnzon] branch master updated (e59399f0 -> b7fa3449)

2023-10-04 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


from e59399f0 Merge pull request #109 from 
SingingBush/chore/update_maven_plugins
 add f9c8cf69 Jakarta EE 10 TCK setup
 add 5cbc9dc9 Fix Nillable for fields and set the local for TCK to be 
independent from the platform running the suite
 add 32622331 don't serialize BigInteger/BigDecimal as strings in jsonb
 add dc6b2055 serialize BigInteger/BigDecimal as strings by default in jsonb
 add 2e50c9fc set system properties for TCKs
 add e90ad82f Merge pull request #103 from jungm/jsonb-bigintdecimal
 add 1339ef5e Workaround so TCKs detect when OWB isn't started
 add 4baa2681 fix package name
 add ab4ce2a5 Merge pull request #104 from jungm/jakartaee-10-tck-cdi
 add 0e644189 Fix NumberFormatCustomizationTest when running on jdk 13+
 add 7751e40d Merge pull request #107 from 
jungm/jakartaee-10-tck-numberformat
 add f8b677df upgrade to OWB-4.0.0
 add 93b1ad57 Fix pluggability (JSON-P) and SigTests TCK
 add 10fefa72 Merge pull request #111 from jungm/fix-pluggability-sigtests
 add b7fa3449 Merge pull request #98 from apache/jakartaee-10-tck

No new revisions were added by this update.

Summary of changes:
 johnzon-jsonb/pom.xml  |  23 
 .../org/apache/johnzon/jsonb/JohnzonBuilder.java   |  10 ++
 .../org/apache/johnzon/jsonb/JsonbAccessMode.java  |  20 +--
 .../org/apache/johnzon/jsonb/JsonbTypesTest.java   |  59 +++-
 .../org/apache/johnzon/mapper/MapperBuilder.java   |  10 ++
 .../johnzon/mapper/map/LazyConverterMap.java   |  28 ++--
 pom.xml|   5 +-
 tck/jsonb/pom.xml  | 113 
 .../johnzon/jsonb/tck/JohnzonOwbCDIProvider.java   |  26 ++--
 .../jakarta.enterprise.inject.spi.CDIProvider  |   1 +
 tck/jsonp/pom.xml  | 148 +
 tck/pom.xml|  82 
 12 files changed, 461 insertions(+), 64 deletions(-)
 create mode 100644 tck/jsonb/pom.xml
 copy 
johnzon-jsonb/src/test/java/org/apache/johnzon/jsonb/model/packageformat/FormatOnClassModel.java
 => 
tck/jsonb/src/test/java/org/apache/johnzon/jsonb/tck/JohnzonOwbCDIProvider.java 
(58%)
 create mode 100644 
tck/jsonb/src/test/resources/META-INF/services/jakarta.enterprise.inject.spi.CDIProvider
 create mode 100644 tck/jsonp/pom.xml
 create mode 100644 tck/pom.xml



[johnzon] branch master updated: updating maven plugins

2023-10-04 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
 new 63ea017f updating maven plugins
 new e59399f0 Merge pull request #109 from 
SingingBush/chore/update_maven_plugins
63ea017f is described below

commit 63ea017fc188aa942da984fa757478ae93aa09fa
Author: singingbush 
AuthorDate: Sat Sep 2 10:48:29 2023 +0100

updating maven plugins
---
 pom.xml | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60ff841c..eaa8a78d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,32 +113,32 @@
 
   org.apache.maven.plugins
   maven-compiler-plugin
-  3.10.1
+  3.11.0
 
 
   org.apache.maven.plugins
   maven-source-plugin
-  3.2.1
+  3.3.0
 
 
   org.apache.maven.plugins
   maven-javadoc-plugin
-  3.4.1
+  3.5.0
 
 
   org.apache.maven.plugins
   maven-enforcer-plugin
-  3.1.0
+  3.4.0
 
 
   org.apache.maven.plugins
   maven-surefire-plugin
-  3.0.0
+  3.1.2
 
 
   org.apache.maven.plugins
   maven-surefire-report-plugin
-  3.0.0-M7
+  3.1.2
 
 
   org.apache.maven.plugins
@@ -148,7 +148,7 @@
 
   org.apache.maven.plugins
   maven-release-plugin
-  3.0.0-M6
+  3.0.1
 
 
   org.apache.maven.plugins
@@ -164,17 +164,17 @@
 
   org.apache.maven.plugins
   maven-pmd-plugin
-  3.19.0
+  3.21.0
 
 
   org.apache.maven.plugins
   maven-project-info-reports-plugin
-  3.4.1
+  3.4.5
 
 
   org.codehaus.mojo
   versions-maven-plugin
-  2.14.2
+  2.16.0
 
 
   org.codehaus.mojo



[johnzon] branch jakartaee-10-tck updated: Fix pluggability (JSON-P) and SigTests TCK

2023-10-04 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch jakartaee-10-tck
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/jakartaee-10-tck by this push:
 new 93b1ad57 Fix pluggability (JSON-P) and SigTests TCK
 new 10fefa72 Merge pull request #111 from jungm/fix-pluggability-sigtests
93b1ad57 is described below

commit 93b1ad578dc0293747e13b2e509ea671f88e7e91
Author: Markus Jung 
AuthorDate: Tue Sep 26 13:34:40 2023 +0200

Fix pluggability (JSON-P) and SigTests TCK
---
 tck/jsonb/pom.xml | 25 ++-
 tck/jsonp/pom.xml | 74 +++
 tck/pom.xml   | 45 +
 3 files changed, 106 insertions(+), 38 deletions(-)

diff --git a/tck/jsonb/pom.xml b/tck/jsonb/pom.xml
index 80dd5ef2..d12bbfd0 100644
--- a/tck/jsonb/pom.xml
+++ b/tck/jsonb/pom.xml
@@ -77,13 +77,12 @@
   
 
   
-
-  
-src/test/resources
-true
-  
-
 
+  
+org.apache.maven.plugins
+maven-dependency-plugin
+  
+
   
 org.apache.maven.plugins
 maven-surefire-plugin
@@ -94,16 +93,10 @@
   
 jakarta.json.bind:jakarta.json.bind-tck
   
-  
-ee.jakarta.tck.json.bind.**
-  
-  
+
   
-
${project.build.outputDirectory}
+${project.build.directory}/jimage
+
${project.build.directory}/signaturedirectory/jakarta.json.bind-api.jar:${project.build.directory}/jimage/java.base:${project.build.directory}/jimage/java.rmi:${project.build.directory}/jimage/java.sql:${project.build.directory}/jimage/java.naming
 
 
 
false
@@ -117,6 +110,4 @@
   
 
   
-
-
 
diff --git a/tck/jsonp/pom.xml b/tck/jsonp/pom.xml
index 88f9536f..8b5c0480 100644
--- a/tck/jsonp/pom.xml
+++ b/tck/jsonp/pom.xml
@@ -34,11 +34,6 @@
   jakarta.json
   jakarta.json-api
 
-
-  org.apache.johnzon
-  johnzon-core
-  ${project.version}
-
 
 
   jakarta.json
@@ -53,6 +48,12 @@
   test
 
 
+
+  org.apache.johnzon
+  johnzon-core
+  ${project.version}
+
+
 
   org.apache.openwebbeans
   openwebbeans-se
@@ -85,29 +86,60 @@
   
 
 
+  
+org.apache.maven.plugins
+maven-dependency-plugin
+  
+
   
 org.apache.maven.plugins
 maven-surefire-plugin
-3.0.0-M7
+${surefire.version}
 
   false
   1
-  
-jakarta.json:jakarta.json-tck-tests
-
jakarta.json:jakarta.json-tck-tests-pluggability
-  
-  
-ee.jakarta.tck.jsonp.**
-  
-  
-  
-
${project.build.outputDirectory}
-  
 
+
+
+
+  
+tck-pluggability
+
+
+  test
+
+
+
+  
jakarta.json:jakarta.json-tck-tests-pluggability
+
+  
+
jakarta.json:jakarta.json-tck-tests
+  
+
+  
+
+  
+tck
+
+
+  test
+
+
+
+  
jakarta.json:jakarta.json-tck-tests
+
+  
+${project.build.directory}/jimage
+
${project.build.directory}/signaturedirectory/jakarta.json-api.jar:${project.build.directory}/jimage/java.base:${project.build.directory}/jimage/java.rmi:${project.build.directory}/jimage/java.sql:${project.build.directory}/jimage/java.naming
+  
+
+  
+
jakarta.json:jakarta.json-tck-tests-pluggability
+  
+
+  
+
   
 
   
diff --git a/tck/pom.xml b/tck/pom.xml
index 56e7bdf2..01aff41b 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -34,4 +34,49 @@
 jsonp
   
 
+  
+
+  
+
+  org.apache.maven.plugins
+  maven-dependency-plugin
+  3.2.0
+  
+
+  copy
+  generate-test-resources
+  
+copy
+  
+
+  
+
+  
+jakarta.json
+jakarta.json-api
+${jakarta-jsonp-api.version}
+jar
+true
+
${project.build.directory}/signaturedirectory
+jakarta.json-api.jar
+  
+
+  
+jakarta.json.bind
+jakarta.json.bind-api
+${jakarta-jsonb-api.version}
+jar
+true
+
${project.build.directory}/signaturedirectory
+jakarta.json.bind-api.jar
+  
+   

[johnzon] branch master updated: Fixing persistence and transaction api scopes (they are not intended to come with johnzon)

2023-10-04 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
 new f6a8bc89 Fixing persistence and transaction api scopes (they are not 
intended to come with johnzon)
f6a8bc89 is described below

commit f6a8bc8901ca64bcef277bb23db39a1da48866b7
Author: Romain Manni-Bucau 
AuthorDate: Wed Oct 4 16:19:44 2023 +0400

Fixing persistence and transaction api scopes (they are not intended to 
come with johnzon)
---
 johnzon-mapper/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index d808dcad..a97e6868 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -39,11 +39,13 @@
   jakarta.persistence
   jakarta.persistence-api
   3.1.0
+  test
 
 
   jakarta.transaction
   jakarta.transaction-api
   2.0.1
+  test
 
 
   org.apache.openjpa