Revisions of apache-commons-csv
buildservice-autocommit
accepted
request 1208204
from
Fridrich Strba (fstrba)
(revision 21)
baserev update by copy to link target
Fridrich Strba (fstrba)
accepted
request 1207766
from
Anton Shvetz (urbic)
(revision 20)
- Update to version 1.12.0 * New Features + CSV-270: Add CSVException that extends IOException thrown on invalid input instead of IOException. * Fixed Bugs + Fix PMD issues for port to PMD 7.1.0. + Fix some Javadoc links #442. + Extract duplicated code into a method #444. + Migrate CSVFormat#print(File, Charset) to NIO #445. + Fix documentation for CSVFormat private constructor #466. + CSV-294: CSVFormat does not support explicit " as escape char. + CSV-150: Escaping is not disableable. + Fix Javadoc warnings on Java 23. + Improve parser performance by up to 20%, YMMV. * Changes + Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 #422, #449. + Bump org.apache.commons:commons-parent from 69 to 75 #435, #452, #465, #468, #475. + Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #441. + Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #450, #459, #470. + Bump org.hamcrest:hamcrest from 2.2 to 3.0 #455. + Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476. - Apply fdupes to javadoc directory
buildservice-autocommit
accepted
request 1193661
from
Fridrich Strba (fstrba)
(revision 19)
baserev update by copy to link target
buildservice-autocommit
accepted
request 1109940
from
Fridrich Strba (fstrba)
(revision 17)
baserev update by copy to link target
Fridrich Strba (fstrba)
committed
(revision 16)
buildservice-autocommit
accepted
request 1077581
from
Fridrich Strba (fstrba)
(revision 15)
baserev update by copy to link target
David Anes (david.anes)
accepted
request 1075019
from
David Anes (david.anes)
(revision 14)
- Update to version 1.10.0: - Minor changes #172. Thanks to Arturo Bernal. - No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR. Fixes CSV-292. Thanks to Rob Vesse. - Fix for multi-char delimiter not working as expected #218. Fixes CSV-288. Thanks to Santhsoh, Angus. - CSVRecord.get(Enum) should use Enum.name() instead of Enum.toString(). Fixes CSV-269. Thanks to Auke te Winkel, Gary Gregory. - Allow org.apache.commons.csv.IOUtils.copy(Reader, Appendable, CharBuffer) to compile on Java 11 and run on Java 8. Thanks to Gary Gregory. - CSVRecord.toList() does not give write access to the new List. Fixes CSV-300. Thanks to Markus Spann, Gary Gregory. - CSVParser.getRecords() now throws UncheckedIOException instead of IOException. Thanks to Gary Gregory. - Add comments to iterator() and stream() #270. Fixes CSV-274. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory. - Fix wrong assumptions in PostgreSQL formats #265. Fixes CSV-290. Thanks to angusdev, Gary Gregory. - Validate input to setDelimiter(String) for empty string #266. Thanks to Mykola Faryma. - Bump CSVFormat#serialVersionUID from 1 to 2. Thanks to Dependabot. - CSVParser: Identify duplicates in null, empty and blank header names #279. Thanks to Alex Herbert. - Serialization in CSVFormat is not supported from one version to the next. - Make CSVRecord#values() public. Fixes CSV-291. Thanks to Gary Gregory. - Add DuplicateHeaderMode for flexibility with header strictness. #114. Fixes CSV-264. Thanks to Sagar Tiwari, Seth Falco, Alex Herbert, Gary Gregory. - Support for parallelism in CSVPrinter. Fixes CSV-295. Thanks to Gary Gregory. - Add CSVPrinter.printRecord[s](Stream). Fixes CSV-295. Thanks to Gary Gregory. - Add accessors for header/trailer comments #257. Fixes CSV-304. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory. - Add github/codeql-action. - Bump actions/cache from 2.1.6 to 3.0.10 #196, #233, #243, #267, #271. Thanks to Dependabot, Gary Gregory. - Bump actions/checkout from 2.3.4 to 3.1.0 #188, #195, #220, #272. Thanks to Dependabot, Gary Gregory. - Bump actions/setup-java from 2 to 3.5.1. Thanks to Gary Gregory. - Bump actions/upload-artifact from 3.1.0 to 3.1.1 #280. Thanks to Dependabot. - Bump commons-parent from 52 to 56 #264, #288, #298. Thanks to Gary Gregory. - Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, #207. Thanks to Dependabot. - Bump junit-jupiter from 5.8.0-M1 to 5.9.1 #179, #186, #201, #244, #263. Thanks to Dependabot. - Bump jmh-core from 1.32 to 1.36 #176, #208, #229, #285. Thanks to Dependabot. - Bump jmh-generator-annprocess from 1.32 to 1.36 #175, #206, #226, #283. Thanks to Dependabot. - Bump mockito-core from 3.11.2 to 4.11.0 #187, #197, #204, #212, #230, #237, #251, #259, #284, #292, #297. Thanks to Dependabot, Gary Gregory.
buildservice-autocommit
accepted
request 1000798
from
Fridrich Strba (fstrba)
(revision 13)
baserev update by copy to link target
Fridrich Strba (fstrba)
accepted
request 1000476
from
Michael Calmer (mcalmer)
(revision 12)
update changelog from SLE
buildservice-autocommit
accepted
request 998689
from
Fridrich Strba (fstrba)
(revision 11)
baserev update by copy to link target
Fridrich Strba (fstrba)
accepted
request 998658
from
Michael Calmer (mcalmer)
(revision 10)
- reduce macro usage in spec file
buildservice-autocommit
accepted
request 975154
from
Fridrich Strba (fstrba)
(revision 9)
baserev update by copy to link target
Fridrich Strba (fstrba)
accepted
request 975153
from
Fridrich Strba (fstrba)
(revision 8)
generate javadoc with source=8
buildservice-autocommit
accepted
request 972174
from
Fridrich Strba (fstrba)
(revision 7)
baserev update by copy to link target
David Anes (david.anes)
accepted
request 971859
from
David Anes (david.anes)
(revision 6)
- Update to version 1.9.0: * Many fixes and features. See: https://commons.apache.org/proper/commons-csv/changes-report.html#a1.9.0 - Added apache-commons-csv.rpmlintrc: * Ignore summary too long warnings
Fridrich Strba (fstrba)
committed
(revision 5)
Fridrich Strba (fstrba)
committed
(revision 4)
Fridrich Strba (fstrba)
committed
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 713012
from
Fridrich Strba (fstrba)
(revision 2)
initialized devel package after accepting 713012
Displaying revisions 1 - 20 of 21