Skip to content

Commit

Permalink
#3755 - The JaxB binding file of flowable-cxf must be updated to use …
Browse files Browse the repository at this point in the history
…Jakarta EE 9/10
  • Loading branch information
Christophe DENEUX authored and filiphr committed Oct 2, 2023
1 parent 6c5b934 commit 25cbeec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/flowable-cxf/src/main/resources/flowable-bindings.xjc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jaxb:bindings
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd" version="2.1">
xsi:schemaLocation="https://jakarta.ee/xml/ns/jaxb https://jakarta.ee/xml/ns/jaxb/bindingschema_3_0.xsd" version="3.0">
<jaxb:globalBindings>
<!--
Use java.util.Date instead of jakarta.xml.datatype.XMLGregorianCalendar for xsd:date, xsd:dateTime,
Expand Down

0 comments on commit 25cbeec

Please sign in to comment.