Skip to content
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

Dependency management has unnecessary log4j exclusion for spring-cloud-spring-service-connector #18833

Closed
wants to merge 1 commit into from

Conversation

larrywest
Copy link
Contributor

@larrywest larrywest commented Nov 1, 2019

... spring-cloud-spring-service-connector.

The dependency on log4j:log4j appears to have been removed from spring-cloud-spring-service-connector in late 2014 as part of spring-cloud-connectors issue #96, in commit f2be5e94305446d4698636a9037bf44185f418ed (2014-11-24), which was included beginning with spring-cloud-connectors v1.1.1.RELEASE.

I did a quick example app using spring-cloud-spring-service-connector 2.0.6.RELEASE and do not see log4j:log4j.

...and now I see that Spring Cloud Connectors is

is in maintenance mode, in favor of the newer Java CFEnv project

...so perhaps this is moot. Or perhaps it's worth removing six unneeded lines from this file.

...  spring-cloud-spring-service-connector. 

The dependency on `log4j:log4j` appears to have been removed from spring-cloud-spring-service-connector in late 2014 as part of [spring-cloud-connectors issue spring-projects#96](spring-cloud/spring-cloud-connectors#96), in commit [f2be5e94305446d4698636a9037bf44185f418ed](spring-cloud/spring-cloud-connectors@f2be5e9) (2014-11-24), and was included beginning with spring-cloud-connectors `v1.1.1.RELEASE`

I did a quick example app using spring-cloud-connectors-service-connector `2.0.6.RELEASE` and do not see `log4j:log4j`.

_...and now I see that [Spring Cloud Connectors](https://github.com/spring-cloud/spring-cloud-connectors) is_

>  is in maintenance mode, in favor of the newer Java CFEnv project

_...so perhaps this is moot._
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 1, 2019
@pivotal-issuemaster
Copy link

@larrywest Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@larrywest Thank you for signing the Contributor License Agreement!

@snicoll
Copy link
Member

snicoll commented Nov 1, 2019

Thanks for the PR. Yes, this has been deprecated in 2.2.0, see #17877

@snicoll snicoll changed the title Drop unneeded <exclusion> of log4j:log4j from ... Dependency management has unnecessary log4j exclusion for spring-cloud-spring-service-connector Nov 1, 2019
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 1, 2019
@snicoll snicoll self-assigned this Nov 1, 2019
@snicoll snicoll added this to the 2.2.1 milestone Nov 1, 2019
snicoll pushed a commit that referenced this pull request Nov 1, 2019
@snicoll snicoll closed this in 7d5c468 Nov 1, 2019
@snicoll
Copy link
Member

snicoll commented Nov 1, 2019

@larrywest yep, worth removing unnecessary lines in there indeed. Thank you for making your first contribution to Spring Boot.

@larrywest
Copy link
Contributor Author

(@snicoll FYI, your comment sounds like you intended to merge the PR, but it is "closed with unmerged commits".)

@wilkinsona
Copy link
Member

That's a GitHub bug that you may want to report to them. Here's your commit in the master branch: 82a41a3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants