Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] New Certificate warning

Hi

You may be aware that Eclipse bundles have been signed with a new certificate for the last two weeks. [1].

The new certificate seems fine with OSGI class loaders, but causes a problem with a naive class loader such as the simple Java class loader used when running simple JUnit tests. This class loader reports certificate conflicts on partitioned bundles such as org.eclipse.ui [2] and org.eclipse.core.runtime [3].

If your project has any package that is partitioned across bundles, I strongly recommend that you ensure a consistent certificate by touching all containing bundles before M6 to avoid problems for headless users.

    Regards

        Ed Willink

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=450783

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=461634

[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=462431



Back to the top