Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add 'plain' server chassis jar into published artifact #7690

Closed
planetf1 opened this issue May 24, 2023 · 0 comments · Fixed by #7691
Closed

[Enhancement] Add 'plain' server chassis jar into published artifact #7690

planetf1 opened this issue May 24, 2023 · 0 comments · Fixed by #7691
Assignees
Labels
enhancement New feature or request triage New bug/issue which needs checking & assigning

Comments

@planetf1
Copy link
Member

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

  • 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

@planetf1 planetf1 added enhancement New feature or request triage New bug/issue which needs checking & assigning labels May 24, 2023
@planetf1 planetf1 self-assigned this May 24, 2023
planetf1 added a commit to planetf1/egeria that referenced this issue May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage New bug/issue which needs checking & assigning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant