Alexander Veit
Alexander Veit
`SVN Cleanup` may happen to fail, e.g. due to file locks like ``` Problem running log svn: Failed to run the WC DB work queue associated with 'D:\...', work item...
Some city names show character encoding errors. E.g. ```R library(rgeolocate) maxmind("94.79.163.0", "geoip/GeoLite2-City.mmdb", "city_name") ``` gives output `Düsseldorf` in RStudio's console as well as in displayed data frames. As far as...
**Describe the bug** Writing `MimeMessage#writeTo(OutputStream)` to an unbuffered instead of a buffered output stream leads to extreme performance degradation by factors greater that 100. **To Reproduce** Steps to reproduce the...
### Module Core ### Proposal Currently there seems to be no way to pass the `--init` option to container runs through `GenericContainer`. Passing `--init` can considerably reduce the overall runtime...
### Module Core ### Testcontainers version 1.19.5 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86_64 ### Docker version ```shell Podman 4.3.1 ``` ###...
`java-rdfa` has not seen a new release since 11 years. It has outdated dependencies that make it difficult to incorporate the library in projects due to version conflicts. Additionally there...
Due to an upgrade of Apache ActiveMQ we were forced to have `jakarta.jms-api` 3.1.0 side-by-side with 2.0.3. However, builds with Gradle end up with the 2.0.3 JAR missing. This is...
Currently the file open dialogs filter for `.h5`, `.hdf4`, `.hdf`, `.h4`, `.he5`, `.he2`, `.hdf5`. It would be nice if `.nc` and `.cdf` could be added to support Network Common Data...
java.io.IOException: invalid constant type: 18 at javassist.bytecode.ConstPool.readOne(ConstPool.java:1090) at javassist.bytecode.ConstPool.read(ConstPool.java:1033) at javassist.bytecode.ConstPool.(ConstPool.java:149) at javassist.bytecode.ClassFile.read(ClassFile.java:764) at javassist.bytecode.ClassFile.(ClassFile.java:108) at javassist.CtClassType.(CtClassType.java:94) at javassist.ClassPool.makeClass(ClassPool.java:717) at javassist.ClassPool.makeClass(ClassPool.java:695) at org.jboss.tattletale.analyzers.AbstractScanner.scanClasses(AbstractScanner.java:179) at org.jboss.tattletale.analyzers.JarScanner.scan(JarScanner.java:106) at org.jboss.tattletale.Main.execute(Main.java:612) at org.jboss.tattletale.Main.main(Main.java:1099) This...
After update to 20240325.1 there occur exceptions `ClassNotFoundException: org.owasp.shim.Java8Shim`. I could not find documentation about which additional libraries have to be included on which Java platform such that things work...