From ca5f4807a7d28ca956aa8ec1f24369a704994e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 15 Jun 2026 08:50:54 +0300 Subject: [PATCH 1/2] Exclude JNA and tests from deprecations report --- scripts/releng/apiReport/exclusions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/releng/apiReport/exclusions.txt b/scripts/releng/apiReport/exclusions.txt index 56734cce5bf..a9dc6003fdd 100644 --- a/scripts/releng/apiReport/exclusions.txt +++ b/scripts/releng/apiReport/exclusions.txt @@ -23,6 +23,7 @@ org.commonmark com.ibm.icu org.mortbay.jasper.mortbay-apache-jsp com.github.weisj.jsvg +com.sun.jna.platform ## SPECIAL CASE FOR SWT: THE FRAGMENT IS ANALYZED AS PART OF THE HOST org.eclipse.swt.cocoa.macosx.aarch64 @@ -34,6 +35,9 @@ org.eclipse.swt.gtk.linux.x86_64 org.eclipse.swt.win32.win32.aarch64 org.eclipse.swt.win32.win32.x86_64 +## Tests +org.eclipse.jface.text.tests + ## Can't guarantee other Eclipse Projects bundles API stabiltiy org.eclipse.jetty.continuation org.eclipse.jetty.http From f41bbe325be446bec87c9b0fcc99ac43241d3d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:26:16 +0000 Subject: [PATCH 2/2] Bump opensuse/leap Bumps opensuse/leap from `fad49b8` to `014574a`. --- updated-dependencies: - dependency-name: opensuse/leap dependency-version: '16.0' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../dockerfiles/opensuse-gtk3-metacity/16-gtk3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cje-production/dockerfiles/opensuse-gtk3-metacity/16-gtk3/Dockerfile b/cje-production/dockerfiles/opensuse-gtk3-metacity/16-gtk3/Dockerfile index e3433e9ef6c..c2983c2a87d 100644 --- a/cje-production/dockerfiles/opensuse-gtk3-metacity/16-gtk3/Dockerfile +++ b/cje-production/dockerfiles/opensuse-gtk3-metacity/16-gtk3/Dockerfile @@ -1,4 +1,4 @@ -FROM opensuse/leap:16.0@sha256:fad49b81a4f6ce7c6fe51636b99eb84db081ba5dd42a6c64a9c0f88d40aadf91 +FROM opensuse/leap:16.0@sha256:014574a45f985340d967dc337c810c3221cd8865b65c08f54c50586cfd6489ad ### user name recognition at runtime w/ an arbitrary uid - for OpenShift deployments COPY scripts/uid_entrypoint /usr/local/bin/uid_entrypoint