[java-metadata-aggregator] branch maint-0.9 updated: MDA-170 - mark PKCS11PrivateKeyFactoryBean as deprecated

Ian Young ian at iay.org.uk
Tue Oct 4 12:37:14 EDT 2016


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=fc492fe73240340b49d24a1b4d1bf29d618d064f

The following commit(s) were added to refs/heads/maint-0.9 by this push:
       new  fc492fe   MDA-170 - mark PKCS11PrivateKeyFactoryBean as deprecated
fc492fe is described below

commit fc492fe73240340b49d24a1b4d1bf29d618d064f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 4 17:36:44 2016 +0100

    MDA-170 - mark PKCS11PrivateKeyFactoryBean as deprecated
    
    This class is only available on the 0.9.x branch. In 0.10.0 it will be
    replaced by an equivalent pushed down to the spring-extensions project.
---
 .../net/shibboleth/metadata/util/PKCS11PrivateKeyFactoryBean.java     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PKCS11PrivateKeyFactoryBean.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PKCS11PrivateKeyFactoryBean.java
index 2929720..1a6f628 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PKCS11PrivateKeyFactoryBean.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/util/PKCS11PrivateKeyFactoryBean.java
@@ -36,7 +36,11 @@ import org.springframework.beans.factory.FactoryBean;
  * Spring bean factory for extracting a {@link PrivateKey} from a PKCS#11 keystore.
  * 
  * This relies on the SunPKCS11 provider.
+ * 
+ * @deprecated this class will be removed in V0.10.0, replaced by an identical class
+ *    in the spring-extensions project
  */
+ at Deprecated
 public class PKCS11PrivateKeyFactoryBean implements FactoryBean<PrivateKey> {
 
     /** The class name for the PKCS#11 provider class. */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list