Commit Graph

13 Commits

Author SHA1 Message Date
Roy Clarkson
db28d2837a Apply spring formatter and checkstyle rules 2025-02-04 14:22:06 -05:00
Roy Clarkson
3c83245e19 Remove pmd plugin from gradle build 2025-02-04 14:20:06 -05:00
Alberto C. Ríos
ca6f4278e4 (2.3.x): Adding logging module using LogCacheClient (#1065)
* Adding logging module using LogCacheClient

* Documenting logging starter
2024-07-12 14:04:35 +02:00
Alberto C. Ríos
d8f02dd911 Upgrading spring boot to 3.3.1 2024-07-09 11:44:55 +02:00
Alberto C. Ríos
795841c89e Removing PMD rule 2024-06-05 11:04:06 -04:00
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
fcf84cbb95 Rename IntelliJ scheme 2020-02-28 15:01:27 -05:00
Roy Clarkson
027baa1dd5 Upgrade to checkstyle 8.29 2020-01-31 13:54:47 -05:00
Roy Clarkson
e90ad83cd0 Upgrade to pmd 6.21.0 2020-01-31 13:20:57 -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