Nigel Jones
Nigel Jones
still useful idea
In open-metadata-resources/open-metadata-deployment/docker/egeria I make use of a 'git-commit-id-plugin' to pull out some git information that is then fed into the docker build so that we have metadata stored within the...
The certs can be updated by going to `open-metadata-resources/open-metadata-deployment/certificates` and running `gensamplecerts.sh` (linux only - not windows or mac)
## Affected releases * master is now fixed * 3.6 will fail to build due to an FVT failure in glossary-author * All 3.x releases have expired self-signed certificates which...
Master has been updated with new certs as per the script above. Note that it must be run on Java 11 (our minimum java level) as one step uses a...
release 3.5 does not fail to build -- since the new FVT was not present, and the previous FVTs all disable cert checking. However the certs are expired in 3.5,...
Agreed in developer call 20220317 to: - NOT ship a 3.6 update - update the slack announce explaining issue - add a blog entry with further clarification - ensure reactUI...
In fact many parms are passed to the admin client which are NOT expected -- in fact other consumer (or producer) properties, which should also be removed. Need to inspect...
The maven dependency plugin docs for the analyze-only goal at https://maven.apache.org/plugins/maven-dependency-plugin/analyze-only-mojo.html Only allows * nonCompile - Runtime/Provided/Test/System scopes for unused dependency analysis. There is no support to only exclude test....
Taking the second of these options I added ``` true ``` in the configuration of the maven-dependency-plugin in the 'analyze' execution's configuration section within the top level pom.xml When running...