Skip to content

Switch to jakarta.inject#3

Merged
matthewhorridge merged 2 commits intomainfrom
jakarta-inject-fix
Feb 5, 2026
Merged

Switch to jakarta.inject#3
matthewhorridge merged 2 commits intomainfrom
jakarta-inject-fix

Conversation

@matthewhorridge
Copy link
Contributor

  • replace javax.inject.Provider usage

  • add jakarta.inject-api dependency

- replace javax.inject.Provider usage

- add jakarta.inject-api dependency
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d159df4be7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 158 to 165
<id>docker-build</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>docker</executable>
<workingDirectory>${project.basedir}</workingDirectory>

Choose a reason for hiding this comment

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

P1 Badge Guard docker build/push so mvn package/install works

Binding the exec-maven-plugin to the default package and install phases makes every mvn package / mvn install invoke docker build/docker push. In environments without a Docker daemon or registry credentials (common in dev machines and CI runners), these phases will now fail even when only building the JAR, which is a regression from prior behavior. Consider moving these executions behind a profile or a property-controlled skip so the default build remains Docker-free.

Useful? React with 👍 / 👎.

@matthewhorridge matthewhorridge merged commit b99c39d into main Feb 5, 2026
1 check passed
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.

1 participant