[Git][java-team/jackson-datatype-joda][master] 2 commits: refresh patch
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Thu Jan 18 03:43:47 GMT 2024
Tony Mancill pushed to branch master at Debian Java Maintainers / jackson-datatype-joda
Commits:
c89e8756 by tony mancill at 2024-01-17T19:35:16-08:00
refresh patch
- - - - -
bcad4932 by tony mancill at 2024-01-17T19:35:16-08:00
Prepare changelog for upload
- - - - -
2 changed files:
- debian/changelog
- debian/patches/java21_replace_special_character.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-jackson-datatype-joda (2.12.1-2) UNRELEASED; urgency=medium
+jackson-datatype-joda (2.12.1-2) unstable; urgency=medium
+ * Team upload.
* d/p/java21_replace_special_character.patch: cherry-pick upstream
patch to resolve Java 21 FTBFS (Closes: #1057507).
=====================================
debian/patches/java21_replace_special_character.patch
=====================================
@@ -7,11 +7,9 @@ Bug: https://github.com/FasterXML/jackson-datatype-joda/pull/133
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057507
Applied-Upstream: bc68eeb9154874ef8135d65317619a197eeb0ceb
Last-Update: 2024-01-18
-diff --git a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
-index 4d3d766..b9324aa 100644
--- a/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
+++ b/src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java
-@@ -129,6 +129,12 @@ public class DateTimeTest extends JodaTestBase
+@@ -129,6 +129,12 @@
if (json.contains(",")) {
json = json.replace(", ", " ");
}
@@ -23,3 +21,4 @@ index 4d3d766..b9324aa 100644
+
assertEquals(aposToQuotes("{'date':'1/1/70 12:00 AM'}"), json);
}
+
View it on GitLab: https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/cf79937e594dea6a47834b0d3dc8b6dbf701385c...bcad49327cc049b9ca4e35d5b144d0a2901890fa
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-datatype-joda/-/compare/cf79937e594dea6a47834b0d3dc8b6dbf701385c...bcad49327cc049b9ca4e35d5b144d0a2901890fa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240118/e531ce68/attachment.htm>
More information about the pkg-java-commits
mailing list