gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
775 stars 275 forks source link

Boot 3.1.x upgrade #162

Closed gazbert closed 9 months ago

gazbert commented 10 months ago

Upgrade to Spring Boot 3.1.x release train and update deprecated Spring Security code.

Bump other dependencies where needed.

Use Lombok for logging/domain objects - kept kicking this down the road for last 10 years... time to do it!

Cleanup entire codebase: minor Sonar issues, Javadocs, and typos.

Gradle 8.

Remove the legacy test adapter... and as much Powermock as possible - proving a nightmare since JDK 17.

gazbert commented 9 months ago

Re-opening. Still need to to do the release...

gazbert commented 9 months ago

Released.