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

Add support for MicroProfile #152

Open
m-reza-rahman opened this issue Nov 20, 2022 · 2 comments
Open

Add support for MicroProfile #152

m-reza-rahman opened this issue Nov 20, 2022 · 2 comments
Labels
enhancement New feature or request low-priority Low priority issue

Comments

@m-reza-rahman
Copy link
Contributor

Add support for MicroProfile APIs in all sensible aspects of the Jakarta Starter.

@m-reza-rahman m-reza-rahman added trivial-priority Very minor issue low-priority Low priority issue and removed trivial-priority Very minor issue labels Nov 20, 2022
@rsoika
Copy link
Contributor

rsoika commented Nov 20, 2022

My opinion on this topic is, that adding microprofile support is actually trivial. You get these practically for free, as all servers support this. Adding the following maven dependency is all we need:

<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>${microprofile.version}</version>
<type>pom</type>
<scope>provided</scope>
</dependency>

And now a developer can make use of Microprofile-Config or the Health API which are really great features. Jakarta-EE should not sweep such powerfull options under the carpet.

@m-reza-rahman
Copy link
Contributor Author

The current consensus is that this is a low-priority item. We will probably not tackle this until the Jakarta Starter is significantly mature. Concise input from key community members can be found here: https://docs.google.com/spreadsheets/d/1bthiYVjX_UK7Xp2qQmq93awPwVhVCDnprGdzeMtv_ow/edit?usp=sharing. A discussion thread on the mailing list can be found here: https://www.eclipse.org/lists/starter-dev/msg00189.html.

@m-reza-rahman m-reza-rahman added the enhancement New feature or request label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority Low priority issue
Projects
None yet
Development

No branches or pull requests

2 participants