diff options
| author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2026-06-08 15:20:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 15:20:40 +0200 |
| commit | 9b452b7f5abf799a31f751859ca3103f053adebf (patch) | |
| tree | cd0f2db53ac75926f2c2e308d9b496bb73fc58cf /pdf-as-moa/src/generated/java | |
| parent | c8abbd8bef5349ab892a2853a4e5e3d5ed16b670 (diff) | |
| download | pdf-as-4-9b452b7f5abf799a31f751859ca3103f053adebf.tar.gz pdf-as-4-9b452b7f5abf799a31f751859ca3103f053adebf.tar.bz2 pdf-as-4-9b452b7f5abf799a31f751859ca3103f053adebf.zip | |
Further follow-up fixes (#87)
* remove remaining references to pdf-as 4
* fix tomcat coop
- properly initialize spring boot not just for bootRun but also for tomcat
- fail-fast if properties fails to load
- also deps bumps
* major version bumps
spring boot 3 -> 4
tomcat 10 -> tomcat 11
junit 4 -> 6
Diffstat (limited to 'pdf-as-moa/src/generated/java')
| -rw-r--r-- | pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java index 12c4d7db..0ba7227f 100644 --- a/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java +++ b/pdf-as-moa/src/generated/java/org/w3/_2000/_09/xmldsig_/PGPDataType.java @@ -52,8 +52,8 @@ public class PGPDataType { * <p> * You are getting this "catch-all" property because of the following reason: * The field name "PGPKeyPacket" is used by two different parts of a schema. See: - * line 184 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd - * line 180 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 184 of file:/home/gpalfinger/Documents/pdf-as-5-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 180 of file:/home/gpalfinger/Documents/pdf-as-5-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd * <p> * To get rid of this property, apply a property customization to one * of both of the following declarations to change their names: @@ -72,8 +72,8 @@ public class PGPDataType { * <p> * You are getting this "catch-all" property because of the following reason: * The field name "PGPKeyPacket" is used by two different parts of a schema. See: - * line 184 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd - * line 180 of file:/home/gpalfinger/Documents/pdf-as-4-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 184 of file:/home/gpalfinger/Documents/pdf-as-5-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd + * line 180 of file:/home/gpalfinger/Documents/pdf-as-5-kiro/pdf-as-moa/src/main/resources/wsdl/W3C-XMLDSig.xsd * <p> * To get rid of this property, apply a property customization to one * of both of the following declarations to change their names: |
