Steven Schlansker

Results 296 comments of Steven Schlansker

Seconding @yngndrw pointing out caching: the exact same reasoning applies to many popular projects such as Maven, npm, apt, rpm -- allowing a shared cache can dramatically speed up builds,...

Thanks so much for looking at this. In the meantime, we refactored our code to avoid this specific problem, so we are not in a rush to get it fixed....

We would like to request this feature as well, to test an open source project easily against regressions reported when running against GraalVM.

Have you considered targeting jdk9 or 10 for Jackson 3? 8 is going to be EOL very soon, and being 9-native would be a nice feature.

@karussell I believe the trace you pasted in that issue is different. This specifically is related to defining classes, not deserializing Optional types. I recommended a possible fix (make sure...

Hi @davidconnard, there's recently been a fix around Proxy access and Blackbird (#210) With this fix applied, and running Java 20, I re-ran your (slightly modified) test case and it...

Hi @cowtowncoder, I am prototyping a new Afterburner that does this: https://github.com/stevenschlansker/jackson-blackbird Currently, we run this in production with good results, although obviously the approach is very new and requires...

Currently, I am only targeting getting it merged in as a module for 2.x series. Then the dependency on newer Java only affects those who choose to use it, same...

Thank you for contributing this! @hgschmie , do you have a sec to look into the `japicmp` problems? Or maybe this is something we can just ignore and will be...

Actually, I am going to try to backdate a release jar for the new artifact and see if the job will pick that up.