Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Mar 2020 16:36:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244634] java/openjdk8: Incorrect VM vendor advertised
Message-ID:  <bug-244634-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244634

            Bug ID: 244634
           Summary: java/openjdk8: Incorrect VM vendor advertised
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: java@FreeBSD.org
          Reporter: michael.osipov@siemens.com
          Assignee: java@FreeBSD.org
             Flags: maintainer-feedback?(java@FreeBSD.org)

Created attachment 212193
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212193&action=
=3Dedit
Patch against /usr/ports

The current version advertises:

> java.vm.vendor=3DOracle Corporation
> java.vendor.url=3Dhttp://java.oracle.com/
> java.vendor=3DOracle Corporation
> java.vendor.url.bug=3Dhttp://bugreport.sun.com/bugreport/

But this OpenJDK distribution is not from Oracle, its it from the
FreeBSD-derived AdoptOpenJDK distribution.

As a comparison, this is what Azul Zulu prints:

> java.vm.vendor=3DAzul Systems, Inc.
> java.vendor.url=3Dhttp://www.azulsystems.com/
> java.vendor=3DAzul Systems, Inc.
> java.vendor.url.bug=3Dhttp://www.azulsystems.com/support/

Attached is a patch which advertises that this OpenJDK distro comes from the
Free BSD Project.

The same can be applied to all other OpenJDK ports.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244634-7788>