André Rouél

Results 17 issues of André Rouél

In a previous job run, a corrupt Gradle distribution got cached. Subsequent job executions fail since they use the corrupt cache entry. ``` Could not unzip /home/runner/.gradle/wrapper/dists/gradle-7.2-all/260hg96vuh6ex27h9vo47iv4d/gradle-7.2-all.zip to /home/runner/.gradle/wrapper/dists/gradle-7.2-all/260hg96vuh6ex27h9vo47iv4d. Reason:...

enhancement

# Overview SNOW-XXXXX ## External contributors - please answer these questions before submitting a pull request. Thanks! Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub...

Playing with the most recent UAS data (version `20140825-1`) I mentioned issues when matching samples of user agent strings by **CFNetwork**. Some of them are not covered by the patterns...

enhancement
UAS data issue

If a regular expression is invalid and cannot be compiled by `java.util.regex.Pattern.compile(String, int)` the whole parsing process will be stopped. ``` 18:41:38 [main] WARN n.s.u.datareader.XmlDataReader - Illegal/unsupported escape sequence near...

enhancement

# What - Update Gradle to 7.5.1 - Update `net.minecrell.licenser` to a Gradle 7.x compatible version # Why - I have an ARM based system and had issues running with...

# What - Add `@JvmField` to `TypeName` constants # Why - Let the Kotlin compiler know that we want to expose constants like `TypeName.NUMBER` as a static field in the...

# What - Update Kotlin to 1.7.10 # Why - Benefit from bug fixes and improvements of a recent Kotlin version.

# What - Update JaCoCo to 0.8.7 # Why - Get the project running with OpenJDK 11.