Skip to content

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

Closed
wants to merge 4 commits into from

Conversation

blacelle
Copy link
Contributor

Add missing artifactId:
In jetty: javax-websocket-client-impl
in Tomcat: tomcat-catalina-jmx-remote

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 18, 2017
@@ -1295,6 +1295,11 @@
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina-jmx-remote</artifactId>
Copy link
Member

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?

@@ -1647,6 +1652,11 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>javax-websocket-client-impl</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

@snicoll
Copy link
Member

snicoll commented Aug 19, 2017

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

@snicoll snicoll added the for: team-attention An issue we'd like other members of the team to review label Aug 19, 2017
@snicoll
Copy link
Member

snicoll commented Aug 19, 2017

@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:

Author: =Benoit Lacelle <=

@blacelle
Copy link
Contributor Author

@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.

@blacelle
Copy link
Contributor Author

I open #10045 which fix the log history and author (thanks for this).

@snicoll
Copy link
Member

snicoll commented Aug 19, 2017

Duplicate of #10045

@snicoll snicoll marked this as a duplicate of #10045 Aug 19, 2017
@snicoll snicoll closed this Aug 19, 2017
@snicoll snicoll added status: duplicate A duplicate of another issue and removed for: team-attention An issue we'd like other members of the team to review status: waiting-for-triage An issue we've not yet triaged labels Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants