Skip to content

Changes

Summary

  1. Bytecode jsr14 is not supported for long time by compilers (details)
  2. Fixed versions for bundles modified from gerrit (details)
Commit 05d4864c9747e1d5543f352a541c7bb105ebb4e1 by Alexander Kurtakov
Bytecode jsr14 is not supported for long time by compilers

Fixes compile errors like:
Syntax error, parameterized types are only available if source level is
1.5 or greater
[ERROR] /home/jenkins/agent/workspace/ecf-tycho.gerrit/TARGET_PLATFORM/2021-09/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/src/org/eclipse/ecf/examples/remoteservices/hello/IHelloAsync.java:[37]
[ERROR] public Future<String> helloMessageAsync(HelloMessage message);
[ERROR]               ^^^^^^
[ERROR] Syntax error, parameterized types are only available if source
level is 1.5 or greater
[ERROR] 4 problems (4 errors)

Change-Id: I9a3794c3bcfd13fc640ff160ff6e7e164947b984
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/.settings/org.eclipse.jdt.core.prefs
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/.settings/org.eclipse.jdt.core.prefs
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/META-INF/MANIFEST.MF
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/META-INF/MANIFEST.MF
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/build.properties
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/.settings/org.eclipse.jdt.core.prefs
Commit 1c0eee0ac94a6e545bb39139f38970a2cce99fc8 by Scott Lewis
Fixed versions for bundles modified from gerrit

Change-Id: I1233bb46a7f8c2a6334b52eac569b00fe5416114
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
The file was modified examples/bundles/org.eclipse.ecf.example.clients/pom.xml
The file was modified examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/META-INF/MANIFEST.MF
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
The file was modified examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF