-
In `ReflectionUtils`, the following method violates the new security model in JDK 17:
public static void setTraversalEngine(Control control, Object engine) {
try {
Class p…
ghost updated
3 years ago
-
Thank you for your excellent work with Luminus.
With the recent change in the Shadow CLJS settings in v4.10, there seems to be a slight bug in the classpath used by the Shadow CLJS compiler when ru…
-
**Issue**
When compiling [babashka](https://github.com/babashka/babashka) with the newest nightly 22 dev build, I get:
> org.graalvm.compiler.debug.GraalError: unimplemented: Only one node can con…
-
Hi all,
I am looking into aleph because I am writing a client for a TCP service. I have copy-pasted the example code for TCP (from aleph.examples 0.4.6) up to and including this line `(def c @(clie…
drgif updated
3 years ago
-
Including sample data.
Ideal for someone who wants to see what Waltz can do.
-
Issue in ./help/release-notes/sp-release-notes.md
Please update the uber jar version for 6.5. SP10 to 6.5.10 as 6.5.10.0 is not available as mentioned in release notes.
-
## Describe the bug
On quarkus CXF extension, we have an issue because CXF is compound of few library and they contain resource with the same name. So we need to merge them.
solution was to use th…
-
The current prototype already separates Calcite's dependent code from the core. However, it is not integrated with the build system anyhow. Final packaging should create `hazelcast-sql.jar` and place …
-
I’m using Expound in an AWS Lambda function to provide useful error messages when the invocation payload is invalid. This works when I test it locally using a vanilla JRE, but fails when running in AW…
-
I went to build a webdriver-based babashka app on my Windows machine but noticed that this pod only ships for macOS and Linux. Would be great to have a Windows binary if it isn't too much trouble to a…