This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-csv.git.


    from 660f7c9  Merge branch 'master' into release
     add 0ab1318  Bump to next development version
     add d53998e  Fix release notes.
     add 3e1d162  Add testcases for CSVRecord with get(Enum) and toString. (#54)
     add e607771  Add testcases for CSVRecord with get(Enum) and toString. #54.
     add d83dab4  replace findbugs with spotbugs (#56)
     add 493616e  Replace FindBugs with SpotBugs #56.
     add db130e7  fix typo from let's you to let you (#57)
     add e503c56  Javadoc typo in CSVFormat let's -> lets #57.
     add 953a6de  fix isssue csv-259 (#61)
     add 2b51aa7  [CSV-259] CSVFormat.printWithEscapes throws 
StringIndexOutOfBoundsException when value is Reader #61.
     add 2dd3606  org.mockito:mockito-core 3.2.4 -> 3.3.3.
     add c255268  maven-pmd-plugin 3.12.0 -> 3.13.0.
     add ea7ffd7  Rename pmd.version to commons.pmd.version to match 
commons-parent.
     add c2f46df  [CSV-184] Make the method CSVRecord#putIn(Map) public.
     add 83d6f81  improve CSVFormat test coverage (#63)
     add b552b0e  Improve CSVFormat test coverage #63.
     add 72edc56  org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.
     add 5591444  Fix the old test case record.getComment() will never be null 
(#62)
     add 29a0464  Fix CSVFileParserTest.java to allow for a null return value 
from record.getComment() #62.
     add 64cb6d7  Update release description.
     add d0bc2e3  Fix XML.
     add 96b8485  [CSV-149] Add disabled test.
     add cab61c5  Update tests from Apache Commons Lang 3.9 to 3.10.
     add f9633e8  Improve test coverage in CSVFormatTest (#65)
     add 3df2376  Improve test coverage in CSVFormatTest #65.
     add 3c393fe  Removed invalid Javadoc markup for CSVFormat EXCEL (#64)
     add 6c66ca4  Removed invalid Javadoc markup for CSVFormat EXCEL #64.
     add 83b2b9c  Improve record and printer Coverage (#66)
     add 0ce4b57  Improve CSVRecord and CSVPrinter code coverage #66.
     add 2906565  Reset to RC1.
     add ae936c0  Move site files to their propper locations (not in the 
production folder.)
     add 56b626f  Move site files to their propper locations (not in the 
production folder.)
     add 8ae700e  Add openjdk14 to Travis.
     add d49e991  Improve lexer and token coverage (#67)
     add 57c7734  Improve lexer and token coverage #67.
     add 3eac15f  [CSV-211] CSVFormat.format trims last delimiter if the 
delimiter is a white space (#71)
     add bc24199  [CSV-211] CSVFormat.format trims last delimiter if the 
delimiter is a white space #71.
     add adc4faa  Replace org.apache.commons.csv.Assertions.notNull() with 
Objects.requireNonNull().
     add 8000d69  Javadoc.
     add 1a33fd8  Add in-line comment.
     add 1963ea3  Add @SuppressWarnings and Javadoc.
     add abd7de4  Javadoc.
     add 21f4f58  Sort methods in AB order.
     add 852e11e  Allow java-ea to fail (#72)
     add 914f2c4  Move resources to component specific folder.
     add 66243ac  Update tests from commons-io:commons-io 2.6 to 2.7.
     add d4e0999  Update tests from commons-io:commons-io 2.6 to 2.7.
     add a5e21ef  Fix bug in test.
     add c958d96  Clean up.
     add d684508  Test major Java versions with GitHub actions as documented on 
https://github.com/actions/setup-java
     add ad11cd1  [CSV-149]/[CSV-195] fix line number is not proper at EOF (#60)
     add 679ccc5  [CSV-149] Line number is not proper at EOF.
     add 9b3046e  Use license instead of licence (#74)
     add ab75101  Change JiraCsv164Test to JiraCsv154Test (#69)
     add e709fff  Remove trailing whitespace.
     add e5213d1  Canonical location for Year
     add c5bd432  Update tests from Apache Commons Lang 3.10 to 3.11.
     add 0ef2d40  Enable GitHub Dependabot.
     add 2aab5d3  Add missing header.
     add ff7866b  GitHub builds on Java 8, 11, and 14 (current), allow fails on 
15-ea.
     add 8bf3a4b  Bump actions/checkout from v1 to v2.3.1 (#79)
     add 8717a32  Bump commons-parent from 50 to 51 (#80)
     add 91a07d7  Document recent changes.
     add 4c81204  Bump junit-jupiter from 5.6.1 to 5.6.2 (#84)
     add 6680e69  Document recent change.
     add 6863d7d  Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.
     add 622186e  Bump opencsv from 3.1 to 5.2 (#81)
     add 918bf0a  Document recent change.
     add e08f7cb  Bump mockito-core from 3.3.3 to 3.4.4 (#87)
     add 9db2472  Bump super-csv from 2.2.1 to 2.4.0 (#86)
     add 4589556  Document recent changes.
     add 652fa6c  Fix GitHub action for Java 15-ea.
     add 239a008  GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
     add cedaf42  Bump mockito-core from 3.4.4 to 3.4.6 (#88)
     add 079b790  Document recent changes.
     add 7bb1676  Add --no-transfer-progress to CI builds.
     add 3fc2fcb  Bump commons-parent from 51 to 52 (#89)
     add c2f1361  actions/checkout from v2.3.1 to v2.3.2 #92.
     add 2ee360a  Bump actions/checkout from v2.3.1 to v2.3.2 (#92)
     add d32fae6  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv.git
     add 9b8187c  Drop openjdk12 and openjdk13 since these are neither LTS or 
the latest.
     add e0e80b4  Cache ~/.m2 dir for GitHub builds.
     add 7998912  Trigger a GitHub build on pull requests.
     add 447a5cc  Bump mockito-core from 3.4.6 to 3.5.10 (#107)
     add 3643593  mockito-core from 3.4.6 to 3.5.10 #107.
     add 946ba6c  Update build actions/setup-java from v1.4.0 to v1.4.2 #101.
     add 30587f0  Bump actions/setup-java from v1.4.0 to v1.4.2 (#101)
     add f57be87  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv.git
     add 9cc3131  Bump mockito-core from 3.5.10 to 3.5.11 (#110)
     add 7631628  Update mockito-core from 3.5.10 to 3.5.11 #110.
     add e035f13  Bump junit-jupiter from 5.6.2 to 5.7.0 (#109)
     add a079985  Update junit-jupiter from 5.6.2 to 5.7.0 #109.
     add d86e50f  Bump commons-io from 2.7 to 2.8.0 (#108)
     add 935dff1  Update commons-io from 2.7 to 2.8.0 #108.
     add d467e41  Replace Java 14 with Java 15 as the latest Java version to 
test. Use Jaav 16 EA as the EA version to test.
     add 2d2acc2  Fix checkstyle
     add b8ac660  Ensure default goal runs on travis
     add 235f931  Javadoc generic map type M
     add 9fff499  Run default goal in github actions
     add f7e3467  Test on Java LTS 14 and remove Java 15
     add 84aabf0  Revert "Test on Java LTS 14 and remove Java 15"
     add 6f78b6a  Add SECURITY.MD.
     add 0aa7954  Typo.
     add 7aa3b46  Sort members.
     add 9791346  Add 
org.apache.commons.csv.CSVPrinterTest.testPrintRecordsWithCSVRecord().
     add 810e2ea  Use Objects.equals().
     add 724c43f  Use Objects.hash().
     add 6394147  Move init in test.
     add 8c9974d  Travis: Replace Java 14 with 15. One Java 11 build.
     add 4dc996e  Use final.
     add 4426ec8  Remove useless return.
     add 2ac8398  Remove redundant modifiers like public on interface members. 
Remove redundant modifiers like static on interface.
     add dadd649  Bump actions/setup-java from v1.4.2 to v1.4.3 (#113)
     add ea3e743  Bump actions/checkout from v2.3.2 to v2.3.4 (#121)
     add 2cd237e  Bump maven-pmd-plugin from 3.13.0 to 3.14.0 (#122)
     add e62009b  Bump mockito-core from 3.5.11 to 3.6.28 (#123)
     add e5fbba3  Update dependencies.
     add 64bae17  CSV-267 - Minor improvement (#126)
     add 7ebb8db  [CSV-267] Minor improvement #126.
     add 155a769  Better Javadoc.
     add 8e953c0  Add Java 17-EA to the GitHub build.
     add d580c90  Minor Improvement: (#127)
     add 895188c  Minor Improvements #127.
     add 536c18d  Use Character cache.
     add 569f853  Bump mockito-core from 3.6.28 to 3.7.0 (#128)
     add 5d1dec0  Bump mockito-core from 3.6.28 to 3.7.0 #128.
     add 371a364  Fix Checkstyle configuration DTD link.
     add 79c3d73  Use isEmpty().
     add bf2f809  Ignore IML (IntelliJ) files.
     add 493dfdc  Remove trailing whitepsace.
     add 8772fb6  Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#131)
     add e995b18  Bump actions/cache from v2 to v2.1.4 (#132)
     add 2642afb  Bump mockito-core from 3.7.0 to 3.7.7 (#129)
     add 69db7d1  Update some dependencies.
     add 7b0a977  Bump junit-jupiter from 5.7.0 to 5.7.1 (#133)
     add 6eef85a  Bump junit-jupiter from 5.7.0 to 5.7.1 #133
     add 0b01ea8  Refactor and reuse constant.
     add cfd55c9  [CSV-123] Add possibility to use ResultSet header meta data 
as CSV header #11.
     add 29459ed  Label next release as 1.9.0.
     add 91db4ff  Remove odd cruft.
     add d400a04  Javadoc.
     add a34ceda  Use varargs.
     add 443cc4a  Update commons-lang3 3.11 -> 3.12.0.
     add 7df132a  No need to nest in else.
     add 52a154b  Fix EOL
     add 4ec18bd  Put all checkstyle files together
     add b0b5372  Dummy extra line
     add ad98ecc  Remove Dummy extra line
     add 73e43d7  Dummy extra line
     add 25aa208  Remove Dummy extra line
     add a7117b8  Replace GitHub build for Java 15 with Java 16 and drop Java 
16-ea.
     add bfdcad2  Update `actions/setup-java` to v2.
     add d3e74a7  Add GitHub code of conduct page that points to the Apache 
page.
     add b80eb65  Update commons-io 2.8.0 -> 2.9.0.
     add dc06860  Replace Java 15 with Java 16 in Travis CI.
     add 00fcb06  Update Apache Commons IO from 2.9.0 to 2.10.0.
     add 934f214  Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16).
     add f9f9feb  [CSV-275] Make CSVRecord.toList() public.
     add 2d6090b  Sort methods.
     add 56d9c8d  Add CSVRecord#toStream().
     add 848c148  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv
     add 7b99bdc  Bump actions/cache from 2.1.4 to 2.1.6 (#153)
     add 6dad95b  Bump actions/cache from 2.1.4 to 2.1.6 #153.
     add 39c3f77  Bump junit-jupiter from 5.7.1 to 5.7.2 (#149)
     add a2e06fe  Bump junit-jupiter from 5.7.1 to 5.7.2 #149.
     add 8e6eb0a  Update my developer entry.
     add 594de09  Bump mockito-core from 3.7.7 to 3.11.2 #156.
     add 06df40e  Bump mockito-core from 3.7.7 to 3.11.2 (#156)
     add 805d329  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv.git
     add a0fcf9a  Use Stream.of() and rename new method to be like 
Collection#stream() instead of toStream().
     add d1601d3  Organize imports, simpler arrays, simpler if/else.
     add 3c16933  Sort members.
     add a3e7513  Bump jmh-core from 1.5.2 to 1.32 (#152)
     add ee9b09e  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv.git
     add 02efd16  # WARNING: head commit changed in the meantime
     add 4b73ea4  Bump jmh-generator-annprocess from 1.5.2 to 1.32 (#151)
     add bb6ad02  Bump jmh-generator-annprocess from 1.5.2 to 1.32 #151.
     add 0839193  Bump opencsv from 5.2 to 5.4 (#137)
     add 7b85430  Bump opencsv from 5.2 to 5.4 #137.
     add af84037  Update JApiCmp from 0.14.3 to 0.15.3.
     add 3f6357e  Minor Improvement: (#130)
     add b271b21  Minor Improvements #130.
     add 238486d  [CSV-148] Add testcases about withIgnoreSurroundingSpaces() 
and withTrim() (#70)
     add 83ad213  [CSV-148] Add testcases about withIgnoreSurroundingSpaces() 
and withTrim() #70.
     add 8568e88  Update CSVParser.parse(File, Charset, CSVFormat) from IO to 
NIO.
     add 6b718c3  Update CSVParser.parse(File, Charset, CSVFormat) from IO to 
NIO.
     add bc5698b  Organize imports.
     add 858031d  Clean up exception.
     add 5d16917  Use try-with-resources. Better local var name.
     add dc5d034  Use try-with-resources.
     add 6a2376a  Add and use CSVFormat.Builder, deprecated CSVFormat#with 
methods, based on #73.
     add 2c83a30  Fixed CSV-271 & Add testcase for new change (#157)
     add 37872b8  Missing separator with print(object) followed by 
printRecord(Object[]) #157.
     add da4d2e5  Add and use CSVFormat.Builder, deprecated CSVFormat#with 
methods, based on #73.
     add b4b9a6b  Sort members.
     add d8d0804  Add support for String delimiters #76.
     add c6c7676  Add PMD check to default goal and fix only 2 remaining PMD 
warnings.
     add 9de125e  Javadoc: Close HTML tags.
     add 589f822  Use streams. Remove unused imports.
     add 6d19cee  Bump opencsv from 5.4 to 5.5 #158.
     add 472bafa  Bump opencsv from 5.4 to 5.5 (#158)
     add d59f086  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv.git
     add abfdf83  Add tests that print CSVRecords.
     add a6ca416  [CSV-158] Fix EOL checking for read array in 
ExtendedBufferedReader (#5)
     add 93a9aff  [CSV-158] Fix EOL checking for read array in 
ExtendedBufferedReader.
     add 688e79c  Bump junit-jupiter from 5.7.2 to 5.8.0-M1.
     add 3dad2ee  Refactor append calls into private methods for ongoing 
streaming work.
     add a423734  [CSV-263] Print from Reader with embedded quotes generates 
incorrect output.
     add c34e969  Replace assert by simpler but equivalent calls. (#159)
     add de4508c  Replace JUnit assert by simpler but equivalent calls. #159.
     add 6bfd380  Use final.
     add 4083b7a  Use final.
     add ac280e7  [CSV-93] Allow the handling of NULL values.
     add d608f55  File end in an EOL.
     add f26a22a  Test parsing an empty file.
     add 171721e  Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.
     add ca5eb7c  Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0.
     add 46bae4b  Remove useless inline comments.
     add e40f9ac  chore: update gitignore to ignore idea and vscode (#160)
     add 5ccd1ed  Update gitignore to ignore idea and vscode #160.
     add 5f605e6  Remove unused import.
     add f6f0832  Use Builder.
     add 5506bdb  Better name.
     add e06b845  Better resource management.
     add b3daff2  Better resource management.
     add d1602ac  Better resource management.
     add 66da39d  Better resource management.
     add 8a5a065  Use final.
     add 3b95962  Better internal names.
     add 8f80d2c  [CSV-281] Update CSVBenchmark #165.
     add 10a9051  CSV-281: Update CSVBenchmark (#165)
     add 3627c5a  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-csv
     add dced5f7  Update tests from commons-io:commons-io 2.10.0 to 2.11.0.
     add d617b67  CSV-283: Remove Whitespace Check Determines Delimiter Twice 
(#167)
     add c640d16  [CSV-283] Remove Whitespace Check Determines Delimiter Twice 
#167.
     add 0771927  CSV-282: Document and Automate CSV Benchmark Harness (#166)
     add cdbc892  [CSV-282] Document and Automate CSV Benchmark Harness #166.
     add f7c067d  CSV-279: Optimize Lexer Delimiter Check for One Character 
Delimiter (#163)
     add bda7835  [CSV-279] Optimize Lexer Delimiter Check for One Character 
Delimiter #163.
     add a2ba9b5  Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0.
     add 47479b6  CSV-284: Formalize PerformanceTest (#168)
     add e74bd37  Formalize PerformanceTest #168.
     add a4e005f  No need for separate Maven invocation to display version. 
Drop empty lines.
     add 3ac702b  CSV-278: Reuse Buffers in Lexer for Delimiter Detection (#162)
     add 27843d8  [CSV-278] Reuse Buffers in Lexer for Delimiter Detection #162.
     add 0453989  CSV-286: Cleanup and Document Performance Test Harness (#170)
     add a529255  [CSV-286] Cleanup and Document Performance Test Harness #170.
     add 399204c  Bump opencsv from 5.5 to 5.5.1.
     add a4c6037  [CSV-265] Update buffer position when reading line comment 
(#120)
     add d7b1574  [CSV-265] Update buffer position when reading line comment 
#120.
     add 46f9211  Sort members.
     add 34f67f3  Preparing for RC.
     add 6488ea2  Preparing for RC.
     add 0ec1e35  Preparing for RC.

No new revisions were added by this update.

Summary of changes:
 .travis.yml => .github/dependabot.yml              |   53 +-
 .github/workflows/maven.yml                        |   22 +-
 .gitignore                                         |   18 +-
 .travis.yml                                        |   21 +-
 BENCHMARK.md                                       |   79 +
 CODE_OF_CONDUCT.md                                 |   17 +
 NOTICE.txt                                         |    2 +-
 README.md                                          |    7 +-
 RELEASE-NOTES.txt                                  |  112 +-
 SECURITY.md                                        |   17 +
 benchmark-prereq.sh                                |   20 +
 pom.xml                                            | 1039 ++++++-----
 src/changes/changes.xml                            |   69 +-
 src/changes/release-notes.vm                       |   15 +-
 .../java/org/apache/commons/csv/Assertions.java    |   38 -
 .../java/org/apache/commons/csv/CSVFormat.java     | 1951 ++++++++++++--------
 .../java/org/apache/commons/csv/CSVParser.java     |  161 +-
 .../java/org/apache/commons/csv/CSVPrinter.java    |   81 +-
 .../java/org/apache/commons/csv/CSVRecord.java     |   56 +-
 .../java/org/apache/commons/csv/Constants.java     |    4 +-
 .../apache/commons/csv/ExtendedBufferedReader.java |  197 +-
 src/main/java/org/apache/commons/csv/Lexer.java    |  404 ++--
 .../java/org/apache/commons/csv/QuoteMode.java     |    2 +-
 src/main/java/org/apache/commons/csv/Token.java    |    9 +-
 .../resources/findbugs/findbugs-exclude-filter.xml |   35 -
 .../resources/checkstyle/checkstyle-header.txt     |    0
 .../checkstyle/checkstyle-suppressions.xml         |    2 +-
 .../site/resources/checkstyle/checkstyle.xml       |   12 +-
 src/{main => site}/resources/pmd/pmd-ruleset.xml   |    9 +-
 .../resources/spotbugs/spotbugs-exclude-filter.xml |   51 +
 src/site/site.xml                                  |   22 +-
 src/site/xdoc/download_csv.xml                     |  256 +--
 src/site/xdoc/mail-lists.xml                       |   20 +-
 .../org/apache/commons/csv/AssertionsTest.java     |   37 -
 .../java/org/apache/commons/csv/CSVBenchmark.java  |  145 +-
 .../org/apache/commons/csv/CSVFileParserTest.java  |   40 +-
 .../commons/csv/CSVFormatPredefinedTest.java       |   20 +-
 .../java/org/apache/commons/csv/CSVFormatTest.java |  485 ++++-
 .../java/org/apache/commons/csv/CSVParserTest.java |  476 +++--
 .../org/apache/commons/csv/CSVPrinterTest.java     |  247 ++-
 .../java/org/apache/commons/csv/CSVRecordTest.java |   77 +-
 .../commons/csv/ExtendedBufferedReaderTest.java    |  182 +-
 .../java/org/apache/commons/csv/LexerTest.java     |  370 ++--
 .../org/apache/commons/csv/PerformanceTest.java    |  261 ++-
 .../java/org/apache/commons/csv/TokenMatchers.java |   24 +-
 .../org/apache/commons/csv/TokenMatchersTest.java  |   19 +-
 src/test/java/org/apache/commons/csv/Utils.java    |   11 +-
 .../apache/commons/csv/issues/JiraCsv148Test.java  |   65 +
 .../{JiraCsv249Test.java => JiraCsv149Test.java}   |   48 +-
 .../{JiraCsv164Test.java => JiraCsv154Test.java}   |   20 +-
 .../apache/commons/csv/issues/JiraCsv167Test.java  |   48 +-
 .../apache/commons/csv/issues/JiraCsv198Test.java  |   16 +-
 .../apache/commons/csv/issues/JiraCsv203Test.java  |  121 +-
 .../apache/commons/csv/issues/JiraCsv206Test.java  |   70 +
 .../{JiraCsv249Test.java => JiraCsv211Test.java}   |   44 +-
 .../apache/commons/csv/issues/JiraCsv213Test.java  |   23 +-
 .../apache/commons/csv/issues/JiraCsv247Test.java  |   26 +-
 .../apache/commons/csv/issues/JiraCsv248Test.java  |   29 +-
 .../apache/commons/csv/issues/JiraCsv249Test.java  |    6 +-
 .../apache/commons/csv/issues/JiraCsv253Test.java  |   54 +
 .../apache/commons/csv/issues/JiraCsv263Test.java  |   77 +
 .../apache/commons/csv/issues/JiraCsv265Test.java  |   88 +
 .../{JiraCsv249Test.java => JiraCsv271Test.java}   |   37 +-
 .../apache/commons/csv/issues/JiraCsv93Test.java   |  150 ++
 .../apache/commons/csv/perf/PerformanceTest.java   |   44 +-
 .../commons/csv}/CSV-198/optd_por_public.csv       |    0
 .../commons/csv}/CSV-213/999751170.patch.csv       |    0
 .../apache/commons/csv}/CSV-248/csvRecord.bin      |  Bin
 .../org/apache/commons/csv/CSV-259/sample.txt      |    1 +
 .../apache/commons/csv}/CSVFileParser/README.txt   |    0
 .../apache/commons/csv}/CSVFileParser/bom.csv      |    0
 .../apache/commons/csv}/CSVFileParser/test.csv     |   32 +-
 .../commons/csv/CSVFileParser/testCSV246.csv}      |   15 +-
 .../testCSV246_checkWithNoComment.txt}             |    5 +-
 .../commons/csv}/CSVFileParser/testCSV85.csv       |   16 +-
 .../csv}/CSVFileParser/testCSV85_default.txt       |    0
 .../csv}/CSVFileParser/testCSV85_ignoreEmpty.txt   |    0
 .../commons/csv}/CSVFileParser/test_default.txt    |    0
 .../csv}/CSVFileParser/test_default_comment.txt    |    0
 .../commons/csv}/CSVFileParser/test_rfc4180.txt    |    0
 .../csv}/CSVFileParser/test_rfc4180_trim.txt       |    0
 .../apache/commons/csv}/csv-167/sample1.csv        |    0
 .../resources/org/apache/commons/csv/empty.txt}    |    0
 .../apache/commons/csv}/perf/worldcitiespop.txt.gz |  Bin
 84 files changed, 5244 insertions(+), 2986 deletions(-)
 copy .travis.yml => .github/dependabot.yml (72%)
 create mode 100644 BENCHMARK.md
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 SECURITY.md
 create mode 100755 benchmark-prereq.sh
 delete mode 100644 src/main/java/org/apache/commons/csv/Assertions.java
 delete mode 100644 src/main/resources/findbugs/findbugs-exclude-filter.xml
 rename LICENSE-header.txt => 
src/site/resources/checkstyle/checkstyle-header.txt (100%)
 rename src/{main => site}/resources/checkstyle/checkstyle-suppressions.xml 
(98%)
 rename checkstyle.xml => src/site/resources/checkstyle/checkstyle.xml (89%)
 rename src/{main => site}/resources/pmd/pmd-ruleset.xml (93%)
 create mode 100644 src/site/resources/spotbugs/spotbugs-exclude-filter.xml
 delete mode 100644 src/test/java/org/apache/commons/csv/AssertionsTest.java
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv148Test.java
 copy src/test/java/org/apache/commons/csv/issues/{JiraCsv249Test.java => 
JiraCsv149Test.java} (51%)
 rename src/test/java/org/apache/commons/csv/issues/{JiraCsv164Test.java => 
JiraCsv154Test.java} (78%)
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv206Test.java
 copy src/test/java/org/apache/commons/csv/issues/{JiraCsv249Test.java => 
JiraCsv211Test.java} (52%)
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv253Test.java
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv263Test.java
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv265Test.java
 copy src/test/java/org/apache/commons/csv/issues/{JiraCsv249Test.java => 
JiraCsv271Test.java} (63%)
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv93Test.java
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSV-198/optd_por_public.csv (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSV-213/999751170.patch.csv (100%)
 rename src/test/resources/{ => org/apache/commons/csv}/CSV-248/csvRecord.bin 
(100%)
 create mode 100644 src/test/resources/org/apache/commons/csv/CSV-259/sample.txt
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/README.txt (100%)
 rename src/test/resources/{ => org/apache/commons/csv}/CSVFileParser/bom.csv 
(100%)
 rename src/test/resources/{ => org/apache/commons/csv}/CSVFileParser/test.csv 
(93%)
 copy src/test/resources/{CSVFileParser/testCSV85.csv => 
org/apache/commons/csv/CSVFileParser/testCSV246.csv} (70%)
 copy src/test/resources/{CSVFileParser/testCSV85_default.txt => 
org/apache/commons/csv/CSVFileParser/testCSV246_checkWithNoComment.txt} (60%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/testCSV85.csv (82%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/testCSV85_default.txt (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/testCSV85_ignoreEmpty.txt (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/test_default.txt (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/test_default_comment.txt (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/test_rfc4180.txt (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/CSVFileParser/test_rfc4180_trim.txt (100%)
 rename src/test/resources/{ => org/apache/commons/csv}/csv-167/sample1.csv 
(100%)
 copy src/{site/resources/profile.jacoco => 
test/resources/org/apache/commons/csv/empty.txt} (100%)
 rename src/test/resources/{ => 
org/apache/commons/csv}/perf/worldcitiespop.txt.gz (100%)

Reply via email to