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

CAMEL-18984 camel-undertow-spring-security-starter - Migrate to Spring Boot 3 #721

Merged
merged 1 commit into from Jan 30, 2023

Conversation

Kinae
Copy link
Contributor

@Kinae Kinae commented Jan 30, 2023

This reverts commit a1b2af7.

CAMEL-18984 camel-undertow-spring-security-starter - Migrate to Spring Boot 3

…and include this module in generated BOM"

This reverts commit a1b2af7.

CAMEL-18984 camel-undertow-spring-security-starter - Migrate to Spring Boot 3
@davsclaus davsclaus merged commit b91ebe1 into apache:main Jan 30, 2023
/**
* Configuration of spring-security constraints for defined providers.
*/
@Configuration(proxyBeanMethods = false)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it enough in a real project? shouldn't org.springframework.boot.autoconfigure.AutoConfiguration.imports be added under META-INF?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah if there is any configuration then you need that file. You are welcome to send a PR

Copy link
Contributor

Choose a reason for hiding this comment

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

I assume the import file need to contain org.apache.camel.undertow.spring.boot.UndertowSpringSecurityConfiguration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants