Francisco A. Lozano
Francisco A. Lozano
in plain Java-OpenJDK (not android) I'm getting: ``` 12:18:06 Errors occurred while build effective model from /mnt/ebs/jenkins/.gradle/caches/modules-2/files-2.1/org.mariuszgromada.math/MathParser.org-mXparser/5.2.1/4a5ae2e93b23415b779e05547d28f2e066759547/MathParser.org-mXparser-5.2.1.pom: 12:18:06 'build.resources.resource.directory' is missing. in org.mariuszgromada.math:MathParser.org-mXparser:5.2.1 ``` dependency is defined as ```groovy api...
**Describe the issue** The issue is that netty-tcnative can not be effectively shaded, but it's being included in the shaded jar. ``` ./META-INF/native/libnetty_tcnative_linux_x86_64.so ./META-INF/native/libnetty_tcnative_osx_aarch_64.jnilib ./META-INF/native/netty_tcnative_windows_x86_64.dll ./META-INF/native/libnetty_tcnative_linux_aarch_64.so ./META-INF/native/libnetty_tcnative_osx_x86_64.jnilib ``` those `native/*`...
With latest version (0.17.5 as of this issue), when using docker-compose v2.18.1, everything works fine. When docker-compose is updated to 2.21.0 (thru docker-desktop), we are getting: ``` > Task :composeUp...
I'm building packages in a github action (and thus Linux). My build looks like this: build.gradle: ```groovy plugins { id 'java' id 'org.springframework.boot' version '3.2.1' id 'io.spring.dependency-management' version '1.1.4' id...
If using variables in some places with specific narrow validations (file sizes, boolean true/false values...), I get: ``` Multiple annotations found at this line: - cvc-pattern-valid: Value '${logback.debug.http.max-file-size}' is not...
**Jetty version(s)** 12.0.5 **Jetty Environment** EE10 **Java version/vendor** `(use: java -version)` 21.0.1 temurin **OS type/version** only reproduced a couple times in ubuntu-latest github actions. never reproduced in mac. **Description** I'm...
There are newer releases but they don't seem tagged (or at least the tags won't appear in [tags](https://github.com/osheroff/mysql-binlog-connector-java/tags)) It would be very useful to have them tagged in git repo.
``` CentOS,RedHat,Amazon: { require rvm::dependencies::centos } OracleLinux,RedHat: { require rvm::dependencies::oraclqelinux } ``` RedHat is duplicated in both, and that raises an error in geppetto
I have a wrapper for the cache layer that enforces a TTL on sets. Under some conditions which we haven't identified (Folsom 1.2.1, Oracle JDK1.8 in all cases, memcached 1.4.15...