From aa0461e4488fc70d13132a26378721cb0970e27e Mon Sep 17 00:00:00 2001 From: Mirco Date: Wed, 19 Jun 2024 15:14:39 +0200 Subject: [PATCH] Some cleanup, research results in dev_notes :: "refresh/singleton" exception --- build.py | 2 +- doc/dev_notes.md | 8 +++++++- image/resources/MEMBERNAMES | 1 - src/main/resources/application.properties | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 image/resources/MEMBERNAMES diff --git a/build.py b/build.py index 1b0b252..5d23205 100644 --- a/build.py +++ b/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'moderator-election' MODULE = '' PROJECT_ROOT_PATH = '../..' -version = "1.0.0-dev" +version = "0.0.1-dev" @init def initialize(project): diff --git a/doc/dev_notes.md b/doc/dev_notes.md index 6bc9e8c..71c151d 100644 --- a/doc/dev_notes.md +++ b/doc/dev_notes.md @@ -33,4 +33,10 @@ npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported ``` - +``` +Refresh, Singleton Issue +https://github.com/vaadin/flow/issues/9376 +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/docs/v14/flow/integrations/spring/tutorial-spring-scopes +''' diff --git a/image/resources/MEMBERNAMES b/image/resources/MEMBERNAMES deleted file mode 100644 index a6530db..0000000 --- a/image/resources/MEMBERNAMES +++ /dev/null @@ -1 +0,0 @@ -Silke,Hans,Dieter,Anne \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b80472e..8f99fdd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,4 +8,4 @@ vaadin.launch-browser=true # For more information https://vaadin.com/docs/latest/integrations/spring/configuration#special-configuration-parameters vaadin.allowed-packages = com.vaadin,org.vaadin,dev.hilla,com.example.application spring.jpa.defer-datasource-initialization = true -membernames=${MEMBERNAMES:Micha,Ansgar,Clemens,Mattis,Erik,Mirco} +membernames=${MEMBERNAMES}