Branch: refs/heads/master
Home: https://github.com/jenkinsci/plugin-compat-tester
Commit: 0c91f5cb022b7d129f26f6095b5cf297e1f2fc78
https://github.com/jenkinsci/plugin-compat-tester/commit/0c91f5cb022b7d129f26f6095b5cf297e1f2fc78
Author: José Lamas <[email protected]>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M
plugins-compat-tester/src/main/java/org/jenkins/tools/test/model/MavenPom.java
Log Message:
-----------
Use xml-declared charset when writting transformed POM
It was maintaining the original xml encoding declaration (for instance UTF-8)
but using ANSI default charset while writing the transformed file.
Fixes JENKINS-66173.
Commit: 593faf8ad36d1ee66e071e326794835ec82168a5
https://github.com/jenkinsci/plugin-compat-tester/commit/593faf8ad36d1ee66e071e326794835ec82168a5
Author: José Lamas <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
plugins-compat-tester/src/test/java/org/jenkins/tools/test/model/MavenPomTest.java
A
plugins-compat-tester/src/test/resources/org/jenkins/tools/test/model/demo-plugin-pom-after.xml
A
plugins-compat-tester/src/test/resources/org/jenkins/tools/test/model/demo-plugin-pom-before.xml
Log Message:
-----------
Added test for JENKINS-66173
- make sure to use the right charset while reading xml from resource and when
writing it back to a file
- extended xml string normalization
- added specific case for a POM using UTF-8 and containing Spanish, Japanese
and Chinese characters
Commit: b4922a0813447916cee62737ab263447677cd79e
https://github.com/jenkinsci/plugin-compat-tester/commit/b4922a0813447916cee62737ab263447677cd79e
Author: Raúl Arabaolaza Barquin <[email protected]>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M
plugins-compat-tester/src/main/java/org/jenkins/tools/test/model/MavenPom.java
M
plugins-compat-tester/src/test/java/org/jenkins/tools/test/model/MavenPomTest.java
A
plugins-compat-tester/src/test/resources/org/jenkins/tools/test/model/demo-plugin-pom-after.xml
A
plugins-compat-tester/src/test/resources/org/jenkins/tools/test/model/demo-plugin-pom-before.xml
Log Message:
-----------
Merge pull request #287 from jlamasrios/JENKINS-66173
Use an appropriate charset for the xml-declared encoding when writing
transformed POM
Compare:
https://github.com/jenkinsci/plugin-compat-tester/compare/6eced5cd05df...b4922a081344
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plugin-compat-tester/push/refs/heads/master/6eced5-b4922a%40github.com.