[Git][java-team/plexus-sec-dispatcher][master] Restored the SecDispatcher.ROLE constant (removed in 2.0)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Sun May 8 11:03:19 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-sec-dispatcher


Commits:
3605689b by Emmanuel Bourg at 2022-05-08T11:58:15+02:00
Restored the SecDispatcher.ROLE constant (removed in 2.0)

- - - - -


2 changed files:

- debian/changelog
- debian/patches/backward-compatibility.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+plexus-sec-dispatcher (2.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Restored the SecDispatcher.ROLE constant (removed in 2.0)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 08 May 2022 11:57:57 +0200
+
 plexus-sec-dispatcher (2.0-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/backward-compatibility.patch
=====================================
@@ -23,3 +23,14 @@
      @Inject
      public DefaultSecDispatcher( final PlexusCipher _cipher,
                                   final Map<String, PasswordDecryptor> _decryptors,
+--- a/src/main/java/org/sonatype/plexus/components/sec/dispatcher/SecDispatcher.java
++++ b/src/main/java/org/sonatype/plexus/components/sec/dispatcher/SecDispatcher.java
+@@ -20,6 +20,8 @@
+  */
+ public interface SecDispatcher
+ {
++    public static String ROLE = SecDispatcher.class.getName();
++
+     String [] SYSTEM_PROPERTY_MASTER_PASSWORD = new String [] {"settings.master.password","settings-master-password"};
+     
+     String [] SYSTEM_PROPERTY_SERVER_PASSWORD = new String [] {"settings.server.password","settings-server-password"};



View it on GitLab: https://salsa.debian.org/java-team/plexus-sec-dispatcher/-/commit/3605689bdaf64b44de8a1870f4b6aa3687b7694e

-- 
View it on GitLab: https://salsa.debian.org/java-team/plexus-sec-dispatcher/-/commit/3605689bdaf64b44de8a1870f4b6aa3687b7694e
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/20220508/6c5b92a2/attachment.htm>


More information about the pkg-java-commits mailing list