Skip to content

Changes

Summary

  1. Bytecode jsr14 is not supported for long time by compilers (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.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/META-INF/MANIFEST.MF
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.ds.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