Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Errors when running 2018-12 RC2 on Java 11

Hi all (especially the Planning Council, Mylyn and Code Recommenders PMCs),

Please do whatever has to be done to provide the best experience to our users.

Currently (2018-12 RC2), when one of the following Eclipse IDE package is run on Java 11 the "Report Bug or Enhancement" and the "Task Search" features are broken and 82 lines are added to the log each time the IDE is started:
- Eclipse IDE for Java Developers
- Eclipse IDE for Eclipse Committers
- Eclipse IDE for JavaScript and Web Developers
- ... (probably more IDE packages whithout the "javax.xml.bind" plugin)

Not affected are the C/C++, PHP, Rust and Jave EE packages containing "javax.xml.bind" via a different dependency than the Mylyn Bugzilla connector.

The Java 11 removals can be fixed easily:
1. In "META-INF/MANIFEST.MF" add the package that has been removed in Java 11 to "Import-Package: ...", e. g. "javax.xml.bind" or "javax.annotation" 2. Add the bundle from Eclipse Orbit to the target platform, e. g. <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>

Also due to this problem Code Recommenders (content assist, RSS news feed, etc.) has been removed in RC2.

I hope there will be an RC3 soon that addresses this issue as it affects many users.

Thanks,

Holger


Am 16.12.2018 um 02:40 schrieb Wayne Beaton:
Eclipse Code Recommenders has dropped out.

If you're hoping that we'll put Eclipse Code Recommenders back in the simultaneous release, then we're going to need the project team to engage with their PMC and the Planning Council to approve adding it back.

Wayne


On Sat, Dec 15, 2018, 16:55 Holger Voormann <eclipse@xxxxxxxxxxx <mailto:eclipse@xxxxxxxxxxx> wrote:

    Hi Andreas,

    With this change Code Recommenders (the content assist) runs on Java 11
    (at least on my computer). Unfortunately, I failed to upload a new
    patch
    set to your Gerrit change <https://git.eclipse.org/r/#/c/133882/>.
    Instead I created Gerrit change with with an incomplete patch set by
    mistake: <https://git.eclipse.org/r/#/c/134100/>.

    I don't know how to track IP for an Orbit bundle that is already
    used in
    another project and already approved via IPZilla.

    I hope someone can take it over here, as I'm not a committer on any of
    these projects.

    Thanks,

    Holger


    Am 15.12.2018 um 21:23 schrieb Andreas Sewe:
     > Holger Voormann wrote:
     >> Eclipse Code Recommenders and the RSS News feature were removed in
     >> RC2
     >> [5] (which IMHO is a big loss) also use the javax.xml.bind package
     >> (e.
     >> g. here [6] without 'Import-Package: javax.xml.bind' [7]).
     >
     > FYI, the Code Recommenders RSS News feature (not the rest of Code
     > Recommenders) uses the feed reader from Mylyn Commons, so if the bug
     > could be fixed upstream (i.e., in Mylyn) like you outlined, the News
     > Feed could be contributed again.
     >
     > Best wishes,
     >
     > Andreas
     > _______________________________________________
     > cross-project-issues-dev mailing list
     > cross-project-issues-dev@xxxxxxxxxxx
    <mailto:cross-project-issues-dev@xxxxxxxxxxx>
     > To change your delivery options, retrieve your password, or
    unsubscribe from this list, visit
     > https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
     >

    _______________________________________________
    cross-project-issues-dev mailing list
    cross-project-issues-dev@xxxxxxxxxxx
    <mailto:cross-project-issues-dev@xxxxxxxxxxx>
    To change your delivery options, retrieve your password, or
    unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top