-
Notifications
You must be signed in to change notification settings - Fork 7
Update java-server app to Ditto 5.0.0-java GA version
#226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b6df029
build(deps): ditto-java (5.0.0-java-rc.2)
phatblat 1b5f584
refactor: use new DittoException instead of DittoError
phatblat 845d8f3
Update java-server/src/main/java/com/ditto/example/spring/quickstart/…
phatblat b90112b
Apply suggestion from @Copilot
phatblat 5a50e68
Apply suggestion from @Copilot
phatblat be4540b
fix(java-server): remove bad copilot suggestions
phatblat 0b15677
feat(java-server): explicitly close all results & observers
phatblat f2fd7de
refactor(java-server): handle new DittoException type
phatblat dc05324
feat(java-server): add winsw service config
phatblat 9b6a569
refactor: use new DittoException instead of DittoError
phatblat 27f574a
Update java-server/src/main/java/com/ditto/example/spring/quickstart/…
phatblat a59ae5a
Apply suggestion from @Copilot
phatblat 7fd6102
Apply suggestion from @Copilot
phatblat b03b52a
fix(java-server): remove bad copilot suggestions
phatblat 99e5f1f
feat(java-server): explicitly close all results & observers
phatblat a766759
refactor(java-server): handle new DittoException type
phatblat 49eb30b
refactor: disable custom persistenceDirectory
phatblat 72a9d36
chore(java-server): bump Ditto SDK to 5.0.0-java-rc.3
phatblat aea81a0
build(deps): ditto 5.0.0-java
phatblat 3c728f9
chore: ignore .claude/
phatblat ffed2ce
style: handle possible null value from flux flow
phatblat 46855cd
style: use logger instead of printing to stderr
phatblat bda88db
style: remove unthrown exception
phatblat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| .kotlin/ | ||
| bin/ | ||
| build/ | ||
| ditto-service.err.log | ||
| ditto-service.exe | ||
| ditto-service.out.log | ||
| ditto-service.wrapper.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| <service> | ||
| <id>ditto-service</id> | ||
| <name>Ditto Java Quickstart App</name> | ||
| <description>Description of your application</description> | ||
|
|
||
| <executable>java</executable> | ||
| <arguments>-jar "%BASE%\build\libs\quickstart-java-0.0.1-SNAPSHOT.jar"</arguments> | ||
|
|
||
| <!-- Optional: Set working directory --> | ||
| <workingdirectory>%BASE%</workingdirectory> | ||
|
|
||
| <!-- JVM options --> | ||
| <env name="JAVA_OPTS" value="-Xmx512m -Xms256m"/> | ||
|
|
||
| <!-- Logging --> | ||
| <log mode="roll-by-size"> | ||
| <sizeThreshold>10240</sizeThreshold> | ||
| <keepFiles>8</keepFiles> | ||
| </log> | ||
|
|
||
| <!-- Service restart behavior --> | ||
| <onfailure action="restart" delay="10 sec"/> | ||
| <onfailure action="restart" delay="20 sec"/> | ||
| </service> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.