-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #610 from keeps/alindo-dev-release
upgraded java and dependencies
- Loading branch information
Showing
67 changed files
with
421 additions
and
381 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
12 changes: 6 additions & 6 deletions
12
dbptk-bindings/dbptk-bindings-siard1/src/main/resources/config/jaxb/jodatime.xjb
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jxb:bindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb" | ||
<jaxb:bindings xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
version="2.1"> | ||
<jxb:globalBindings> | ||
version="3.0"> | ||
<jaxb:globalBindings> | ||
<!-- use JODA-Time DateTime for xs:date --> | ||
<jxb:javaType name="java.lang.String" xmlType="xs:date" | ||
<jaxb:javaType name="java.lang.String" xmlType="xs:date" | ||
parseMethod="java.lang.String.valueOf" | ||
printMethod="java.lang.String.valueOf"/> | ||
</jxb:globalBindings> | ||
</jxb:bindings> | ||
</jaxb:globalBindings> | ||
</jaxb:bindings> |
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
12 changes: 6 additions & 6 deletions
12
dbptk-bindings/dbptk-bindings-siard2-0/src/main/resources/config/jaxb/jodatime.xjb
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jxb:bindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb" | ||
<jaxb:bindings xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
version="2.1"> | ||
<jxb:globalBindings> | ||
version="3.0"> | ||
<jaxb:globalBindings> | ||
<!-- use JODA-Time DateTime for xs:date --> | ||
<jxb:javaType name="java.lang.String" xmlType="xs:date" | ||
<jaxb:javaType name="java.lang.String" xmlType="xs:date" | ||
parseMethod="java.lang.String.valueOf" | ||
printMethod="java.lang.String.valueOf"/> | ||
</jxb:globalBindings> | ||
</jxb:bindings> | ||
</jaxb:globalBindings> | ||
</jaxb:bindings> |
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
12 changes: 6 additions & 6 deletions
12
dbptk-bindings/dbptk-bindings-siard2-1/src/main/resources/config/jaxb/jodatime.xjb
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jxb:bindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb" | ||
<jaxb:bindings xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
version="2.1"> | ||
<jxb:globalBindings> | ||
version="3.0"> | ||
<jaxb:globalBindings> | ||
<!-- use JODA-Time DateTime for xs:date --> | ||
<jxb:javaType name="java.lang.String" xmlType="xs:date" | ||
<jaxb:javaType name="java.lang.String" xmlType="xs:date" | ||
parseMethod="java.lang.String.valueOf" | ||
printMethod="java.lang.String.valueOf"/> | ||
</jxb:globalBindings> | ||
</jxb:bindings> | ||
</jaxb:globalBindings> | ||
</jaxb:bindings> |
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
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.