Filipe Sousa
Filipe Sousa
When I execute the command twice I get an exception with gradle 7.5.1. Works with 7.5. The attached project was generated using gradle init The first time works ```sh $...
```sh java \ -jar core/target/google-java-format-HEAD-SNAPSHOT-all-deps.jar \ -i \helidon/microprofile/metrics/src/main/java/io/helidon/microprofile/metrics/MetricsCdiExtension.java ``` n/microprofile/metrics/src/main/java/io/helidon/microprofile/metrics/MetricsCdiExtension.java /Users/fsousa/Projects/code/helidon/microprofile/metrics/src/main/java/io/helidon/microprofile/metrics/MetricsCdiExtension.java:error: Something has gone terribly wrong. Please file a bug: https://github.com/google/google-java-format/issues/new #### actual ```java === Actual: === package io.helidon.microprofile.metrics; import...
Hello. If I'm not mistaken, all plugins and the Intellij store the settings in Library/Preferences/IntelliJIdea2017.3. Is there any known reason to be stored in Library/Application Support/IntelliJIdea2017.3/custom-postfix-templates/templates? Is it possible to...
When I'm using dev mode with an annotation processor (dagger). The dev mode does not detect changes in the generated code, only detects the changes in my code. I have...
There is support for DevMode but not CodeSever.
Hi, Can you add REFERENCES to grant ```sql GRANT REFERENCES ON FOO_TABLE TO SCHEMA ``` Reference: http://www.techonthenet.com/oracle/grant_revoke.php ┆Issue is synchronized with this [Jira Bug](https://datical.atlassian.net/browse/LB-508) by [Unito](https://www.unito.io/learn-more)
### Feature description The plugin does not support `application.applicationDefaultJvmArgs` I'm using `id("io.micronaut.application") version "3.7.10"` with gradle 8.2
I was testing stork and I did a few deploys to a server. Is there a way to uninstall all or some specific versions?
Sometimes after the new deploy, we find out that new version has a nasty bug and we need to downgrade to the previous version. I'd love to have the option...
Domino rest should not generate code for `@GwtIncompatible`, so I can exclude `jaxrs-super` and use `jakarta.ws.rs:jakarta.ws.rs-api` that contains `javax.ws.rs.core.Response` ``` groovy implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6' compileOnly('org.dominokit:domino-rest-gwt:1.0-rc.4-SNAPSHOT') { exclude group: 'org.dominokit', module: 'jaxrs-super'...