[spring-extensions] 01/02: Add details of replacement to deprecation
Rod Widdowson
rdw at steadingsoftware.com
Mon Mar 20 10:04:46 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=6e7d708f4600e2c4355e5e6989fb17502c73f0cf
commit 6e7d708f4600e2c4355e5e6989fb17502c73f0cf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 20 13:22:32 2017 +0000
Add details of replacement to deprecation
---
src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java b/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java
index 42c19b1..ac034d1 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java
@@ -97,8 +97,9 @@ public final class SpringSupport {
* TODO: The signature here needs to constrain the ApplicationContextInitializers supplied to
* be safe for use with a FilesystemGenericApplicationContext. The raw types are masking the bug.
*
- * @deprecated
+ * @deprecated - use {@link net.shibboleth.ext.spring.util.ApplicationContextBuilder}
*/
+ @Deprecated
@Nonnull public static GenericApplicationContext newContext(@Nonnull @NotEmpty final String name,
@Nonnull @NonnullElements final List<Resource> configurationResources,
@Nonnull @NonnullElements final List<BeanFactoryPostProcessor> factoryPostProcessors,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list