I figured out the OSGi problem, the fix below should allow you to build
with the jar update.

The goal for the next axis2 release continues to be JDK 11 compilation. We
are looking at early next year for the next release.

For now, JDK 8 is required for compilation though I have had no problems
running my projects on JDK 11.

./modules/osgi-tests/src/test/java/OSGiTest.java

                // commons-fileupload 1.4 changed the MANIFEST.MF file from:
                // Bundle-SymbolicName: org.apache.commons.fileupload
                // to:
                // Bundle-SymbolicName:
org.apache.commons.commons-fileupload

url("link:classpath:org.apache.commons.commons-fileupload.link"),


On Sun, Nov 22, 2020 at 10:48 PM Jipa, Alexandru-Stefan <
[email protected]> wrote:

> Hi,
>
>
>
> Do you have any news for the axis2 status? Will it be a release in the
> following period? (with xalan 2.7.2 and commons fileupload 1.4)
>
> And one more think, can you tell us the required steps to generate the
> axis2.war file, like the one from
> https://axis.apache.org/axis2/java/core/download.html ?
>
>
>
> We tried to compile axis2 1.7.9 with xalan 2.7.2 and commons fileupload
> 1.4 but we get a failed test: Apache Axis2 - OSGi Tests generated
>
> by commons fileupload 1.4. We tried to upgrade commons io to 2.2, as it is
> a dependcy for fileuload 1.4, but we got the same failed test.
>
>
>
> Axis2 1.7.9 does compile successfully only with xalan 2.7.2 (with maven 3,
> not 2 as it says in readme (outdated maybe?) ), but after this
>
> what do he have to do to generate the axis2.war file?
>
>
>
> Thanks,
>
> Stefan Jipa
>
>
> "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.
>

Reply via email to