bcluap

Results 6 issues of bcluap

This is a fix for https://github.com/aleksandr-m/gitflow-maven-plugin/issues/238 Also note this is not just new functionality. This also fixes a bug where the feature version was not being correctly handled if skipTestProject=true

First off, thanks so much for a great tool! One challenge I am having is with merge conflicts on all POM files in a project (multi module) when I follow...

Virtual threads pin to carrier threads when a synchronized block has blocking code in it. We've come across 2 major occurrences of this so far. Using explicit locks is the...

Is it possible to use this plugin to remove all annotations of a certain type off all the generated classes. E.g. I want to ensure the generated source does not...

A flame graph of a load test pointed out a lot of CPU cycles on these String.formats. JMH shows that String.format is 40X slower than a plain concat of the...

**Please describe the problem you are trying to solve** Hazelcast spawns a large number of threads and in fact is the predominant thread creator in our microservices that use it....

Type: Enhancement