Alex Boyko
Alex Boyko
This is a great question :-) I admit i've been thinking about it. I did try to replicate this use case as a test in **rewrite-maven** and then fix it...
@timtebeek I have figured it out finally. Aa part of the upgrade to the latest 2.7.x (2.7.18) the Java 8 -> Java 11 upgrade is performed. This will attempt to...
JTA-Bitronix deprecation to be looked at in #168 Prefer using AssertJ assertThat: #169 `org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration` is a similar case - the whole lib is deprecated thus I'd leave usages of API...
I suppose the doc is a bit outdated. It's "IDE Extensions" button. (vertical toolbar on the right... bottom button)
Did you have Gradle Tasks view opened? Did you use Quick Tasks Launcher or “Gradle Build” external tools launch config wizard? Try closing Gradle Tasks view and not using the...
I have tried Spring-XD code base: https://github.com/spring-projects/spring-xd with STS 3.6.3 (Gradle 3.6.3) and STS 3.6.0 (Gradle 3.6.0). I didn't notice a slow down (at least significant one) when Gradle Tasks...
Hmm... that worked just fine for me... Check if the Gradle eclipse integration plugins in your Plug-in Registry view are these: org.springsource.ide.eclipse.gradle.core (3.6.2.201410090835-RELEASE) org.springsource.ide.eclipse.gradle.toolingapi (3.6.2.201410090835-RELEASE) org.springsource.ide.eclipse.gradle.ui (3.6.2.201410090835-RELEASE) org.springsource.ide.eclipse.gradle.ui.taskview (3.6.2.201410090835-RELEASE) and...
When you import the Gradle project into Eclipse, I assume you follow the import wizard, select Gradle Project and then find the folder on your file system where the Collections...
We do get some issues on Gradle that occurred after upgrading Eclipse and Gradle eclipse plugin, but couldn’t pinpoint what exactly is going wrong… Every time it’s something different and...