sergeykad
sergeykad
## What happened? `CheckExplicitSourceCompatibilityTask` does not support [Gradle configuration caching](https://blog.gradle.org/introducing-configuration-caching). The following is printed if Gradle executed with `org.gradle.unsafe.configuration-cache=true`: > - Task `:my-module:checkExplicitSourceCompatibility` of type `com.palantir.baseline.tasks.CheckExplicitSourceCompatibilityTask`: invocation of 'Task.project' at...
## What happened? Test results are never fetched from Gradle build cache if the plugin is used. This behavior is unexpected and not documented. Gradle reports the following `Non-cacheable because...
## What happened? I executed `./gradlew compileJava compileTestJava -PrefasterApply -PerrorProneApply` as instructed and got a number of "Refactoring changes were successfully applied to file:///someFile.java, please check the refactored code and...
Running build with Gradle [configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) enabled ( `--configuration-cache`) results in the following messages: ``` * What went wrong: Configuration cache problems found in this build. 7 problems were found...
### Expected behavior `container-diff diff docker.server.com:5000/my/image:tag1 docker.server.com:5000/my/image:tag1` compares the two specified images ### Actual behavior The following error is printed: `http: server gave HTTP response to HTTPS client` ### Information...
**Describe the bug** The documentation suggests using the deprecated `WebSecurityConfigurerAdapter` class for Kerberos integration. **To Reproduce** See the following links: https://docs.spring.io/spring-security-kerberos/docs/current/reference/html/ssk-spnego.html https://docs.spring.io/spring-security-kerberos/docs/current/reference/htmlsingle/ **Expected behavior** There will be Kerberos integration examples...
Partially fixes https://github.com/google/error-prone/issues/2881
Partially fixes https://github.com/google/error-prone/issues/2881
The problem observed with error-prone 2.10.0 The problem is reported for methods with well-known annotations like `org.junit.jupiter.api.BeforeEach`, `javax.validation.constraints.AssertTrue` and `com.fasterxml.jackson.annotation.JsonProperty` The reported methods are indeed not used directly by our...
### Expected behavior The plugin works correctly regardless of the used dependency notation or at least returns a clear error message. ### Actual behavior Using the following format causes incorrect...