I already reverted yes. I noticed it right after upgrade, so re-opened the ticket and reverted the change already ;-)
Thanks for checking emails and for feedback -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Nov 13, 2018 at 2:33 PM Romain Manni-Bucau <[email protected]> wrote: > Hi JL, > > did you mean 2.3.0.1? 2.3.1 does not exist under these coordinates > > also take care it is built with java 9 so maybe not what we want to deliver > in tomee > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > ---------- Forwarded message --------- > From: <[email protected]> > Date: mar. 13 nov. 2018 à 14:20 > Subject: tomee git commit: TomEE-2274 Java 11 compatibility - upgrade to > Jaxb 2.3.1 Thanks Cees Bos > To: <[email protected]> > > > Repository: tomee > Updated Branches: > refs/heads/master 03a4ca9f9 -> 7aa041047 > > > TomEE-2274 Java 11 compatibility - upgrade to Jaxb 2.3.1 > Thanks Cees Bos > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7aa04104 > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/7aa04104 > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/7aa04104 > > Branch: refs/heads/master > Commit: 7aa0410472acd3010577007889d4a3076f7891b3 > Parents: 03a4ca9 > Author: Jean-Louis Monteiro <[email protected]> > Authored: Tue Nov 13 14:19:50 2018 +0100 > Committer: Jean-Louis Monteiro <[email protected]> > Committed: Tue Nov 13 14:19:50 2018 +0100 > > ---------------------------------------------------------------------- > pom.xml | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/tomee/blob/7aa04104/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 537ec3a..d00622f 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -137,6 +137,8 @@ > > <cxf.version>3.2.7</cxf.version> > <ehcache.version>2.10.3</ehcache.version> > + <jaxb.version>2.3.1</jaxb.version> > + > <!-- used by cxf for security (replay attack) --> > <jetty.version>7.5.3.v20111011</jetty.version> > <pax-url.version>1.3.5</pax-url.version> > @@ -1695,17 +1697,17 @@ > <dependency> > <groupId>javax.xml.bind</groupId> > <artifactId>jaxb-api</artifactId> > - <version>2.3.0</version> > + <version>${jaxb.version}</version> > </dependency> > <dependency> > <groupId>com.sun.xml.bind</groupId> > <artifactId>jaxb-impl</artifactId> > - <version>2.3.0</version> > + <version>${jaxb.version}</version> > </dependency> > <dependency> > <groupId>com.sun.xml.bind</groupId> > <artifactId>jaxb-core</artifactId> > - <version>2.3.0</version> > + <version>${jaxb.version}</version> > </dependency> > <dependency> <!-- licence apache, only 110ko --> > <groupId>org.fusesource.jansi</groupId> >
