Fedora Packages

jackson-core-2.17.0-1.fc41 in Fedora Rawhide

↵ Return to the main page of jackson-core
View build
Search for updates

Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2024-03-12 Packit <hello at packit dot dev> - 2.17.0-1 - [maven-release-plugin] prepare release jackson-core-2.17.0 (Tatu Saloranta) - Prepare for 2.17.0 release (Tatu Saloranta) - Back to snapshot deps (Tatu Saloranta) - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta) - Bump the github-actions group with 3 updates (#1236) (dependabot[bot]) - Improve #1149 wrt JsonParser.getNumberTypeFP() default implementation (#1235) (Tatu Saloranta) - Add explicit override for JSON parsers for `JsonParser.getNumberTypeFP()` (Tatu Saloranta) - Back to snapshot deps (Tatu Saloranta) - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta) - [maven-release-plugin] prepare release jackson-core-2.17.0-rc1 (Tatu Saloranta) - Prepare for 2.17.0-rc1 release (Tatu Saloranta) - Bump the github-actions group with 2 updates (#1228) (dependabot[bot]) - Remove junit-bom dependency here, included via jackson-base parent pom now (Tatu Saloranta) - Minor refactoring (Tatu Saloranta) - Use String#isEmpty(), remove redundancies, and reduce verbose code (#1225) (Gary Gregory) - Minor inclusions in JsonParserBase (Tatu Saloranta) - Add `JsonParserBase` base class (backport from 3.0) (#1224) (Tatu Saloranta) - Second attempt at solving #1173 (#1223) (Tatu Saloranta) - Manual merge of change in #1221: tiny optimization for `JsonPointer`, index parse (Tatu Saloranta) - Update release notes wrt #1218 (Tatu Saloranta) - surrogate conversion simplified (#1218) (Tatu Saloranta) - Update release notes wrt 2.17 (Tatu Saloranta) - Enable test for #1203 (Tatu Saloranta) - Faster division by 1000 (#1203) (xtonik) - ... (Tatu Saloranta) - avoid use slow regular expression when replacing characters (#1219) (Tatu Saloranta) - Reuse own constant and refactor magic chars into new constants for (#1216) (Gary Gregory) - More incremental refactoring (Tatu Saloranta) - Refactoring: order error reporting methods (Tatu Saloranta) - Bump the github-actions group with 1 update (#1215) (dependabot[bot]) - Some more JUnit5 conversion (Tatu Saloranta) - Continue JUnit5 conversion (Tatu Saloranta) - Start converting some unit tests to JUnit5; add new test base class to help (#1212) (Tatu Saloranta) - Prepare for 2.17.0-rc1 release (Tatu Saloranta) - Bump the github-actions group with 2 updates (#1209) (dependabot[bot]) - Fixes #1207: apply "maxNameLength" change to CharsToNameCaonicalizer (#1208) (Tatu Saloranta) - Bump the github-actions group with 3 updates (#1206) (dependabot[bot]) - Implement #1117: change the default RecyclerPool to use (#1205) (Tatu Saloranta) - ... (Tatu Saloranta) - Fix #1202: add `RecyclerPool.clear()` method (#1204) (Tatu Saloranta) - Javadoc addition (Tatu Saloranta) - optimized char check for ']}' (xtonik) - optimized char check for 'eE' (xtonik) - optimized char check for 'dDfF' (xtonik) - Update release notes wrt #1195 (Tatu Saloranta) - Fix #1195: add actual `BufferRecycler` reuse (#1196) (Tatu Saloranta) - Bump the github-actions group with 2 updates (#1199) (dependabot[bot]) - Add new `JsonWriteFeature.ESCAPE_FORWARD_SLASHES` (#1197) (Kim, Joo Hyuk) - Merging minor changes needed for solving BufferRecycler recycling (Tatu Saloranta) - Fix codecov.io link (downgrade to 2.16) (Tatu Saloranta) - Fixes #1193: add `BufferRecycler.Gettable`, impls for BAB, SSW (#1194) (Tatu Saloranta) - Minor Javadoc typo fix (Tatu Saloranta) - Add a utility method (Tatu Saloranta) - Add failing test for #1144 (#1189) (Tatu Saloranta) - Bump the github-actions group with 1 update (#1188) (dependabot[bot]) - Update release notes wrt #1137 (Tatu Saloranta) - Fix #1186: improve recycled buffer release logic (#1187) (Tatu Saloranta) - Bump the github-actions group with 1 update (#1183) (dependabot[bot]) - Fixes #1149: add `JsonParser.getNumberTypeFP()` (#1182) (Tatu Saloranta) - Minor post-merge fix wrt #1178 (Tatu Saloranta) - Allow configuring `DefaultPrettyPrinter` separators for empty Arrays and Objects (#1178) (gulecroc) - Cleave of failing #1180 tests from passing #1173 tests (Tatu Saloranta) - Test refactoring (Tatu Saloranta) - Refactor exception generation by JsonParser (#1179) (Tatu Saloranta) - Bump the github-actions group with 1 update (#1177) (dependabot[bot]) - Bump the github-actions group with 2 updates (#1174) (dependabot[bot]) - Update code coverage on README (Tatu Saloranta) - Minor test refactoring (Tatu Saloranta) - ... (Tatu Saloranta) - Minor additional error construction changes (Tatu Saloranta) - Minor additions to JsonGenerator wrt error handling (Tatu Saloranta) - Fix #1168 (JsonPointer.append() with JsonPointer.tail()) (#1172) (Tatu Saloranta) - Fix #1145: escape `property` in `JsonPointer.append(String)` (#1171) (Tatu Saloranta) - Fixes #1169: adds test(s), fix (#1170) (Tatu Saloranta) - Bump the github-actions group with 1 update (#1167) (dependabot[bot]) - fastdoubleparser 1.0.0 (#1163) (#1164) (PJ Fanning) - Reproduction for #1161 (#1162) (Tatu Saloranta) - fastdoubleparser 1.0.0 (#1163) (PJ Fanning) - Minor test refactoring (Tatu Saloranta) - Add `NumberInput.looksLikeValidNumber()` utility method (#1160) (Tatu Saloranta) - warnings removal wrt deprecation (Tatu Saloranta) - Deprecate some of `NumberInput` methods. (Tatu Saloranta) - Follow-up to #1157: unify exception handling (#1159) (Tatu Saloranta) - Update release notes wrt #1157 (Tatu Saloranta) - use fast parser for large bigdecimals (500+ chars) (#1157) (PJ Fanning) - More deprecation, now on generator side (Tatu Saloranta) - ... (Tatu Saloranta) - Bump the github-actions group with 1 update (#1152) (dependabot[bot]) - More cleanup wrt now-deprecated JsonParser getter methods (Tatu Saloranta) - Mark some more methods deprecated, as forward-looking changes towards 3.0 (Tatu Saloranta) - Fix `JsonParser.isNaN()` to be stable, only indicate explicit NaN values; not ones due to coercion (#1150) (Tatu Saloranta) - test that shows that isNaN call is not reliable (#1135) (PJ Fanning) - Add a test similar to #1135 (Tatu Saloranta) - Bump the github-actions group with 1 update (#1148) (dependabot[bot]) - Test base class refactoring (simplifying BaseTest) (#1143) (Tatu Saloranta) - Bump the github-actions group with 1 update (#1140) (dependabot[bot]) - Bump the github-actions group with 1 update (#1138) (dependabot[bot]) - Start 2.17 branch (Tatu Saloranta) - Resolves rhbz#2269278
2024-03-09 Packit <hello at packit dot dev> - 2.16.2-1 - [maven-release-plugin] prepare release jackson-core-2.16.2 (Tatu Saloranta) - Prepare for 2.16.2 release (Tatu Saloranta) - Resolves rhbz#2268716
2024-02-27 Jiri Vanek <jvanek at redhat dot com> - 2.16.1-4 - Rebuilt for java-21-openjdk as system jdk
2024-02-09 Mikolaj Izdebski <mizdebsk at redhat dot com> - 2.16.1-3 - Rebuild
2024-01-24 Fedora Release Engineering <releng at fedoraproject dot org> - 2.16.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-22 Marco Fargetta <mfargett at redhat dot com> - 2.16.1-1 - [maven-release-plugin] prepare release jackson-core-2.16.1 (Tatu Saloranta) - Prepare for 2.16.1 release (Tatu Saloranta) - Minor test improvements (Tatu Saloranta) - Minor tweaking post-merge wrt #1175 (Tatu Saloranta) - Add failing tests for #1173: parse error location (#1175) (Paul Bunyan) - Backport #1168 in 2.16(.1) (Tatu Saloranta) - Update release notes wrt #1161 backport (Tatu Saloranta) - fastdoubleparser 1.0.0 (#1163) (#1166) (PJ Fanning) - Update release notes wrt #1161 (Tatu Saloranta) - fastdoubleparser 1.0.0 (#1163) (#1165) (PJ Fanning) - Tiny import clean up (Tatu Saloranta) - update javadoc to highlight that this class is for internal jackson use (#1156) (PJ Fanning) - Test code clean up: pro-actively replace to-be-deprecated methods to non-deprecated ones (wrt 2.17) (Tatu Saloranta) - Fix #1146: add missing `JsonParserDelegate` overrides (#1147) (Tatu Saloranta) - Update version scorecard check runs for (Tatu Saloranta) - Fix #1141: prevent NPE in Version.equals() (#1142) (Tatu Saloranta) - Fix typo in VERSION-2.x (Tatu Saloranta) - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
2024-01-20 Fedora Release Engineering <releng at fedoraproject dot org> - 2.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2023-11-15 Packit <hello at packit dot dev> - 2.16.0-1 - [maven-release-plugin] prepare release jackson-core-2.16.0 (Tatu Saloranta) - Prepare for 2.16.0 release (Tatu Saloranta) - Make JacksonFeatureSet java.io.Serializable (Tatu Saloranta) - Update release notes wrt #1136 (Tatu Saloranta) - Change error mesage to mention -INF (#1136) (PJ Fanning) - Bump the github-actions group with 2 updates (#1134) (dependabot[bot]) - Add missing name-length check in a test (Tatu Saloranta) - Unit test cleanup (Tatu Saloranta) - Maximum Property name length affects input/read (#1130) (PJ Fanning) - Bump the github-actions group with 2 updates (#1129) (dependabot[bot]) - Back to snapshot deps (Tatu Saloranta) - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta) - Resolves rhbz#2249923
2023-11-06 Chris Kelley <ckelley at redhat dot com> - 2.15.3-1 - [maven-release-plugin] prepare release jackson-core-2.15.3 (Tatu Saloranta) - Prepare for 2.15.3 release (Tatu Saloranta) - Update release notes wrt #1111 (Tatu Saloranta) - Call the right filterFinishArray/Object from FilteringParserDelegate (#1111) (Dai MIKURUBE) - Update Maven wrapper version (Tatu Saloranta) - Further tweaking of release notes (Tatu Saloranta) - Add ref to #943 in release-notes/VERSION-2.x (Tatu Saloranta) - 2.15.3-SNAPSHOT (Tatu Saloranta) - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
2023-07-20 Fedora Release Engineering <releng at fedoraproject dot org> - 2.15.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Provides

  • jackson-core
  • mvn(com.fasterxml.jackson.core:jackson-core)
  • mvn(com.fasterxml.jackson.core:jackson-core:pom:)
  • osgi(com.fasterxml.jackson.core.jackson-core)

Files


Sources on Pagure