lhotari opened a new pull request, #25664: URL: https://github.com/apache/pulsar/pull/25664
### Motivation Upgrade Jackson from 2.21.2 to 2.21.3 to pick up the latest patch release. The release contains bug fixes; see the upstream release notes: - Jackson 2.21.3 release notes: https://github.com/FasterXML/jackson-databind/blob/15b34c54e980ffb03af076cfdba9a0f1d8bb68de/release-notes/VERSION-2.x#L28-L44 Excerpt from the release notes: ``` 2.21.3 (not yet released) #5436: NPE in `BeanPropertyMap` when using duplicate detection with certain bean configurations (reported by Joo-Hyuk K) (fix contributed by Joo-Hyuk K) #5443: `JsonNode.equals()` returns false for two NaN values (reported by @pjfanning) (fix contributed by @pjfanning) #5450: `@JsonCreator` with `Mode.DELEGATING` fails when delegate type has type parameters (reported by @pjfanning) (fix contributed by @pjfanning) #5466: `JsonMapper.builder().findAndAddModules()` does not pass `ClassLoader` to `ServiceLoader` (reported by @pjfanning) (fix contributed by @pjfanning) ``` (See the linked source for the authoritative entries.) ### Modifications - Bump `jackson` version in `gradle/libs.versions.toml` from `2.21.2` to `2.21.3`. - Update Jackson coordinates in `distribution/server/src/assemble/LICENSE.bin.txt` and `distribution/shell/src/assemble/LICENSE.bin.txt` to `2.21.3`. ### Verifying this change - [x] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: - [x] Dependencies (add or upgrade a dependency) - [ ] The public API - [ ] The schema - [ ] The default values of configurations - [ ] The threading model - [ ] The binary protocol - [ ] The REST endpoints - [ ] The admin CLI options - [ ] The metrics - [ ] Anything that affects deployment Patch dependency upgrade only; no API/behavior changes from Pulsar's side. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
