mule-opentelemetry-module icon indicating copy to clipboard operation
mule-opentelemetry-module copied to clipboard

Upgrade to Mule 4.6 and Java 17

Open adesjardin opened this issue 1 year ago • 10 comments

MuleSoft has released the 4.6 runtime which is the first version to support Java 17. We should validate against 4.6 using Java 17 and implement an approach for building and releasing a parallel version to support this.

adesjardin avatar Feb 06 '24 20:02 adesjardin

Any updates or a projected timeline on this?

Kevin44 avatar Apr 04 '24 17:04 Kevin44

any idea when java17 will be supported ?

holiday-sunrise avatar Jul 15 '24 15:07 holiday-sunrise

@holiday-sunrise - We have it as one of the top issues on our backlog right now. We're hoping to have a release with support for Java 17 available in the next 2-3 weeks.

adesjardin avatar Jul 15 '24 15:07 adesjardin

Is there a pre-release so we can help testing

holiday-sunrise avatar Jul 15 '24 16:07 holiday-sunrise

Hey. Is there a date for this Release supporting JDK 17?

aticlo avatar Aug 13 '24 07:08 aticlo

Hi all, is there some update about the resolution of this issue?

diepet avatar Aug 29 '24 09:08 diepet

Hi all, is the some update about this issue?

edsonmiguelrs avatar Sep 24 '24 20:09 edsonmiguelrs

Hi does the new 2.3.0 version of this library supporting the JDK17 and Mule 4.6?

diepet avatar Sep 27 '24 19:09 diepet

The release notes for 2.3.0 don't mention the support for jdk 17 neither runtime 4.6 support. Also this version is not present in the mvn repo.

aticlo avatar Sep 27 '24 19:09 aticlo

@diepet 2.3.0 does not support Java 17/Runtime 4.6 yet. @aticlo However, this version is available on Maven Central - https://repo1.maven.org/maven2/com/avioconsulting/mule/mule-opentelemetry-module/2.3.0/

JDK17 support is in the queue to be upgraded very soon. Before we can upgrade this, we need to update and upgrade some dependencies and processes.

manikmagar avatar Sep 30 '24 03:09 manikmagar

Hi , do you have a date for the Java 17 release?

JYOTHI-SHRAVZ avatar Oct 10 '24 06:10 JYOTHI-SHRAVZ

@JYOTHI-SHRAVZ We are in the process of releasing 2.4.0 this week. The next is 2.5.0 with Java 17 support. The PR is already out there - #212. It should be sometime next week or sooner.

Meantime, if you would like to test the module with Java 17, you could follow these steps -

  1. Clone this repo to your local
  2. Switch to branch feat/java-17-support
  3. Build and install the module in local maven repo ./mvnw clean install
  4. Update dependency in a local project to 2.5.0-SNAPSHOT
  5. Test with Java 17 and the appropriate Mule Runtime version

If you do that, we would appreciate any feedback you may have.

manikmagar avatar Oct 10 '24 07:10 manikmagar

Release Java 17 support with 2.5.0.

manikmagar avatar Oct 21 '24 16:10 manikmagar

Good morning. Isn't the version 2.5.0 and 2.5.1 going to be published to https://mvnrepository.com/artifact/com.avioconsulting/mule-opentelemetry-module ?

aticlo avatar Oct 24 '24 12:10 aticlo