Fix build with jdk9

OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=28
This commit is contained in:
2017-10-05 06:19:16 +00:00
committed by Git OBS Bridge
parent f5ff3461a1
commit 2b423152c6
6 changed files with 116 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 5 05:54:20 UTC 2017 - fstrba@suse.com
- Remove the 3 deprecated classes from package org.apache.axis.enum
* allows building with java source and target >= 1.5
- Added patches:
* axis-encoding.patch
+ Specify file encoding ISO-8859-1 in order to avoid compiler
errors with characters unmappable in ASCII
* axis-enum.patch
+ Rename variable enum to emun to avoid clash with reserved
word in java5+
* axis-compareto.patch
+ Rewrite the UnsignedInt::compareTo and
UnsignedLong::compareTo to check first that the Object we
compare with is instance of the respective class
-------------------------------------------------------------------
Thu Sep 14 14:22:43 UTC 2017 - fstrba@suse.com