Skip to content

Commit fe8b9b7

Browse files
authored
Disable jooq logo and tips (#38194)
1 parent ec78124 commit fe8b9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte-integrations/bases/base-java/javabase.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ fi
1919
JAVA_OPTS=$JAVA_OPTS" -Dlog4j.encoder.byteBufferSize=32768 -Dlog4j2.configurationFile=log4j2.xml"
2020
#needed because we make ThreadLocal.get(Thread) accessible in IntegrationRunner.stopOrphanedThreads
2121
JAVA_OPTS=$JAVA_OPTS" --add-opens=java.base/java.lang=ALL-UNNAMED"
22+
# tell jooq to be quiet (https://stackoverflow.com/questions/28272284/how-to-disable-jooqs-self-ad-message-in-3-4)
23+
JAVA_OPTS=$JAVA_OPTS" -Dorg.jooq.no-logo=true -Dorg.jooq.no-tips=true"
2224
export JAVA_OPTS
2325

2426
# Wrap run script in a script so that we can lazy evaluate the value of APPLICATION. APPLICATION is

0 commit comments

Comments
 (0)