osiam / resource-server

[DEPRECATED] OSIAM resource server
MIT License
3 stars 10 forks source link

Switch from xml to java configuration #20

Closed dacrome closed 9 years ago

dacrome commented 9 years ago

The xml configuration should be removed and migrate to java configuration. The Spring Framework provides java configuration since version 3.1 and this can be done as a first step to Spring Boot. We already made good experience with the configuration migration in the self-administration. We should check if this step can be used to migrate Spring OAuth2 version 1.0.5.RELEASE to the latest version 2.0.7.RELEASE to take advantage of the new configuration annotations. Maybe also a bump of the Spring Security version to the latest 4.0.1.RELEASE is possible.

tkrille commented 9 years ago

Looking forward to see the PR for this.

wallner commented 9 years ago

I will do this one.

tkrille commented 9 years ago

@dacrome This also includes migrating to spring-security-oauth 2.0?

dacrome commented 9 years ago

Yes, this includes the migrating to spring-security-oauth 2.0 ... I already began with the switch to java config. I forgot to assign this issue to me. This is also true for some other spring boot issues. I will fix this later. Sorry, this isn't transparent as it should be.