Gleb Levitin
Gleb Levitin
This feature allows replacing all released -SNAPSHOT dependencies with the corresponding release versions. The feature is optional and can be activated with optional parameter: `true`
_Originally posted by @aleksandr-m in https://github.com/aleksandr-m/gitflow-maven-plugin/issues/23#issuecomment-253615136_ > Also it is relatively easy to add option to allow multiple release branches, but if support branch goal(s) will be added maybe it...
Imagine you have the following configuration and the associated properties: MyConfiguration.java ```java @Configuration @EnableConfigurationProperties(MyProperties.class) public class MyConfiguration { @Configuration @ConditionalOnProperty(value = "my.enabled", havingValue = "true") static class MyEnabledConfiguration { @Configuration...
In order to utilize modern libraries in combination with gauge, compiled only for Java 17, gauge-java needs to be compiled for Java 17 as well.
Resolving #18689
#### Bug Report Checklist - [x] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still exists? - [x] Have you searched for related issues/PRs? - [x] What's...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
The @import rule and global built-in functions are deprecated in Dart Sass 1.80.0 and will be removed in Dart Sass 3.0.0. These deprecations cause issues like conflicts, slow compilation, and...