- Update to v5.11.2 * Bug #258 - reverted junit scope back to the original settings. - Update to v5.11.1 * Support Request #127 - Updated common-beanutils to 1.11.0 * Bug #258 - Rolled back the changes for Bug #253 and reopened it until I can determine a way to get the converter instance without deregistering previously registered converters. - Update to v5.11 * Bug #257 - fix by Piotr for edge cases failures since 5.8. Thank you Piotr for the fix! I will revisit the use of regex at some point in the future as it was added to reduce garbage collection from string creation. * Added scripts to generate checksums and create a deploy tar file required by the updated Sonatype. - Update to v5.10 * Merge Request #36: Enhancement - add withType method to mapping strategy builders * Merge Request #33: + Replace java.text.SimpleDateFormat to org.apache.commons.lang3.time.DateFormatUtils.format to reduce instance creation + Add ResultSetHelper ability to CSVParserWriter when using CSVWriterBuilder + Configurable null default in ResultSetHelperService * Bug #251 - really feature request but updated dependencies not that a new version of commons-beanutils is out. OBS-URL: https://build.opensuse.org/request/show/1292321 OBS-URL: https://build.opensuse.org/package/show/Java:packages/opencsv?expand=0&rev=9
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
<services>
|
|
<service name="download_files" mode="localonly"/>
|
|
<service name="tar_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://git.code.sf.net/p/opencsv/source</param>
|
|
<param name="filename">opencsv</param>
|
|
<param name="revision">cbc9d6</param>
|
|
<param name="versionformat">5.11.2</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="recompress" mode="localonly">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|