FasterXML / jackson-databind

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
Apache License 2.0
3.53k stars 1.38k forks source link

Drop "--enable-preview" from JDK 11 build options #4760

Closed cowtowncoder closed 1 month ago

cowtowncoder commented 1 month ago

Trying to fix #4755.

pjfanning commented 3 weeks ago

The tests seem to pass after I do a clean build with Java 11. It seems that having classes compiled from before this build change can lead to issues.

cowtowncoder commented 3 weeks ago

@pjfanning Ok. So we are good now? As in, it being one-time problem around change.

pjfanning commented 3 weeks ago

@pjfanning Ok. So we are good now? As in, it being one-time problem around change.

Looks good now.