From 93fa541ad1acc25d0212716fc649d76ec9caae7e Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Fri, 5 Jan 2018 16:19:24 +0000 Subject: [PATCH 1/6] use xmlbeans fork v2.6.3 --- .classpath | 2 +- build.gradle | 2 +- build.xml | 6 +++--- maven/ooxml-schemas.pom | 2 +- maven/ooxml-security.pom | 2 +- maven/poi-ooxml-schemas.pom | 4 ++-- sonar/ooxml-schema-encryption/pom.xml | 2 +- sonar/ooxml-schema-security/pom.xml | 2 +- sonar/ooxml-schema/pom.xml | 2 +- sonar/ooxml/pom.xml | 2 +- sonar/pom.xml | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.classpath b/.classpath index 54aafe080ff..abcbb78197f 100644 --- a/.classpath +++ b/.classpath @@ -18,7 +18,7 @@ - + diff --git a/build.gradle b/build.gradle index 0af981841ef..7b2190f1139 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - compile 'org.apache.xmlbeans:xmlbeans:2.6.0' + compile 'com.github.pjfanning:xmlbeans:2.6.3' compile 'org.apache.commons:commons-collections4:4.1' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.santuario:xmlsec:2.1.0' diff --git a/build.xml b/build.xml index 4e1ffa15d90..47afd9d31b0 100644 --- a/build.xml +++ b/build.xml @@ -192,9 +192,9 @@ under the License. - + + value="${repository.m2}/maven2/com/github/pjfanning/xmlbeans/2.6.3/xmlbeans-2.6.3.jar"/> @@ -1912,7 +1912,7 @@ under the License. - + diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom index da49544ae12..426ae77b1dc 100644 --- a/maven/ooxml-schemas.pom +++ b/maven/ooxml-schemas.pom @@ -62,7 +62,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans 2.3.0 diff --git a/maven/ooxml-security.pom b/maven/ooxml-security.pom index de9112e211c..35f27848bb9 100644 --- a/maven/ooxml-security.pom +++ b/maven/ooxml-security.pom @@ -71,7 +71,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans 2.3.0 diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index baf531d542c..052b8a92b33 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -60,9 +60,9 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans - 2.6.0 + 2.6.3 diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 12131fa9394..bc331a8e23d 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -47,7 +47,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans ${xmlbeans.version} diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml index 8ee9e4c01c6..1c505a25d90 100644 --- a/sonar/ooxml-schema-security/pom.xml +++ b/sonar/ooxml-schema-security/pom.xml @@ -126,7 +126,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans ${xmlbeans.version} diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 881d9823d88..00eabac28f7 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -81,7 +81,7 @@ ${project.version} - org.apache.xmlbeans + com.github.pjfanning xmlbeans ${xmlbeans.version} diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 65745528a2a..c63ce41caeb 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -129,7 +129,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans ${xmlbeans.version} diff --git a/sonar/pom.xml b/sonar/pom.xml index f28962f69f1..e43721bfda7 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -63,7 +63,7 @@ true - 2.6.0 + 2.6.3 4.12 3.0.1 3.0.1 @@ -269,7 +269,7 @@ - org.apache.xmlbeans + com.github.pjfanning xmlbeans ${xmlbeans.version} From 8c57f6dcec5b366171caf589d5fe140d45fe97eb Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Fri, 5 Jan 2018 16:21:04 +0000 Subject: [PATCH 2/6] reset groupId for poms that use xmlbeans 2.3.0 --- maven/ooxml-schemas.pom | 2 +- maven/ooxml-security.pom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom index 426ae77b1dc..da49544ae12 100644 --- a/maven/ooxml-schemas.pom +++ b/maven/ooxml-schemas.pom @@ -62,7 +62,7 @@ - com.github.pjfanning + org.apache.xmlbeans xmlbeans 2.3.0 diff --git a/maven/ooxml-security.pom b/maven/ooxml-security.pom index 35f27848bb9..de9112e211c 100644 --- a/maven/ooxml-security.pom +++ b/maven/ooxml-security.pom @@ -71,7 +71,7 @@ - com.github.pjfanning + org.apache.xmlbeans xmlbeans 2.3.0 From 0315cdd0396170e5fad148dc471c60a927cdcc18 Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Sat, 6 Jan 2018 14:52:45 +0000 Subject: [PATCH 3/6] remove xmlbeans-2.6.0 --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 47afd9d31b0..22109a5b8bb 100644 --- a/build.xml +++ b/build.xml @@ -585,6 +585,7 @@ under the License. + From e950b49c5393e42dd50eaa77790291faadb3047e Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Thu, 11 Jan 2018 14:34:57 +0000 Subject: [PATCH 4/6] xmlbeans 2.6.4 - and remove piccolo workaround (since 2.6.4 jar removes the piccolo classes) --- build.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/build.xml b/build.xml index 62e619d90ee..51b4553a90c 100644 --- a/build.xml +++ b/build.xml @@ -189,9 +189,9 @@ under the License. - + + value="${repository.m2}/maven2/com/github/pjfanning/xmlbeans/2.6.4/xmlbeans-2.6.4.jar"/> @@ -686,11 +686,7 @@ under the License. - - - - - + @@ -796,7 +792,7 @@ under the License. + classpath="${ooxml.xmlbeans26.jar}"/> @@ -827,7 +823,7 @@ under the License. nopvr="@{nopvr}" > - + @@ -1906,7 +1902,7 @@ under the License. - + From 90ad490ab52309c935591791f0841092ce49ae3c Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Fri, 26 Jan 2018 08:07:54 +0000 Subject: [PATCH 5/6] fix stray references to xmlbeans 2.6.3 --- .classpath | 2 +- build.gradle | 2 +- maven/poi-ooxml-schemas.pom | 2 +- sonar/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index abcbb78197f..742f52d082d 100644 --- a/.classpath +++ b/.classpath @@ -18,7 +18,7 @@ - + diff --git a/build.gradle b/build.gradle index 7b2190f1139..753b54a058d 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - compile 'com.github.pjfanning:xmlbeans:2.6.3' + compile 'com.github.pjfanning:xmlbeans:2.6.4' compile 'org.apache.commons:commons-collections4:4.1' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.santuario:xmlsec:2.1.0' diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 052b8a92b33..691886eb931 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -62,7 +62,7 @@ com.github.pjfanning xmlbeans - 2.6.3 + 2.6.4 diff --git a/sonar/pom.xml b/sonar/pom.xml index e43721bfda7..00c654f261d 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -63,7 +63,7 @@ true - 2.6.3 + 2.6.4 4.12 3.0.1 3.0.1 From 711eac352491837b9abd239a85d0a20228b78020 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 26 May 2018 10:39:11 +0100 Subject: [PATCH 6/6] xmlbeans 2.6.5 --- .classpath | 2 +- build.gradle | 2 +- build.xml | 4 ++-- maven/poi-ooxml-schemas.pom | 2 +- sonar/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index dca3342a79e..f2cc38e43f1 100644 --- a/.classpath +++ b/.classpath @@ -18,7 +18,7 @@ - + diff --git a/build.gradle b/build.gradle index 35d724b0a8c..830794fffbb 100644 --- a/build.gradle +++ b/build.gradle @@ -189,7 +189,7 @@ project('ooxml') { compileJava.dependsOn 'ant-compile-ooxml-xsds' dependencies { - compile 'com.github.pjfanning:xmlbeans:2.6.4' + compile 'com.github.pjfanning:xmlbeans:2.6.5' compile 'org.apache.commons:commons-collections4:4.1' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.santuario:xmlsec:2.1.0' diff --git a/build.xml b/build.xml index 3c83dbef632..4ad9fbb632f 100644 --- a/build.xml +++ b/build.xml @@ -199,9 +199,9 @@ under the License. - + + value="${repository.m2}/maven2/com/github/pjfanning/xmlbeans/2.6.5/xmlbeans-2.6.5.jar"/> diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 691886eb931..586afa63751 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -62,7 +62,7 @@ com.github.pjfanning xmlbeans - 2.6.4 + 2.6.5 diff --git a/sonar/pom.xml b/sonar/pom.xml index 1b70cd0eb94..38b3caff58f 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -63,7 +63,7 @@ true - 2.6.4 + 2.6.5 4.12 2.5.1 2.13.0