Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Feb 2, 2024
2 parents 849e81f + 3638ee8 commit 9158a7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux \
&& rm -r /var/lib/apt/lists/*

RUN set -eux \
&& echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list \
&& echo "deb https://snapshot.debian.org/archive/debian/20240130T212554Z/ sid main" >> /etc/apt/sources.list \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
openjdk-8-dbg \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eux \
&& rm -r /var/lib/apt/lists/*

RUN set -eux \
&& echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list \
&& echo "deb https://snapshot.debian.org/archive/debian/20240130T212554Z/ sid main" >> /etc/apt/sources.list \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
openjdk-8-dbg \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ lowercaseOutputName: true
blacklistObjectNames:
- "org.apache.logging.log4j2:*"
- "org.alfresco.repo.admin:*"
# unused metrics (reduces the memory load for the metrics export)
- "JMImplementation:*"
- "Users:*"
- "com.sun.management:*"
- "java.lang:*"
- "java.nio:*"
- "java.util.logging:*"
- "jdk.management.jfr:*"
rules:
- pattern: 'Alfresco<type=DataSource><>(.*)Connections:'
name: alfresco_datasource_$1_connection
Expand Down

0 comments on commit 9158a7f

Please sign in to comment.