Skip to content

cosbench-http build fails after Java-11 #412

@thatsdone

Description

@thatsdone

DESCRIPTION

cosbench-http build fails saying the following symbol cannot be found.

import org.omg.CORBA.PUBLIC_MEMBER;

https://github.com/intel-cloud/cosbench/blob/master/dev/cosbench-http/src/com/intel/cosbench/client/http/HttpClientUtil.java#L51

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions