Skip to content
Success

Changes

Summary

  1. Use final release URL of Eclipse RAP + Platform (details)
  2. Update RAP Tools version to 3.26.0 (details)
  3. Create additional self-contained p2 repository (details)
  4. Update build configuration for RAP Tools 3.26.0 M1 (details)
  5. Update build configuration for RAP Tools 3.26.0 M2 (details)
  6. Update build configuration for RAP Tools 3.26.0 M3 (details)
  7. Remove not really provided osgi.extender;osgi.serviceloader capabilities (details)
  8. Switch to new Jakarta annotation API bundle in e4 template (details)
  9. Update build configuration for RAP Tools 3.26.0 RC1 (details)
  10. Update build configuration for RAP Tools 3.26.0 RC2 (details)
  11. Update target definition files to 3.26 RC2-prerelease (details)
Commit ca932f5c1bab3fa6da2ec817b2c14824890559e2 by Markus Knauer
Use final release URL of Eclipse RAP + Platform
The file was modified releng/org.eclipse.rap.tools.build/pom.xml (diff)
Commit 03b1181d1586e27d813676cfe5345ed5ab04559a by Ivan Furnadjiev
Update RAP Tools version to 3.26.0
The file was modified bundles/org.eclipse.rap.tools.templates/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.intro/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.launch.rwt.test/META-INF/MANIFEST.MF (diff)
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/pom.xml (diff)
The file was modified tests/org.eclipse.rap.tools.tests/META-INF/MANIFEST.MF (diff)
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)
The file was modified features/org.eclipse.rap.tools.feature/pom.xml (diff)
The file was modified pom.xml (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/pom.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.doc/META-INF/MANIFEST.MF (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 features/org.eclipse.rap.tools.feature/feature.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/pom.xml (diff)
The file was modified bundles/org.eclipse.rap.tools.launch/META-INF/MANIFEST.MF (diff)
Commit f5bf85faf603f1437773b2b4fd6f3907b35046da by Markus Knauer
Create additional self-contained p2 repository

This additional p2 repository is created during build time for each
build and can be used to develop RAP Tools in the IDE with the very same
target bundles like they are used in the regular build.
The file was addedreleng/org.eclipse.rap.tools.build/repository-selfcontained/category.xml
The file was addedreleng/org.eclipse.rap.tools.build/repository-selfcontained/pom.xml
The file was modified pom.xml (diff)
Commit cecf513cbe74a18d16105ddb45cad795a7cfee3b by Markus Knauer
Update build configuration for RAP Tools 3.26.0 M1

- Use Eclipse Platform 4.29 I20230705-1800
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 1d4e67ef4fb4df9fc8fa8b943d113f1560795e86 by Markus Knauer
Update build configuration for RAP Tools 3.26.0 M2

- Use Eclipse Platform 4.29 I20230726-1800
- Use restructured Eclipse Orbit 2023-09
  - Update bundle symbolic name javax.annotation to jakarta.annotation-api
The file was modified features/org.eclipse.rap.tools.feature/.forceQualifierUpdate (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 releng/org.eclipse.rap.tools.build/pom.xml (diff)
The file was modified tests/org.eclipse.rap.tools.tests/RAP Tools Tests.launch (diff)
Commit 30a7cba1603a8c5271a1c2ab935978e7321dc82b by Markus Knauer
Update build configuration for RAP Tools 3.26.0 M3

- Use Eclipse Platform 4.29 I20230817-0230
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 f1cb18b444a569ec898e9f24dc1ee5de55016648 by Markus Knauer
Remove not really provided osgi.extender;osgi.serviceloader capabilities

Instead rely on the Service Loader Mediator Implementation contained in
the Eclipse SDK/TLP repository.

The 'virtual' capabilities where introduced in commit
'''
Upgrade to Jetty 10.0.3
Commit-Id: f2d112052549bf03f73fe493f46a7cffde3405f0
Change-Id: I18898d403268a0b18a1d71f4b795e8e3802ecc7d
'''

and

'''
Work around p2 / OSGi capability requirements issues in Jetty
Commit-Id: 6aeaf418a5a0a17f9cc15599dde926e05adeb437
Change-Id: I26e7c5db00807fcc73eae4e4aff2fb0b6f56f4b9
'''

Also remove the only virtually provided capability
osgi.serviceloader;osgi.serviceloader="org.eclipse.jetty.webapp.Configuration",
which is provided by org.eclipse.jetty.webapp since version 10.0.6. Also
lift the lower bound of the requirement to it to simplify gathering all
dependencies.

Change-Id: I432edcd91edcb8c788b5bbb0b95ec94cca1c3a1a
The file was modified bundles/org.eclipse.rap.tools.launch.rwt/META-INF/MANIFEST.MF (diff)
The file was removedbundles/org.eclipse.rap.tools.launch.rwt/META-INF/services/osgi.serviceloader.registrar
The file was removedbundles/org.eclipse.rap.tools.launch.rwt/META-INF/services/osgi.serviceloader.processor
Commit cc97e5fb37000798e8f64ad78205c0268e823951 by Markus Knauer
Switch to new Jakarta annotation API bundle in e4 template

The e4 RAP project template uses the `javax.annotation` packages which
used to be provided by a bundle with the same bundle symbolic name. With
the new release the very same namespace has been renamed and is now
provided by a bundle `jakarta.annotation-api`.

Update the launch configuration, and the wizard that creates the
MANIFEST.MF file.

Also add and update missing bundles to all created launch
configurations.
The file was modified bundles/org.eclipse.rap.tools.templates/src/org/eclipse/rap/tools/templates/internal/rap/E4RAPWizard.java (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/basic_launch.template (diff)
Commit cc5037fd6a495c0c862bf7593c7e6acb973b08a1 by Markus Knauer
Update build configuration for RAP Tools 3.26.0 RC1

- Use Eclipse Platform 4.29 I20230824-0400
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 05b98c9458cd7d65a4785429ebdfc7aeb730cc1b by Markus Knauer
Update build configuration for RAP Tools 3.26.0 RC2

- Use Eclipse Platform 4.29 I20230903-1000
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 808f633baf2674a01d2e3afb9adf3cb564a9b815 by Markus Knauer
Update target definition files to 3.26 RC2-prerelease
The file was removedreleng/org.eclipse.rap.tools.build/targets/rap-3.25.target
The file was removedreleng/org.eclipse.rap.tools.build/targets/rap-3.25-e4.target
The file was addedreleng/org.eclipse.rap.tools.build/targets/rap-3.26.target
The file was addedreleng/org.eclipse.rap.tools.build/targets/rap-3.26-e4.target