feat: Add support for undertow cache headers
1 unresolved thread
1 unresolved thread
Relates to #18 (closed)
Merge request reports
Activity
Filter activity
requested review from @malowe
11 11 @source .env && rm -f ./config/foundationdb/secret.properties && envsubst < config/foundationdb/secret.properties.sample > config/foundationdb/secret.properties 12 12 13 13 dev-start:; 14 mvn compile -e quarkus:dev -Dconfig.secret.path=$$PWD/config/application/secret.properties 14 mvn compile -e quarkus:dev -Dconfig.secret.path=$$PWD/config/application/secret.properties -Dextension="quarkus-undertow" The extension param is when you add it, we shouldn't need it in this file
Edited by Martin Lowechanged this line in version 2 of the diff
Gotcha! Must have misread the page. Updated in latest commit
Edited by Zachary Sabourin
mentioned in commit 3d1b067c
mentioned in issue #18 (closed)
Please register or sign in to reply