Nigel Jones
Nigel Jones
we have now moved onto spring 6 and updated
A 'fat jar' - (a term I've used!) can be a bit of a misnomer in that not necessarily all dependencies are included. For example we can have the core...
My understanding of shading is the same @cmgrote The maven docs for the shade plugin at https://maven.apache.org/plugins/maven-shade-plugin/ gives a little info, referring to renaming of some, or all (so it...
With a custom class loader we can do something similar to shading, by allowing a dependency to pickup favoured classes from a configurable location - ie further up the search...
Some interesting articles * https://medium.com/@akhaku/java-class-shadowing-and-shading-9439b0eacb13 - dynamic class loading using reflection can be broken - debugging can still be tricky with shading - contains a gradle example :-)
I'm going to reopen this. In recent months I've hit, and seen others hit, multiple conflicts with connectors. In particular the HMS connector with it's complex and large dependency chain...
The issue above seems common in application servers, or where plugin technologies are used. This is similar to egeria's use of connectors. Firstly we need to place plugins out of...
This may be an opportunity to also add some additional audit logging at the time, depending on what we can see ref: https://github.com/odpi/egeria-connector-xtdb/issues/472#issuecomment-1503263491
I likely will not be able to make this change now, but please do get in touch if you wish to discuss any ideas. I do think it would be...
This was done with HEAD 67cf55665b40b5e4cad67c89ab0a8c73105985b5 (ie before any issues that broke CTS as in the referenced issue), and may indicate problems with graph repository FVTs more generally