Author: kfujino Date: Wed Feb 17 08:49:45 2016 New Revision: 1730795 URL: http://svn.apache.org/viewvc?rev=1730795&view=rev Log: Fix the type of InstanceManager attribute of mbean definition of StandardContext.
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1730795&r1=1730794&r2=1730795&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Wed Feb 17 08:49:45 2016 @@ -191,7 +191,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/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1730795&r1=1730794&r2=1730795&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Feb 17 08:49:45 2016 @@ -58,6 +58,14 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 7.0.69 (violetagg)"> + <subsection name="Catalina"> + <changelog> + <fix> + Fix the type of <code>InstanceManager</code> attribute of mbean + definition of <code>StandardContext</code>. (kfujino) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 7.0.68 (violetagg)" rtext="released 2016-02-16"> <subsection name="General"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org