Why is Eclipse Juno 4.2 running “JPA Java Change Event Handler” processes?

前端 未结 6 1694
忘了有多久
忘了有多久 2021-02-03 16:58

I have just upgraded to Eclipse Juno 4.2. I have a completely clean new workspace, but have imported projects that have previously been used in Eclipse 3.7 and therefore have so

6条回答
  •  天涯浪人
    2021-02-03 17:26

    Unfortunately, the JPA java completion proposals extension point is incorrectly forcing o.e.jpt.jpa.core plug-in activation. Once our plug-in is activated we start listening for java events and facet events, whether JPA faceted or not. In Juno these background threads were converted to the Eclipse Jobs framework. In Helios you would not have seen them in the Progress View, but the same problem existed.

    Thanks for entering a bug against Dali https://bugs.eclipse.org/bugs/show_bug.cgi?id=386171 for this problem.

    Update: The bug has been fixed for Juno SR1, thanks to JDT Text for their quick turn around on this Dali bug!

    Update 2: This problem is still occurring for other use cases. In Juno SR2 there are 3 bugs being worked on that will help resolve this issue. Some of these have further fixes that will need to go in Kepler. See bugs:

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=397778

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=397606

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=386393

提交回复
热议问题