spring-framework/gradle
Sam Brannen 5aa38833dd Fix XJC configuration to re-enable Eclipse IDE support
Our recent switch from the `org.unbroken-dome.xjc` plugin to the
`com.github.bjornvester.xjc` plugin resulted in errors when trying to
import Spring Framework projects into the Eclipse IDE.

This commit fixes those issues as follows.

- @wilkinsona revised the XJC configuration in `spring-oxm.gradle` to
  avoid the ConcurrentModificationException encountered when running
  `./gradlew eclipse`.

- I added a workaround in `ide.gradle` to manually remove lingering
  "main" classpath entries for sources generated by XJC.

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>

Closes gh-33264
2024-07-26 16:39:40 +03:00
..
wrapper Upgrade to Gradle 8.9 2024-07-14 11:21:52 +02:00
docs-dokka.gradle Fix Dokka links to Spring Framework and Servlet APIs 2024-05-12 12:29:52 +02:00
ide.gradle Fix XJC configuration to re-enable Eclipse IDE support 2024-07-26 16:39:40 +03:00
publications.gradle Update code-of-conduct email 2024-06-10 10:48:06 +01:00
spring-module.gradle Switch to Shadow plugin fork 2024-07-24 11:42:54 +02:00
toolchains.gradle Use Develocity Gradle plugin API to avoid deprecation warning 2024-05-24 15:41:58 +02:00