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 > ] > > 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 > > 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 > %2Fquestions%2F26413431%2Fwhich-artifacts-should-i-use-for-jaxb-ri-in-my-maven-project&data=02%7C01%7CAlexandruStefan.Jipa% > 40finastra.com%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 > >