Skip to content

EVA-1902 - Spring Boot 2 upgrade#137

Merged
andresfsilva merged 1 commit intoEBIvariation:masterfrom
sundarvenkata-EBI:ops/spring2_upgrade
May 29, 2020
Merged

EVA-1902 - Spring Boot 2 upgrade#137
andresfsilva merged 1 commit intoEBIvariation:masterfrom
sundarvenkata-EBI:ops/spring2_upgrade

Conversation

@sundarvenkata-EBI
Copy link
Copy Markdown
Contributor

  • Replace Fongo with real MongoDB tests because Fongo is not supported in Spring Boot 2.1 - see here
    • Update Travis and Gitlab scripts to include Mongo installations
    • Update POMs to support "|" delimiters so that EVA mongo host for tests can be parametrized for both Travis and Gitlab
  • javax.validation API dependency need no longer be explicitly pulled in since Spring Boot 2 contains it
  • Upgrade jackson-databind version to 2.9.7 to work with Spring Boot 2
  • JPA repository query methods should be marked with "Query" annotation

PR notes
Use pipe delimiter in application properties so that they can be parametrized for both Travis and Gitlab
Replace Fongo with real MongoDB tests because Fongo is not supported in Spring Boot 2.1 - see [here](fakemongo/fongo#357)
Update Travis and Gitlab scripts to include Mongo installations
Update POMs to support "|" delimiters so that EVA mongo host for tests can be parametrized for both Travis and Gitlab
javax.validation API dependency need no longer be explicitly pulled in since Spring Boot 2 contains it
Upgrade jackson-databind version to 2.9.7 to work with Spring Boot 2
JPA repository query methods should be marked with "Query" annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants