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

Adding a new example based on CDI 4 #239

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

antoinesd
Copy link
Contributor

relates to #237.
This example created for a talk could be useful to help other using moditect. It introduces a simple CDI SE app and is showing how to deal with already modularized dependencies (all Jakarta EE 10 api are JPMS ready)

.mvn/wrapper/maven-wrapper.properties Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
integrationtest/cdi/pom.xml Outdated Show resolved Hide resolved
integrationtest/cdi/pom.xml Outdated Show resolved Hide resolved
integrationtest/cdi/pom.xml Outdated Show resolved Hide resolved
@antoinesd antoinesd marked this pull request as ready for review March 25, 2024 20:37
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should use latest which is 3.13.0. Please define a property in the parent pom that overrides this value https://github.com/moditect/moditect-org-parent/blob/b825070b22eec75ae8f965dfd7fd5e01898fc8bf/pom.xml#L56

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aalmiray
Copy link
Contributor

@antoinesd requested changes only require adding 2 properties to https://github.com/moditect/moditect/blob/main/parent/pom.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants