You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2016/02/17 09:48:54 UTC

svn commit: r1730793 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/changelog.xml

Author: kfujino
Date: Wed Feb 17 08:48:53 2016
New Revision: 1730793

URL: http://svn.apache.org/viewvc?rev=1730793&view=rev
Log:
Fix the type of InstanceManager attribute of mbean definition of StandardContext.

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1730793&r1=1730792&r2=1730793&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Wed Feb 17 08:48:53 2016
@@ -151,7 +151,7 @@
 
     <attribute name="instanceManager"
                description="Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestory handling"
-               type="org.apache.catalina.instanceManagement.InstanceManager" />
+               type="org.apache.tomcat.InstanceManager" />
 
     <attribute name="javaVMs"
                description="The Java virtual machines on which this module is running"

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1730793&r1=1730792&r2=1730793&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Feb 17 08:48:53 2016
@@ -72,6 +72,10 @@
         Make checking for var and map replacement in RewriteValve a bit stricter and
         correct detection of colon in var replacement. (fschumacher)
       </add>
+      <fix>
+        Fix the type of <code>InstanceManager</code> attribute of mbean
+        definition of <code>StandardContext</code>. (kfujino)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org