Releases: gchq/stroom-proxy
Releases · gchq/stroom-proxy
v5.1.7
v5.1.6
v5.1.5
RELEASE v5.1.2
* 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
v5.1.0: RELEASE
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
-
Issue #24 : Replaced instances of
Files.walk()
withFiles.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 issueFiles.walkFileTree()
has now been used in place ofFiles.walk()
. -
Issue #2 : Fixed status JSP page.
v5.1-beta.9: RELEASE
gh-22 : Added ImportKey class back into proxy.
v5.1-beta.10: RELEASE
gh-22 : Added ImportKey class back into proxy.
v5.1-beta.8: RELEASE
gh-21 : Added in runtime dependency on AspectJ.