Added @PreserveOnRefresh annotation to prevent Singleton exception

This commit is contained in:
Mirco 2024-06-25 07:20:21 +02:00
parent 9f8d433106
commit 4d508660eb

View file

@ -39,9 +39,16 @@ For production:
``` ```
build graalvm binary build graalvm binary
./gradlew nativeCompile failed, need for some improvements! ./gradlew nativeCompile failed, need for some improvements!
./gradlew nativeCompile -Dvaadin.productionMode=true
1. First build jar, and get META-INF with
./gradlew clean build -Pvaadin.productionMode -x processTestAot
java -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image -jar build/libs/ModeratorElection-0.0.1-SNAPSHOT.jar
curl -X GET http://localhost:8080
2. graalvm native-image compilation
./gradlew nativeCompile -Dvaadin.productionMode=true //-H:ConfigurationFileDirectories=/path/to/config-dir/ notwendig falls nicht in src/main/resources/META-INF/native-image/
``` ```
``` ```
gu available gu available
https://docs.oracle.com/en/graalvm/enterprise/21/docs/reference-manual/graalvm-updater/#component-installation https://docs.oracle.com/en/graalvm/enterprise/21/docs/reference-manual/graalvm-updater/#component-installation
@ -62,4 +69,14 @@ https://github.com/vaadin/flow/issues/9376
https://mvysny.github.io/cant-move-node/ https://mvysny.github.io/cant-move-node/
https://vaadin.com/forum/t/unregistered-node-was-not-found-based-on-its-id-the-tree-is-most-likely-co/161068 https://vaadin.com/forum/t/unregistered-node-was-not-found-based-on-its-id-the-tree-is-most-likely-co/161068
https://vaadin.com/docs/v14/flow/integrations/spring/tutorial-spring-scopes https://vaadin.com/docs/v14/flow/integrations/spring/tutorial-spring-scopes
''' => @PreserveOnRefresh annotation in MainView.java does the trick
```
```
pyb test funktionsfähig machen, ddadevops Doku weiss mehr
erledigt!
```
```
ddadevops anpassung, dass src code ins docker image übergeben werden kann - ohne git clone
```