-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
DESCRIPTION
cosbench-http
build fails saying the following symbol cannot be found.
import org.omg.CORBA.PUBLIC_MEMBER;
REPRODUCE PROCEDURE
I built master branch of cosbench using the following environment.
- OS Distro
- Windows10
- Eclipse
- 2021-06 (eclipse-committers-2021-06-R-win32-x86_64.zip)
- Java
- Java-17
ANALYSYS and SUGGESTED RESOLUTION
Firstly, CORBAR modules were removed at Java-11, and 'org.omg.*' is a part of CORBA.
- https://openjdk.java.net/jeps/320
- https://www.oracle.com/java/technologies/javase/11-relnote-issues.html
- https://githubmemory.com/repo/jppf-grid/JPPF/issues/7
Secondaly, the symbol is not referenced at all in cosbench-http.
So, I think the line importing org.omg.CORBA.PUBLIC_MEMBER
can be simply removed.
Metadata
Metadata
Assignees
Labels
No labels