Skip to content

Releases: JeffersonLab/epics2web

v1.17.1

14 Feb 22:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.17.1

v1.17.0

14 Feb 17:12
49a76d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.17.0

Upgrade notes:

v1.16.0

12 Feb 22:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

v1.15.0

03 Jan 15:57
Compare
Choose a tag to compare
  • Switch from DockerHub build to GitHub build of Docker image

v1.14.1

10 Nov 17:05
Compare
Choose a tag to compare

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

10 Nov 16:38
Compare
Choose a tag to compare
  • Drop testcontainers; use JDK 11 HTTP client with compose instead

v1.13.0

21 Mar 21:03
7e4778f
Compare
Choose a tag to compare
  • Build tool/process updates only
    • Build with JDK 17, compile to JDK 8
    • Bump to Gradle 7.4
    • Docker strategy updated

v1.12.0

27 Sep 14:37
Compare
Choose a tag to compare
  • byte[] as long string - #9 (kasemir)

v1.11.0

14 Dec 20:21
Compare
Choose a tag to compare
  • Use JsonBuilderFactory - #8

v1.10.0

28 Oct 21:36
Compare
Choose a tag to compare
  • 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.