Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
davsclaus merged PR #14082: URL: https://github.com/apache/camel/pull/14082 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
davsclaus commented on PR #14082: URL: https://github.com/apache/camel/pull/14082#issuecomment-2100532584 Can you add a section about this change to the 4.7 upgrade doc at https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc --

Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
santam85 commented on PR #14082: URL: https://github.com/apache/camel/pull/14082#issuecomment-2100464407 > the PR gives a test error with > > org.apache.camel.component.spring.security.config.SpringSecurityAuthorizationPolicyConfigTest.testAuthorizationPolicy Sorry, missed one

Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
davsclaus commented on PR #14082: URL: https://github.com/apache/camel/pull/14082#issuecomment-2100438835 the PR gives a test error with org.apache.camel.component.spring.security.config.SpringSecurityAuthorizationPolicyConfigTest.testAuthorizationPolicy -- This is an automated

Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
santam85 commented on PR #14082: URL: https://github.com/apache/camel/pull/14082#issuecomment-2100401620 Tested the snapshot locally with success using the following policy definition: ``` @Bean(RolePolicy.ADMIN) public AuthorizationPolicy

Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
github-actions[bot] commented on PR #14082: URL: https://github.com/apache/camel/pull/14082#issuecomment-210049 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub
santam85 opened a new pull request, #14082: URL: https://github.com/apache/camel/pull/14082 # Description Changed the SpringSecurityAuthorizationPolicy to remove deprecated methods and classes, using the new Authorization manager. See the following links for reference: -