Releases: JeffersonLab/epics2web
Releases · JeffersonLab/epics2web
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
v1.12.0
v1.11.0
v1.10.0
- Upgrade JCA to version 2.4.6
- Drop Ant build (only Gradle now)
Note: Our build expects to be run using Java 8 and Gradle 5. If you use Java 9+ or Gradle 6+ it will fail. The CSS/JS minify plugin doesn't work with Gradle 6 and the JCA dependency we use is compiled for Java 8. These are all solvable issues if you want to use Java 11, but you'll need to make some changes to build config.