-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Add tomcat-catalina-jmx-remote in Tomcat dependencies #10039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
spring-boot-dependencies/pom.xml
Outdated
@@ -1295,6 +1295,11 @@ | |||
<version>${tomcat.version}</version> | |||
</dependency> | |||
<dependency> | |||
<groupId>org.apache.tomcat</groupId> | |||
<artifactId>tomcat-catalina-jmx-remote</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependencies in this file are ordered. Could you please move it at the right place?
spring-boot-dependencies/pom.xml
Outdated
@@ -1647,6 +1652,11 @@ | |||
</dependency> | |||
<dependency> | |||
<groupId>org.eclipse.jetty.websocket</groupId> | |||
<artifactId>javax-websocket-client-impl</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
What is the use case here? That would be the first catalina jar we would add and I don't know if we should do that. Either we add all tomcat jars or we restrict to the embedded case. It looks like we went with the latter for now. I am sure @wilkinsona knows more about the history |
@BlasD that branch is a bit weird. Can you please rebase cleanly from 1.5.x with a single commit and push force on your branch? Also I've noticed an = sign in your name:
|
@snicoll I use this to enable remote JMX with SpringBoot. Seeing we were manually set the version in our project, I thought it deserved to be moved to spring-boot. https://stackoverflow.com/questions/29412072/how-to-access-spring-boot-jmx-remotely I may update the PR with all catalina dependencies if it appeared relevant. |
I open #10045 which fix the log history and author (thanks for this). |
Duplicate of #10045 |
Add missing artifactId:
In jetty: javax-websocket-client-impl
in Tomcat: tomcat-catalina-jmx-remote