Francisco Mateo
Francisco Mateo
I'm not able to comment on https://github.com/gradle/build-tool-roadmap/issues/86, but please consider another scenario @lkasso: System Administrator.
The issue _"Timeout waiting to lock journal cache"_ has surfaced again for my company. We use Netskope and that team is currently working through how to resolve it. These two...
You're right, there are two things here. For this issue, I'll focus just on the interface part. The other part is https://github.com/spring-projects/spring-ws/issues/1511 So for this issue, it would be nice...
> We're contract first so how would `a` and `b` translates to a `Add` request object? I think by supporting the various annotations provided by Jakarta, contract first can be...
At least for mine, use case is consuming legacy SOAP/Web services from a modern (REST) API through a declarative manner. Currently, we use Apache CXF to orchestrate everything. Since our...
I would say keep it explicit since cannot along with contractions such as can't, isn't, it's, and aren't may or may not be easily understood by non-native English speakers.
Oh! I did not know that was possible. Thanks @ajiho !
Changing course (again), plan is to continue to use Asciidoctor primarily because it provides a means to export documentation for offline usages which is important for countries where Internet access...
A resolution rule for Gradle I think, there are many listed on [Using Resolution Rules](https://docs.gradle.org/current/userguide/resolution_rules.html). Could outright replace it for users with [Module Replacement](https://docs.gradle.org/current/userguide/resolution_rules.html#sec:module-replacement): ```kotlin dependencies { modules { module("org.springframework.boot:spring-boot-starter-web")...