th-schwarz / DynDRest

DynDRest is a simple REST-service for dynamic DNS.
MIT License
4 stars 1 forks source link

update spring boot to 3.1.2 #19

Closed th-schwarz closed 1 year ago

th-schwarz commented 1 year ago

There are some issues in the class SecurityConfig after switch spring boot to 3.1.x. I guess the reason is that spring security has upgraded to 6.1.2.

vishalsingh2972 commented 1 year ago

@th-schwarz can you assign this to me would like to work on this!

th-schwarz commented 1 year ago

Welcome @vishalsingh2972 That would be fine. I've got a view issues with the configuration of spring security after upgrade to spring boot 3.1.

vishalsingh2972 commented 1 year ago

https://github.com/th-schwarz/DynDRest/pull/20#issuecomment-1646806553 contrary to your previous advise I see you have done the same thing that I did, am I missing something here ?

th-schwarz commented 1 year ago

@vishalsingh2972 I've left a comment in your commit