You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ on:
4
4
push:
5
5
branches:
6
6
- main
7
+
- axon-4
7
8
8
9
jobs:
9
10
build:
10
11
name: Test and Build on JDK ${{ matrix.java-version }}
11
12
runs-on: ubuntu-latest
12
-
continue-on-error: true # do not fail the whole job if one of the steps fails
13
13
14
14
strategy:
15
15
matrix:
@@ -23,11 +23,6 @@ jobs:
23
23
- java-version: 17
24
24
sonar-enabled: true
25
25
deploy-enabled: false
26
-
# Disabled due to https://youtrack.jetbrains.com/issue/KT-62389/JDK-21-Cannot-access-class-TimeUnit.-Check-your-module-classpath-for-missing-or-conflicting-dependencies
27
-
# Still runs perfectly fine on 21, just doesn't compile
28
-
# - java-version: 21
29
-
# sonar-enabled: false
30
-
# deploy-enabled: false
31
26
32
27
steps:
33
28
- name: Checkout Code
@@ -42,8 +37,14 @@ jobs:
42
37
server-id: central
43
38
server-username: MAVEN_USERNAME
44
39
server-password: MAVEN_PASSWORD
45
-
gpg-private-key: ${{ secrets.SONATYPE_GPG_KEY }} # Value of the GPG private key to import
if (lastReceivedHeartbeat <Instant.now().minusMillis(heartbeatTimeout)) {
293
-
logger.debug("Haven't received a heartbeat for {} seconds from AxonIQ Console. Reconnecting...", ChronoUnit.SECONDS.between(lastReceivedHeartbeat, Instant.now()))
296
+
logger.debug("Haven't received a heartbeat for {} seconds from Axoniq Platform. Reconnecting...", ChronoUnit.SECONDS.between(lastReceivedHeartbeat, Instant.now()))
294
297
disposeCurrentConnection()
295
298
}
296
299
}
@@ -299,7 +302,7 @@ class AxoniqConsoleRSocketClient(
0 commit comments