GCHQDeveloper314
GCHQDeveloper314
The HDFS ITs were refactored in #2498 to remove a dependency on JUnit 5. It's possible that this has stopped them from running correctly against a full cluster (rather than...
# Related issue - Resolve #3094
**Describe the new feature you'd like** An option to disable the REST ExamplesFactory, disabling the ability for a REST endpoint to generate example JSON. **Why do you want this feature?**...
**Describe the enhancement you'd like** Throughout the Federated Store there are multiple instances of this code pattern in many places in various files: https://github.com/gchq/Gaffer/blob/ac602892435bdd0180f783c80f774149f50eb7f0/store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/FederatedStoreVisibilityTest.java#L71-L72 These can all be replaced with...
**Describe the bug** When running the PMD plugin it shows the following warning: ``` [INFO] --- pmd:3.20.0:pmd (default-cli) @ cache --- [WARNING] Unable to locate Source XRef to link to...
**Describe the bug** The following files appear to have variable levels of test coverage between runs: - `core/common-util/src/main/java/uk/gov/gchq/gaffer/commonutil/OneOrMore.java` - `core/common-util/src/main/java/uk/gov/gchq/gaffer/commonutil/iterable/LimitedInMemorySortedIterable.java` This could be caused by problems with inconsistent tests for...
**Describe the bug** When running the `AddElementsFromHdfsLoaderIT` integration tests (which are run as part of the Accumulo Store) against an Accumulo 2.0.1 cluster configured to use Kerberos, these tests fail...
**Description** Currently to run a Named Operation with GafferPop requires the return type of the Named Operation to be known before the Operation is called. This is needed because if...
**Describe the bug** The Federated Store allows an unsuitable merge function to be configured and an error only occurs when there is an attempt to use the merge function. The...
**Describe the new feature you'd like** Full use of Generics throughout the Gaffer codebase and removal of all (or all possible) code which uses rawtypes. This will require refactoring of...