Ian Stewart
Ian Stewart
Linked issues show it fixed in https://github.com/vert-x3/vertx-web/pull/2405 which is part of vertx 5.x I have not tested with vertx 5 yet.
Any update on this? axion-release-plugin is currently blocking us from enabling configuration cache.
I'm able to consistently reproduce the configuration cache problem by stopping the gradle daemon beforehand: ```shell ./gradlew --stop && ./gradlew currentVersion ``` The issue appears to stem from JGit attempting...
We were able to resolve this using profiles as mentioned above. However there is still one case where the execution profile is not always used. When you create a new...
As of 2.5.0_v4 the execution profile can now be configured via spring: https://github.com/patka/cassandra-migration/blob/master_v4/cassandra-migration-spring-boot-starter/src/main/java/org/cognitor/cassandra/migration/spring/CassandraMigrationConfigurationProperties.java#L128-L144
I was able to achieve similar functionality by using another action to create the PR and using this action only for syncing the files to a consistent branch. In the...
> Hello @asfo @ikstewa, > I have corrected the NodeJS version in my newly published fork of this action: > > https://github.com/reediculous456/ms-teams-deploy-card Thanks! We already switched to this fork: https://github.com/patrickc91/ms-teams-deploy-card/releases
The issue is that you have to specify the env file in all subprojects. So if you want to use say `./env/.env.staging` from a sub-project named `sub`, the build will...