The next Axis2 release is expected to work fine on JDK 8. Currently we compile with JDK 1.7 compatibility. Furthermore, each commit to git triggers a Travis build that runs all the unit tests for the project on both JDK 8 and JDK 9.
Robert On Mon, Sep 14, 2020 at 3:58 AM Jipa, Alexandru-Stefan < alexandrustefan.j...@finastra.com> wrote: > Will affect this upgrade the support for example to openjdk 1.8 versions? > > > > Stefan > > > > *From:* robertlazarski <robertlazar...@gmail.com> > *Sent:* Monday, September 14, 2020 4:35 PM > *To:* java-dev@axis.apache.org > *Subject:* Re: [EXT] [jira] [Commented] (AXIS2-5984) Switch to > org.glassfish.jaxb artifacts? > > > > Realistically, the goal is by the end of the year. > > > > The main goal of the next release is JDK 11 compilation. As of this last > week, we can compile on JDK 9. > > > > Right now I am updating the Javadoc and XDoclet code as the API changed > quite a bit. The old API's were removed completely in JDK 11. > > > > I expect to have a WAR ready for testing in a few weeks. I'll announce it > on the dev and user lists. > > > > Robert > > > > > > On Mon, Sep 14, 2020 at 3:23 AM Jipa, Alexandru-Stefan < > alexandrustefan.j...@finastra.com> wrote: > > Thanks. Can you give an approximate date/month for the release if it is > possible? > > > > Stefan > > > > *From:* robertlazarski <robertlazar...@gmail.com> > *Sent:* Monday, September 14, 2020 4:13 PM > *To:* java-dev@axis.apache.org > *Subject:* Re: [EXT] [jira] [Commented] (AXIS2-5984) Switch to > org.glassfish.jaxb artifacts? > > > > commons fileupload will definitely be upgraded to 1.4, I tried a few weeks > ago but ran into a problem in the OSGI module. I'll be looking more into > that code soon. > > > > Robert > > > > On Sun, Sep 13, 2020 at 10:16 PM Jipa, Alexandru-Stefan < > alexandrustefan.j...@finastra.com> wrote: > > Hi, > > Thank you for the prompt answer. > I checked axis2-webapp-1.8.0-20200911.225044-761.war from AXIS2-5984 and I > saw that xalan jar is upgraded to 2.7.2 version, but commons fileupload jar > is still at version 1.3.3. > Will it be upgraded to 1.4 in the next release? Or should I log a bug > about this and if yes can you tell at which category it would fit? > > Thanks, > Stefan > > -----Original Message----- > From: Robert Lazarski (Jira) <j...@apache.org> > Sent: Friday, September 11, 2020 6:29 PM > To: java-dev@axis.apache.org > Subject: [EXT] [jira] [Commented] (AXIS2-5984) Switch to > org.glassfish.jaxb artifacts? > > > [ > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FAXIS2-5984%3Fpage%3Dcom.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel%26focusedCommentId%3D17194324%23comment-17194324&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7C85bd9f442c644aed7e6908d856676cfe%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637354349504304642&sdata=Ok9CMLAyRvYTM1Md2v%2BlN09tXYOwHZ9DGEoyV5dSq5g%3D&reserved=0 > <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FAXIS2-5984%3Fpage%3Dcom.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel%26focusedCommentId%3D17194324%23comment-17194324&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7Ccebd36aa4b0f425a55fa08d858b31241%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637356873417587875&sdata=7BUbgDz0jKgPkHuBO9zte6PevMh74amxFU1ozpXVNwQ%3D&reserved=0> > ] > > Robert Lazarski commented on AXIS2-5984: > ---------------------------------------- > > The plan is a release by the end of the year. The main goal for the > release at this point is JDK 11 compilation. > > > Switch to org.glassfish.jaxb artifacts? > > --------------------------------------- > > > > Key: AXIS2-5984 > > URL: > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FAXIS2-5984&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7C85bd9f442c644aed7e6908d856676cfe%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637354349504304642&sdata=k6qw2W2tWD2NGaqKSMXg49NYBe57v4qD2OD1leRagbI%3D&reserved=0 > <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FAXIS2-5984&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7Ccebd36aa4b0f425a55fa08d858b31241%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637356873417587875&sdata=8IX%2FdWA3%2BlxzM1auzvz30Lri%2F2H2p7c5zTkKoY%2BEgCk%3D&reserved=0> > > Project: Axis2 > > Issue Type: Improvement > > Affects Versions: 1.7.9 > > Reporter: Kai Grabfelder > > Assignee: Robert Lazarski > > Priority: Major > > > > Axis2 is using quite old jaxb dependencies. > > {code} > > <dependency> > > <groupId>com.sun.xml.bind</groupId> > > <artifactId>jaxb-impl</artifactId> > > </dependency> > > <dependency> > > <groupId>com.sun.xml.bind</groupId> > > <artifactId>jaxb-xjc</artifactId> > > </dependency> > > {code} > > According to > > [https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsta > > ckoverflow.com > <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwebdefence.global.blackspider.com%2Furlwrap%2F%3Fq%3DAXicE2RnaGBkYNgFxEU5lUZmiXrFRWV6uYmZOcn5eSVF-Tl6yfm5DAYWri4ufinmBsYGZqbGDI45qRWJeSlFpcElqWmJeXpemQWJDmmZeYnFJUWJYA0ZJSUFVvr6ydn5ZalFaTn55WBRCAAA3ecjTw%26Z&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7Ccebd36aa4b0f425a55fa08d858b31241%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637356873417597870&sdata=B3Qiyp7NmagX1lLiP5sMs%2BzofDRSGWnfIwS7m6ghCKM%3D&reserved=0> > %2Fquestions%2F26413431%2Fwhich-artifacts-should-i-use-for-jaxb-ri-in-my-maven-project&data=02%7C01%7CAlexandruStefan.Jipa% > 40finastra.com > <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwebdefence.global.blackspider.com%2Furlwrap%2F%3Fq%3DAXicE2RnaGBkYNgFxEU5lUZmiXrFRWV6uYmZOcn5eSVF-Tl6yfm5DAYWri4ufinmBsYGZqbGDI45qRWJeSlFpcElqWmJeXpemQWJDmmZeYnFJUWJYA0ZJSUFVvr6JgYoohAAANO2Isk%26Z&data=02%7C01%7CAlexandruStefan.Jipa%40finastra.com%7Ccebd36aa4b0f425a55fa08d858b31241%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637356873417597870&sdata=rYHQcgTUSG8lTArpd4o3L5h3Uq%2FHGrXsWh2NosezTzY%3D&reserved=0>%7C85bd9f442c644aed7e6908d856676cfe%7C0b9b90da3fe1457ab340f1b67e1024fb%7C0%7C0%7C637354349504304642&sdata=xIBf2ueFs4fhF%2Fz8f2oNOwNWadSGGHiQ8GdqLauphG8%3D&reserved=0] > the artifacts to use would be {code} <dependency> > > <groupId>org.glassfish.jaxb</groupId> > > <artifactId>jaxb-runtime</artifactId> > > </dependency> > > <dependency> > > <groupId>org.glassfish.jaxb</groupId> > > <artifactId>jaxb-xjc</artifactId> > > <version>...</version> > > </dependency> > > {code} > > The version should also be updated to the latest version (2.3.3) as of > > now > > > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > > "FINASTRA" is the trade name of the FINASTRA group of companies. This > email and any attachments have been scanned for known viruses using > multiple scanners. This email message is intended for the named recipient > only. It may be privileged and/or confidential. If you are not the named > recipient of this email please notify us immediately and do not copy it or > use it for any purpose, nor disclose its contents to any other person. This > email does not constitute the commencement of legal relations between you > and FINASTRA. Please refer to the executed contract between you and the > relevant member of the FINASTRA group for the identity of the contracting > party with which you are dealing. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > > "FINASTRA" is the trade name of the FINASTRA group of companies. This > email and any attachments have been scanned for known viruses using > multiple scanners. This email message is intended for the named recipient > only. It may be privileged and/or confidential. If you are not the named > recipient of this email please notify us immediately and do not copy it or > use it for any purpose, nor disclose its contents to any other person. This > email does not constitute the commencement of legal relations between you > and FINASTRA. Please refer to the executed contract between you and the > relevant member of the FINASTRA group for the identity of the contracting > party with which you are dealing. > > "FINASTRA" is the trade name of the FINASTRA group of companies. This > email and any attachments have been scanned for known viruses using > multiple scanners. This email message is intended for the named recipient > only. It may be privileged and/or confidential. If you are not the named > recipient of this email please notify us immediately and do not copy it or > use it for any purpose, nor disclose its contents to any other person. This > email does not constitute the commencement of legal relations between you > and FINASTRA. Please refer to the executed contract between you and the > relevant member of the FINASTRA group for the identity of the contracting > party with which you are dealing. >