| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add Automatic-Module-Name to the manifest
- Use %patch -P N instead of deprecated %patchN.
- Upgrade to upstream release 2.9.1
* Bugs fixed
+ Quote escape configured to double quote (quote value)
character if escape not detected
+ Delimiter detection returns first candidate delimiter even if
it does not exist in the file
+ context.getSelectedHeaders() in RowProcessor processStarted()
can return invalid results
+ DefaultNullRead of @parsed does not work with enums
+ Missing fields not initialized if nested beans present
+ Possible race condition
+ Implicit limitation on max column name length?
+ CSV auto-detection assigning line ending as quote escape
+ FixedWidthFields.keepPadding not working
+ Multi-char delimiter incorrectly detected inside quoted string
+ Fixed the repeatable conversions initialization in the
DefaultConversionProcessor
+ Fix NPE in EnumConversion
+ Fixed quoted parser when using non-printable char as delimiter
* Enhancements
+ Delimiter detection returns first candidate delimiter even if
it does not exist in the file
+ Custom CsvFormatDetector
+ Detects "whitespace" as delimiter instead of "comma"
+ make the maxRowSample for parameter public configurable for
CSV auto-detection
+ settings.excludeFields() doesn't throw errors for
non-existing fields anymore.
+ Expose InputAnalysisProcess implementations publicly
+ add "com.googlecode.openbeans" as an optional OSGi dependency
- Removed patch:
* ambiguous-Record.patch
+ Not sufficient with this version
* 0001-Resolve-import-clash-with-OpenJDK-17.patch
+ fix name clash with the new java.lang.Record
- Added patch:
* ambiguous-Record.patch
+ fix name clash with the new java.lang.Record
- Build with source and target levels 8
- Ensure neutrality of descriptions.
- Initial packaging of univocity-parsers 2.5.5 - Generate and customize ant build.xml file
- Ensure neutrality of descriptions.
- Initial packaging of univocity-parsers 2.5.5 - Generate and customize ant build.xml file