[Git][java-team/plexus-sec-dispatcher][master] 3 commits: Restored the DefaultSecDispatcher default constructor (removed in 2.0)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed May 4 09:28:08 BST 2022
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-sec-dispatcher
Commits:
bd7d1142 by Emmanuel Bourg at 2022-05-04T10:13:47+02:00
Restored the DefaultSecDispatcher default constructor (removed in 2.0)
- - - - -
126c6a3d by Emmanuel Bourg at 2022-05-04T10:17:12+02:00
Install a symlink to the jar at the old sonatype coordinates to help Gradle
- - - - -
17feeddd by Emmanuel Bourg at 2022-05-04T10:20:09+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- + debian/libplexus-sec-dispatcher-java.links
- + debian/patches/backward-compatibility.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plexus-sec-dispatcher (2.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Restored the DefaultSecDispatcher default constructor (removed in 2.0)
+ * Install a symlink to the jar at the old sonatype coordinates to help Gradle
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 04 May 2022 10:17:18 +0200
+
plexus-sec-dispatcher (2.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/libplexus-sec-dispatcher-java.links
=====================================
@@ -0,0 +1 @@
+/usr/share/maven-repo/org/codehaus/plexus/plexus-sec-dispatcher/debian/plexus-sec-dispatcher-debian.jar /usr/share/maven-repo/org/sonatype/plexus/plexus-sec-dispatcher/debian/plexus-sec-dispatcher-debian.jar
=====================================
debian/patches/backward-compatibility.patch
=====================================
@@ -0,0 +1,25 @@
+--- a/src/main/java/org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher.java
++++ b/src/main/java/org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher.java
+@@ -50,18 +50,20 @@
+ /**
+ * DefaultHandler
+ */
+- protected final PlexusCipher _cipher;
++ protected PlexusCipher _cipher;
+
+ /**
+ * All available dispatchers
+ */
+- protected final Map<String, PasswordDecryptor> _decryptors;
++ protected Map<String, PasswordDecryptor> _decryptors;
+
+ /**
+ * Configuration file
+ */
+ protected String _configurationFile;
+
++ public DefaultSecDispatcher() {}
++
+ @Inject
+ public DefaultSecDispatcher( final PlexusCipher _cipher,
+ final Map<String, PasswordDecryptor> _decryptors,
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
+backward-compatibility.patch
plexus-component-metadata.patch
View it on GitLab: https://salsa.debian.org/java-team/plexus-sec-dispatcher/-/compare/e7199120641d1d607acf5beb60c373314f58f200...17feedddd90c38788a677e5bf13fe9ed0bf7754c
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-sec-dispatcher/-/compare/e7199120641d1d607acf5beb60c373314f58f200...17feedddd90c38788a677e5bf13fe9ed0bf7754c
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/20220504/6e436bb8/attachment.htm>
More information about the pkg-java-commits
mailing list