Samael
Samael
Nothing has changed in GCC, 14.2.0 still lacks `etc/c/sqlite3.d`. It's likely that this will always be the case so any code that relies on sqlite will have to be modified....
Just checked sentry to see if there's any recent reports for this. We have x4 reports of it. The latest being for v1.37 from IDEA CE 2025.1.3 ``` java.lang.StackOverflowError: null...
It looks like this change has been done in the https://github.com/apache/xerces-j repository. There's two repos for xerces, see https://issues.apache.org/jira/browse/XERCESJ-1766
I'm using wiremock 3.13.1 and just encountered this issue. Seems the code is still using the old methods. eg: https://github.com/wiremock/wiremock/blob/1210d3898b957990c46101b790908e87fcd1c9ef/wiremock-common/src/main/java/com/github/tomakehurst/wiremock/http/ssl/CertificateAuthority.java#L94-L99
> For me this is also occurring with JDK 17 and wiremock-standalone. As a workaround I was able to make it work by adding exports to surefire.... That's something else,...
I think I've just hit this same issue: ``` bash $ dub test Could not resolve configuration for package consoled ``` The consoled package is here: https://github.com/robik/ConsoleD
When testing locally I've manually played around with run configurations to get this working so having the plugin set things up properly for the user would be really good.
Perhaps this is about enabling & disabling the dcd client
@tunguski please publish another release that can be used with Java 11.
I have been able to define an interface that returns a generated type based on Avro schema using gradle plugin. They key was to make sure the tasks are all...