Skip to content

Commit cb4923c

Browse files
committed
we
1 parent 3bf40ba commit cb4923c

37 files changed

+983
-563
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Add java
3030
uses: actions/setup-java@v3
3131
with:
32-
java-version: 21
32+
java-version: 23
3333
distribution: 'adopt'
3434

3535
- name: Initialize CodeQL

modules/packed/src/main/java/app/packed/application/App-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Error handling
1818
Can happen doing runtime Internally
1919

2020

21-
An App must either have threads running after it has started, or an entry point.
21+
An App must either have threads running after it has started, an entry point, or ApplicationConfiguration.keepRunningUntilStopped
2222
Well no, not after we have added Close.
2323

2424
== JobApp (extends App????)

0 commit comments

Comments
 (0)