You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the new behavior that that will improve Egeria
The org.ordp.egeria:server-chass-spring artifact currently contains
application jar (the one built by springboot)
sources.jar (classifier:sources)
javadoc.jar (classifier:javadoc)
With this setup, the artifact can be used to run egeria.
However when building a custom server chassis, we may wish to selectively choose which modules to include. In particular this may be done externally rather than modifying the core egeria build
In this case the 'plain' artifact is useful, since it includes a simple Spring Application, and I propose to add it with the 'plain' classifier
Alternatives
No response
Any Further Information?
I am making use of this as part of the egeria cloud-native work to prototype the build of a custom server chassis - in this case adding healthchecks.
I don't see any downsides
Would you be prepared to be assigned this issue to work on?
yes
The text was updated successfully, but these errors were encountered:
Existing/related issue?
No response
Please describe the new behavior that that will improve Egeria
The org.ordp.egeria:server-chass-spring artifact currently contains
With this setup, the artifact can be used to run egeria.
However when building a custom server chassis, we may wish to selectively choose which modules to include. In particular this may be done externally rather than modifying the core egeria build
In this case the 'plain' artifact is useful, since it includes a simple Spring Application, and I propose to add it with the 'plain' classifier
Alternatives
No response
Any Further Information?
I am making use of this as part of the egeria cloud-native work to prototype the build of a custom server chassis - in this case adding healthchecks.
I don't see any downsides
Would you be prepared to be assigned this issue to work on?
yes
The text was updated successfully, but these errors were encountered: