8000 Releases · gchq/stroom-proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gchq/stroom-proxy

v5.1.7

03 Dec 14:26
Compare
Choose a tag to compare
  • Replace log4j 1.2.17 with reload4j to address vulnerabilities in log4j 1.x.

  • Uplift slf4j to 1.7.36.

v5.1.6

27 Apr 14:17
Compare
Choose a tag to compare
* Change build to release to central.

v5.1.5

27 Apr 13:54
Compare
Choose a tag to compare
* Fix build issues.

RELEASE v5.1.2

15 Apr 16:47
Compare
Choose a tag to compare
* Added code to publish artefacts to bintray.

* Moved remote feed status API code into a separate module for shared use by the Stroom application to maintain binary compatibility.

v5.1.1

20 Aug 12:38
Compare
Choose a tag to compare
v5.1.1

v5.1.0: RELEASE

19 Jan 16:04
Compare
Choose a tag to compare
Delete transient file stroom-proxy-util/src/main/resources/META-INF/stroom-util-build.properties

Change docker image to use openjdk:8u151-jre-alpine as a base

v5.1-beta.11: RELEASE

16 Jan 23:43
Compare
Choose a tag to compare
  • Issue #24 : Replaced instances of Files.walk() with Files.walkFileTree(). Files.walk() throws errors if any files are deleted or are not accessible during the walk operation. This is a major issue with the Java design for walking files using Java 8 streams. To avoid this issue Files.walkFileTree() has now been used in place of Files.walk().

  • Issue #2 : Fixed status JSP page.

v5.1-beta.9: RELEASE

25 Jul 12:57
Compare
Choose a tag to compare
gh-22 : Added ImportKey class back into proxy.

v5.1-beta.10: RELEASE

25 Jul 13:01
Compare
Choose a tag to compare
gh-22 : Added ImportKey class back into proxy.

v5.1-beta.8: RELEASE

07 Jul 19:33
Compare
Choose a tag to compare
gh-21 : Added in runtime dependency on AspectJ.
0