Skip to content

Commit fee2103

Browse files
Squashed 'sdk-core/src/main/service-protocol/' changes from 1af5f12..185da8b
185da8b Extend GetState, PollInputStream and SleeEntryMessage with failure variants 98ec66e Introduce the distinction fallible journal entries/actionable journal entries (#50) b86343b Refactor journal entry acks. git-subtree-dir: sdk-core/src/main/service-protocol git-subtree-split: 185da8bd37c9e606cc2853623278f5b499e7c7b1
1 parent eebca2c commit fee2103

File tree

215 files changed

+113
-17117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+113
-17117
lines changed

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/bump.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/manual-release.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/publish-test-results.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/push-release.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,2 @@
1-
# Compiled class file
2-
*.class
3-
4-
# Log file
5-
*.log
6-
7-
# BlueJ files
8-
*.ctxt
9-
10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.nar
17-
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
21-
22-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
24-
25-
# Ignore Gradle project-specific cache directory
26-
.gradle
27-
28-
# Ignore Gradle build output directory
29-
build
30-
311
.idea
32-
*.iml
2+
*.iml

0 commit comments

Comments
 (0)