6 Commits

Author SHA1 Message Date
Gareth Clay
ebf1fc66f3 App Broker 2.0.x
Major dependencies updates:
* Spring Boot 3
* Spring Framework 6
* Spring Cloud Open Service Broker 4.0.0-SNAPSHOT
* Java 17
* Gradle 7.6

Dockerfile:
* Update to Ubuntu Jammy
* Bump to OpenJDK 17
* Remove usage of deprecated `apt-key` tool
* Bump all other tools to latest versions (bosh, bbl, credhub etc.)

ATs:
* Pass required java buildpack env var to use Java 17 on CF
* Update `cf login` invocation to work with cf-cli v8

Small improvements:
* Reliable datetime comparison in `InMemoryServiceInstanceStateRepositoryTest`
* Update `.editorconfig` to match existing style
* Add `.sdkmanrc`
2022-12-08 09:20:41 +00:00
Gareth Clay
ed744106c4 Java 11 fixes 2021-07-09 16:55:01 +01:00
Roy Clarkson
587cb7a33c Upgrade to Gradle nohttp plugin 0.0.4.RELEASE
Also clean up gradle configuration
2020-03-31 12:49:02 -04:00
Roy Clarkson
027baa1dd5 Upgrade to checkstyle 8.29 2020-01-31 13:54:47 -05:00
Alberto Rios
953d3cc616 Updating licenses to 2020 2020-01-14 12:47:19 +01:00
Roy Clarkson
b0c71e52de Enforce Spring formatting and style rules
- Add PMD checks and resolve failing rules
- Apply Spring Checkstyle rules based on Spring Framework
- Rearrange imports to be more consistent
- Format whitespace
2019-11-15 12:41:19 -05:00