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

Jib extension built using Java 15 or later doesn't get executed #4174

Open
breun opened this issue Jan 25, 2024 · 0 comments
Open

Jib extension built using Java 15 or later doesn't get executed #4174

breun opened this issue Jan 25, 2024 · 0 comments

Comments

@breun
Copy link

breun commented Jan 25, 2024

Environment:

  • Jib version: jib-maven-plugin 3.4.0
  • Build tool: Maven 3.9.6
  • OS: macOS 14.3

Description of the issue:

We have created an internal company extension for Jib, which works fine, but we noticed that if we build it using Java 15 or later, then it doesn't get executed. When we build it using Java 14 or older then it does work.

Expected behavior:

We expect the extension to get executed.

Steps to reproduce:

  1. Create a Jib extension and build it using Java 15 or later
  2. Add the extension to a project
  3. Run Jib

Additional Information:

I expect this behavior is caused by Jib's use of Sisu 0.3.5 (released in 2021). Sisu 0.3.5 uses a version of ASM which is not recent enough to work with Java 15 or later. Sisu 0.9.0.M2 uses ASM 9.5, which supports Java up to 21.

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

No branches or pull requests

2 participants