ga4gh-beacon / beacon-elixir

Elixir Beacon Reference Implementation. Latest release is compliant with v1.1.0 of the specification.
https://beacon-project.io/
Other
14 stars 7 forks source link

Revert "Implement support for OAuth2/Open ID authentication and upgra… #10

Closed sdelatorrep closed 6 years ago

sdelatorrep commented 6 years ago

Reverts ga4gh-beacon/beacon-elixir#2

This PR breaks the application. It seems the problem is caused by the new version of Spring Boot introduced by this PR. The application-XX.yml file is no longer valid and some filters stop working (e.g. a filter which converts query parameters to lowercase so the user doesn't have to worry with writing the parameters in camelcase, lowercase or uppercase). The JUnit tests work fine (after fixing the problem with yml) except one (it's unable to start embedded Jetty container).