-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for Java 21 - a LTS Java release
Required changes due to deprecated objects and methods. java.net.URL all constructors were deprecated. This was harder than one would expect. There is no direct replacement in the java.net library for the URL constructors. Nothing tolerates jar-file URIs as of Java 20+. Add xsi:type sensitive comparison for float and double. Tolerate regex match behavior change: seems lookahead is no longer captured into individual groups. Now uses Java 11 release for Java code compilation with Java 21. This eliminates warnings about Java 8 being deprecated. Removed redundancy of XMLUtils and NodeInfo for converting strings to float/double. DAFFODIL-2757, DAFFODIL-2402
- Loading branch information
Showing
11 changed files
with
297 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.