Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions scripts/releng/apiReport/exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down