Markus Spann

Results 10 issues of Markus Spann

Hi, I've added a specialized abbreviator named `DynamicWordAbbreviator` to address the specific requirement of this feature request. Javadoc added and JUnit test updated to cover the new feature.

This pull request enhances jdbi to allow `CharSequence` rather than `String` when passing sql statements to the library e.g. `public Query(Handle handle, String sql)` becomes `public Query(Handle handle, CharSequence sql)`...

This pull request offers a fix for bug [SUREFIRE-2109]. Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SUREFIRE)...

bug

I have come across a number of Swift ISO 15022 codes for which no constants exist in the `com.prowidesoftware.swift.SchemeConstants*` classes. I assume my list is far from complete. These codes...

enhancement

- CSVFormat.duplicateHeaderMode requires default DISALLOW for backward compatibility - The field does not allow null values - Deserialization of version 1.9.0 CSVFormat objects now set duplicateHeaderMode based on the previous...

This pull request solves ticket [CSV-303](https://issues.apache.org/jira/browse/CSV-303) by adding `org.revapi:revapi-maven-plugin` to the build section of the library's maven POM. Please note that config file `revapi-config.json` is added to exclude `CSVFormat.serialVersionUID` from...

Hi, this is a tiny PR that addresses a potentially severe issue: https://www.cvedetails.com/cve-details.php?t=1&cve_id=CVE-2022-42889 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there...

`sortpom` automatically formats and structures the project's POMs. This ensures harmonized, more readable POM layouts. I've configured it to as closely as possible resemble the existing layouts.

Small patch to fix three failing unit tests by a) explicitly setting Locale to US in two tests and b) removing an explicit timezone in one test. I work under...

Hi @hgschmie, I'd be nice to have PMD 7 in your upcoming basepom release (currently 6.55.0). Suggested new version values for following Maven properties: ``` 7.2.0 3.23.0 ``` Thanks Markus