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

Jakarata EE and Microprofile Support #510

Closed
rsoika opened this issue May 11, 2019 · 2 comments
Closed

Jakarata EE and Microprofile Support #510

rsoika opened this issue May 11, 2019 · 2 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented May 11, 2019

Create new setup and maven dependencies to run on Jakarta EE and Micorprofile.
See also here

Maven Setup

  <dependency>
    <groupId>javax</groupId>
    <artifactId>javaee-api</artifactId>
    <version>8.0</version>
    <scope>provided</scope>
  </dependency>
  <dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile-api</artifactId>
    <version>2.0.1</version>
    <scope>provided</scope>
  </dependency>

Open API

should provide open api

http://..../openapi/

Metrics

we also can inject the microprfile MetricRegistry to count procssing and errors within the workflow engine. So we can skip the prometheus project as an result

@rsoika rsoika added the feature label May 11, 2019
@rsoika
Copy link
Member Author

rsoika commented May 11, 2019

@rsoika
Copy link
Member Author

rsoika commented May 12, 2019

JDK Support 1.8 is still fine for Jakarta EE 8 and Microprofile

@rsoika rsoika added this to the 5.0.0 milestone May 25, 2019
rsoika added a commit that referenced this issue May 25, 2019
rsoika added a commit that referenced this issue May 25, 2019
removed static public methods from EJBs


Issue #510
rsoika added a commit that referenced this issue May 27, 2019
updated microprofile dependency 2.0.0 and microprofile-metrics-api 2.0.0

issue #510
rsoika added a commit that referenced this issue Jun 2, 2019
rsoika added a commit that referenced this issue Jun 2, 2019
@rsoika rsoika closed this as completed Jun 30, 2019
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
removed static public methods from EJBs


Issue imixs#510
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
updated microprofile dependency 2.0.0 and microprofile-metrics-api 2.0.0

issue imixs#510
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant