Releases: JeffersonLab/epics2web
Releases · JeffersonLab/epics2web
v2.1.0
v2.0.1
- Fixed DockerHub deploy (Bumped base container image versions)
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- Bump Gradle to v9
- Bump Java to v21
- Bump Servlet to v6.1 (Tomcat 11)
- Bump EPICS JCA to v2.4.10
- Use Google Java format
Full Changelog: v1.17.1...v2.0.0
v1.17.1
v1.17.0
What's Changed
- Fine tune lock handling / timeout / async code by @slominskir in #15
- Logging improvements by @slominskir in #17
Full Changelog: v1.16.0...v1.17.0
Upgrade notes:
- See new logging configuration section in README.
v1.16.0
v1.15.0
- Switch from DockerHub build to GitHub build of Docker image
v1.14.1
Note: 1.12.0 is last feature release; this release is build / test related.
- Use JDK8 version of JCA
- Use small JDK8 tomcat container image
- Also testing auto build on DockerHub on tag
v1.14.0
- Drop testcontainers; use JDK 11 HTTP client with compose instead
v1.13.0
- Build tool/process updates only
- Build with JDK 17, compile to JDK 8
- Bump to Gradle 7.4
- Docker strategy updated