Skip to content
Success

Changes

Summary

  1. Update RAP Tools version to 3.25.0 (details)
  2. Update build configuration for RAP Tools 3.25.0 M1 (details)
  3. Upgrade to Eclipse Tycho 3.0.4 (details)
  4. Bulk change of all bundles to Java 17 (details)
  5. Update launch configuration templates to use Java 17 (details)
  6. Update build configuration for RAP Tools 3.25.0 M2 (details)
  7. Update build configuration for RAP Tools 3.25.0 M3 (details)
  8. Update build configuration for RAP Tools 3.25.0 RC1 (details)
  9. Update target definition files to 3.25 RC1 (details)
Commit 9da7394188d592d9cf3f45c8cd3313c43cdf7217 by Ivan Furnadjiev
Update RAP Tools version to 3.25.0
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.doc/pom.xml (diff)
The file was modified features/org.eclipse.rap.tools.feature/pom.xml (diff)
The file was modified features/org.eclipse.rap.tools.feature/feature.xml (diff)
The file was modified tests/org.eclipse.rap.tools.launch.rwt.test/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.intro/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.rap.tools.build/repository/pom.xml (diff)
The file was modified tests/org.eclipse.rap.tools.tests/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.doc/META-INF/MANIFEST.MF (diff)
The file was modified pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/pom.xml (diff)
The file was modified tests/org.eclipse.rap.tools.launch.rwt.test/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.intro/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.rap.tools.build/repository/category.xml (diff)
The file was modified tests/org.eclipse.rap.tools.tests/META-INF/MANIFEST.MF (diff)
Commit 636ebacb252d5131e693640ed316dffa9cf39fde by Markus Knauer
Update build configuration for RAP Tools 3.25.0 M1

- Use Eclipse Platform 4.28 I20230405-1800 (M1)
- Use Eclipse Jetty 10.0.14
- Use Eclipse Orbit 2023-06
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
The file was modified features/org.eclipse.rap.tools.feature/.forceQualifierUpdate (diff)
Commit 122d7f1ddd40cf2f301b143766e5df45acd4824d by Markus Knauer
Upgrade to Eclipse Tycho 3.0.4

The old Tycho version 2.7.5 had to be replaced with the latest Tycho
version 3.0.4 to fulfill Java 17 requirements of third party
dependencies in the Eclipse Platform.

Following the migration guide at [1] this includes removal of the pack
200 post-processing, migration of the Git timestamp provider, and
setting the archive format for Linux back to ZIP.

Also update the Eclipse version and its runtime arguments that are used
for dynamically creating the HTML documentation at runtime of the build.

[1] https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.4/RELEASE_NOTES.md#migration-guide-2x---3x
The file was modified bundles/org.eclipse.rap.doc/pom.xml (diff)
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
Commit 4517c0e3d4bd275ebbc1195f96ddf3aaf8b8fb49 by Markus Knauer
Bulk change of all bundles to Java 17

Update all bundles (manifest, classpath, pom) from Java 11 to use Java
17.
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/build.properties (diff)
The file was modified bundles/org.eclipse.rap.tools.intro/.classpath (diff)
The file was modified bundles/org.eclipse.rap.tools.intro/build.properties (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/.classpath (diff)
The file was modified bundles/org.eclipse.rap.doc/pom.xml (diff)
The file was modified tests/org.eclipse.rap.tools.launch.rwt.test/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/build.properties (diff)
The file was modified tests/org.eclipse.rap.tools.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.rap.tools.tests/build.properties (diff)
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/.classpath (diff)
The file was modified tests/org.eclipse.rap.tools.tests/.classpath (diff)
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.rap.tools.launch.rwt.test/build.properties (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/.classpath (diff)
The file was modified bundles/org.eclipse.rap.tools.intro/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.rap.tools.launch.rwt.test/.classpath (diff)
Commit 480c38bef4120a66b44a1e3309b1e71c196ae9f9 by Markus Knauer
Update launch configuration templates to use Java 17
The file was modified bundles/org.eclipse.rap.tools.templates/src/org/eclipse/rap/tools/templates/internal/rap/basic_launch.template (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/src/org/eclipse/rap/tools/templates/internal/rap/e4_launch.template (diff)
The file was modified bundles/org.eclipse.rap.tools.templates/src/org/eclipse/rap/tools/templates/internal/rap/workbench_launch.template (diff)
Commit d63d357317b4b49c3f9ea21ce3e4edef5d3a3a5b by Markus Knauer
Update build configuration for RAP Tools 3.25.0 M2

- Use Eclipse Platform 4.28 I20230426-1800 (M2)
- Use Eclipse Jetty 10.0.15
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
The file was modified features/org.eclipse.rap.tools.feature/.forceQualifierUpdate (diff)
Commit 0b333aad9fdc631c9fdaefd3ae624eab595a0789 by Markus Knauer
Update build configuration for RAP Tools 3.25.0 M3

- Use Eclipse Platform 4.28 I20230517-1800 (M3)
The file was modified features/org.eclipse.rap.tools.feature/.forceQualifierUpdate (diff)
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
Commit fe8a1f96c1a904251d6be09dbd6fd874570bab2a by Markus Knauer
Update build configuration for RAP Tools 3.25.0 RC1

- Use Eclipse Platform 4.28 I20230525-0350 (RC1)
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
The file was modified features/org.eclipse.rap.tools.feature/.forceQualifierUpdate (diff)
Commit 58ac3080767e3c8ea78a0c28753ded477a195b8f by Markus Knauer
Update target definition files to 3.25 RC1
The file was removedreleng/org.eclipse.rap.tools.build/targets/rap-3.24.target
The file was removedreleng/org.eclipse.rap.tools.build/targets/rap-3.24-e4.target
The file was addedreleng/org.eclipse.rap.tools.build/targets/rap-3.25.target
The file was addedreleng/org.eclipse.rap.tools.build/targets/rap-3.25-e4.target