Expected Behavior
new Jackson3JsonPayloadConverter(jsonMapper) compiles successfully in a Java 17+ project with Jackson 3 on the classpath, mirroring the runtime behavior where the JVM resolves the (JsonMapper) constructor.
Actual Behavior - javac in intelliJ throws error
Additional info, going by https://openjdk.org/jeps/238
Note: running with mvn/gradle is fine, only issue with javac
Steps to Reproduce the Problem
community channel has repro here - https://temporalio.slack.com/archives/CTT84KXK9/p1779205492424789?thread_ts=1778863514.305759&cid=CTT84KXK9
Specifications
Expected Behavior
new Jackson3JsonPayloadConverter(jsonMapper)compiles successfully in a Java 17+ project with Jackson 3 on the classpath, mirroring the runtime behavior where the JVM resolves the(JsonMapper)constructor.Actual Behavior - javac in intelliJ throws error
Additional info, going by https://openjdk.org/jeps/238
Note: running with mvn/gradle is fine, only issue with javac
Steps to Reproduce the Problem
community channel has repro here - https://temporalio.slack.com/archives/CTT84KXK9/p1779205492424789?thread_ts=1778863514.305759&cid=CTT84KXK9
Specifications