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

Enable Spring dependent extensions to work with Quarkus Spring #1937

Merged
merged 1 commit into from Oct 22, 2020

Conversation

jamesnetherton
Copy link
Contributor

Works around the issue I identified in #1759.

I did some analysis of Spring code paths that get executed in the Camel unit tests and came up with a list of package includes & excludes for shading.

The itests pass ok, but I can't check for every possible code path. Is it better / safer to shade all packages, instead of selectively including them? Obviously there's a chance that some required stuff may have been left out.

Copy link
Contributor

@ppalaga ppalaga left a comment

Choose a reason for hiding this comment

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

Do we have a piece of docs somewhere explaining why we do this? If not, a README or <description> in the pom would come in handy.

@jamesnetherton
Copy link
Contributor Author

Do we have a piece of docs somewhere explaining why we do this? If not, a README or <description> in the pom would come in handy.

Latest commit adds a README to the spring support extension.

@jamesnetherton jamesnetherton merged commit 6ad3987 into apache:master Oct 22, 2020
@jamesnetherton jamesnetherton deleted the spring-fixes branch October 22, 2020 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants