Max Rydahl Andersen

Results 748 comments of Max Rydahl Andersen

okey - it just means the ap-loader in maven central can't be used as agent and that the github jar says SNAPSHOT in them. Thus for the jbang-catalog discussed in...

Javaagent only allows one jar. And yes, could add to classpath it pollutes the applications classpath. Second best option is boot classpath but that is a non-public openjdk feature. So...

this occurs by just adding `org.apache.camel.quarkus:camel-quarkus-grpc` - thus something in that is causing it.

as documented on https://quarkus.io/usage/ it needs to be system property. It is not a quarkus application property as its needed before quarkus is in any way involved.

on the command line not honoring are you typing 'n' and press enter before it continues?

ok, probably question for @brunobat - are you simply opening the main class and run it using intellij via Run or some other mechanism?

could this be used for case where today `@Inject StatelessSession ss` still require users to have `@Entity` on some bean first even though a user of statlesssession does not require...

since 3.9.x we moved to have dynamic index.html in devmode (which is served by dev-ui) - see https://github.com/quarkusio/quarkus/pull/37680 you can still add and have a index.html as usual and it...