Piotr Kubowicz

Results 29 issues of Piotr Kubowicz

See https://github.com/spring-projects/spring-boot/issues/32881

1. [org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec](https://mvnrepository.com/artifact/org.jboss.spec.javax.transaction/jboss-transaction-api_1.1_spec/1.0.1.Final) 2. [org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec](https://mvnrepository.com/artifact/org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final) 3. [org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec](https://mvnrepository.com/artifact/org.jboss.spec.javax.transaction/jboss-transaction-api_1.3_spec/2.0.0.Final) all package `javax.transaction` package inside.

spring-jcl is not treated equally: it is detected as causing the conflict: ``` > Module 'commons-logging:commons-logging' has been rejected: Cannot select module with conflict on capability 'org.gradlex:commons-logging-impl:1.0' also provided by...

a:enhancement
in:logging

**Describe the bug** Tasks created by this plugin are not compatible with Gradle configuration cache. **To Reproduce** Steps to reproduce the behavior: 1. Execute `gradle --configuration-cache semverLatest` Build fails with:...

Merge commits don't have any changes, there is no sense in processing them. In most projects, commits aren't added directly to the main branch, but are merged instead. But tests...

Execute `gradle --configuration-cache generateLock`: ``` > Task :generateLock FAILED 397 problems were found storing the configuration cache, 3 of which seem unique. - Task `:generateLock` of type `nebula.plugin.dependencylock.tasks.GenerateLockTask`: execution of...

It's _very inconvenient_ to use extensions having Closure in their API: https://docs.gradle.org/current/userguide/kotlin_dsl.html#groovy_closures_from_kotlin `DependencyLockExtension#setDependencyFilter` should use Action instead of Closure.

```plain gradle update > Task :update FAILED FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':update'. >...

internalKtlintGitFilter is part of the cache key, and it changes with every commit, so getting a cache hit is extremely unlikely. If you execute the commit hook (in the form...