GCHQDeveloper314

Results 62 comments of GCHQDeveloper314

It would also be a good idea to remove illegal reflective access operations. While these do only warn for Java 11 it does create noise in logs and would need...

While it's not listed under the [limitations of the current Tinkerpop implementation](https://github.com/gchq/Gaffer/tree/develop/library/tinkerpop#limitations), I have a feeling this may not be fully working yet. @t92549 - could you confirm the status...

I've retested this with the latest builds as of today (2.2.1) and it works as expected. This was using Docker Compose version `2.27.0` and Docker `26.1.1`.

This has happened because the last release of Gaffer did not contain tinkerpop. It exists only on the develop branch and hasn't had a release yet. Our Dockerfiles attempt to...

JARs for tinkerpop are now available at https://repo1.maven.org/maven2/uk/gov/gchq/gaffer/tinkerpop/. I've raised #356 to cover better building from the develop branch.

This should be done in the `gaffer-doc` repo according to #24. Suggest leaving this open for now and then moving to gaffer-doc.

In addition to the above, there's a minor bug where logs are filled with Null Pointer Exceptions if the Job Tracker is enabled without valid cache configuration. This happens because...

This should be recreated as part of #3207

This may break compatibility with Gaffer. The vulnerability relates to temporary file/folder code in Guava which we do not use.