You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/22 13:08:48 UTC

[GitHub] [accumulo] hkeebler commented on a change in pull request #1166: Fix #886 Deprecate general.dynamic.classpaths

hkeebler commented on a change in pull request #1166: Fix #886 Deprecate general.dynamic.classpaths
URL: https://github.com/apache/accumulo/pull/1166#discussion_r286480215
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
 ##########
 @@ -904,6 +900,13 @@
           + " the jar starting in the first location to the last. Supports full regex"
           + " on filename alone."),
   @Deprecated
+  GENERAL_DYNAMIC_CLASSPATHS(AccumuloVFSClassLoader.DYNAMIC_CLASSPATH_PROPERTY_NAME,
+      AccumuloVFSClassLoader.DEFAULT_DYNAMIC_CLASSPATH_VALUE, PropertyType.STRING,
+      "This property is deprecated since 2.0.0. "
+          + "A similar result can be acheived by using a custom class loader and configuring "
 
 Review comment:
   Modified the description as described and repushed.  Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services