Peter Palaga

Results 249 comments of Peter Palaga

@ncjones you might be interested in looking at ec4j [1] (a new .editorconfig Java parser) that was just released to central [2] [1] https://github.com/ec4j/ec4j [2] http://central.maven.org/maven2/org/ec4j/core/ec4j-core/

@geoand https://github.com/quarkusio/quarkus-platform/pull/69 might help

So cross-platform seems to be rather impossible. Is there at least any hope for cross-arch compilation, like osx@amd64 -> osx@aarch64?

Citing @christianwimmer from https://github.com/oracle/graal/issues/3491#issuecomment-865352456 : > We have the plan to make --allow-incomplete-classpath the default, and instead provide an option to enforce a "complete" classpath per library / package. [...]...

I do not know all the necessary details about arangodb-java-driver, but from what you say it sounds like moving the code requiring those deps to new artifacts (maven modules) could...

> We will implement this change in the next major release. Thanks a lot, that sounds like a good plan to me!

There are some templates under sample-app: https://github.com/openshift/origin/tree/master/examples/sample-app I am not sure if any of those would suit to be linked from apps.md.

@jamesnetherton FYI, I am adding IOTA JVM-only extension via https://github.com/apache/camel-quarkus/pull/1657

> ref and bean URI will generate xslt templates dynamically at runtime. So I think it could not be supported in native mode. Yeah, those cases are harder, but still...