Ljupcho Palashevski

Results 9 comments of Ljupcho Palashevski

> The egeria-ui was already making use of certs - so the only change made when I added the ssl docs & cert scripts was to ensure the files were...

Based on my quick check, we have (breaking?) change introduced in asset-consumer-api version 3.7. This from release perspective seems okay since this is not yet released component. The problem however...

> Agreed - what is the breaking change? Some of the event beans (AssetEvent, NewAssetEvent, UpdateAssetEvent...) are now removed with the event handling improvement change. Now there is I think...

sorry by breaking I mean it breaks the sample code not regression in egeria functionality :)

Not at the momenet. I remember Bogdan was still testing some aspects with maven depencenes and the slim build for server chassis I believe its related to 4455. Lets align...

+1 to override the LOADER_PATH during runtime for now. The original image is designed for server-chassis and I think it should remain with its default parameters. At later stage we...

The [fix](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-core/src/main/java/org/janusgraph/graphdb/util/CloseableIteratorUtils.java#L28) was merged to master some time ago. This is the PR https://github.com/JanusGraph/janusgraph/pull/3208 We are going to update and re-test once the next release is out.

I analyzed the two problems up close, in summary, we have limited options if we stick to the single docker image: - In regards to LOADER_PATH, I've set the evn...

Yes this is the theory but in practice setting JAVA_APP_DIR does not work at lease not for ubi9/openjdk-17 - I went over the S2I base image [docs](https://docs.openshift.com/online/pro/using_images/s2i_images/java.html) and it is...