You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the new behavior that that will improve Egeria
There are a number of deprecations in the Spring security interface that affect the OMAG Server Platform. The description of the replacements seem to be more a change in style than substance so this should be a faily contained change. These are the build message:
...egeria/open-metadata-implementation/user-security/user-authn/src/main/java/org/odpi/openmetadata/userauthn/auth/SecurityConfig.java:116: warning: [removal] cors() in HttpSecurity has been deprecated and marked for removal
return httpSecurity.cors().and()
.../egeria/open-metadata-implementation/user-security/user-authn/src/main/java/org/odpi/openmetadata/userauthn/auth/SecurityConfig.java:116: warning: [removal] and() in SecurityConfigurerAdapter has been deprecated and marked for removal
return httpSecurity.cors().and()
^
where B,O are type-variables:
B extends SecurityBuilder<O> declared in class SecurityConfigurerAdapter
O extends Object declared in class SecurityConfigurerAdapter
.../egeria/open-metadata-implementation/user-security/user-authn/src/main/java/org/odpi/openmetadata/userauthn/auth/SecurityConfig.java:130: warning: [removal] jwt() in OAuth2ResourceServerConfigurer has been deprecated and marked for removal
.oauth2ResourceServer(OAuth2ResourceServerConfigurer::jwt)
^
where H is a type-variable:
H extends HttpSecurityBuilder<H> declared in class OAuth2ResourceServerConfigurer
Alternatives
No response
Any Further Information?
No response
Would you be prepared to be assigned this issue to work on?
No response
The text was updated successfully, but these errors were encountered:
Existing/related issue?
No response
Please describe the new behavior that that will improve Egeria
There are a number of deprecations in the Spring security interface that affect the OMAG Server Platform. The description of the replacements seem to be more a change in style than substance so this should be a faily contained change. These are the build message:
Alternatives
No response
Any Further Information?
No response
Would you be prepared to be assigned this issue to work on?
No response
The text was updated successfully, but these errors were encountered: