Deprecated Popper.js 2 API plugin - what to do?

Hi, I am seeing warnings that the Popper.js 2 API plugin is deprecated, but the plugin page:

https://plugins.jenkins.io/popper2-api/

doesn’t offer any suggestions on how to proceed.

Any suggestions please?

You simply can delete the plugin, it is now part of Bootstrap 5.

2 Likes

When I looked at it, it seemed that it comes bundled in jenkins.war:

unzip -l jenkins2_387_3.war | grep -i popp
237204 05-03-2023 09:57 WEB-INF/detached-plugins/popper2-api.hpi

Is this gone in newer versions ? Do I misunderstand something ?

BTW: Do I have a chance to find on my own, that bootstrap5 is the replacement ?
(I hadn’t seen depending stuff and disabled the plugin to see, if we see bad side-effects. We didn’t , so we kept it disabled)

Regards

Martin

When I looked at it, it seemed that it comes bundled in jenkins.war:
Is this gone in newer versions ? Do I misunderstand something ?

It was a (transitive) dependency of the JUnit plugin and should be removed when Release 1207.va_09d5100410f · jenkinsci/junit-plugin · GitHub is bundled in the WAR.

JUnit version is now 1217.v4297208a_a_b_ce but I don’t see any option to remove Popper.js 2 API Plugin and Jenkins still warning that plugin actually deprecated