diff --git a/README.md b/README.md
index 92b82ad35..8d8238164 100644
--- a/README.md
+++ b/README.md
@@ -94,12 +94,12 @@ To use Nalu add the following dependencies to your pom:
com.github.nalukit
nalu
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
com.github.nalukit
nalu-processor
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
provided
```
@@ -136,12 +136,12 @@ To use Nalu add the following dependencies to your pom:
com.github.nalukit
nalu
- 2.4.1
+ 2.4.2
com.github.nalukit
nalu-processor
- 2.4.1
+ 2.4.2
provided
```
@@ -155,7 +155,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
com.github.nalukit
nalu-plugin-elemental2
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
```
* **GWT 2.9.0 - SNAPSHOT**
@@ -171,7 +171,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
com.github.nalukit
nalu-plugin-elemental2
- 2.4.1
+ 2.4.2
```
@@ -182,7 +182,7 @@ For Elemento there's a dedicated plugin which supports `org.jboss.gwt.elemento.c
com.github.nalukit
nalu-plugin-elemento
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
```
@@ -200,7 +200,7 @@ For Elemento there's a dedicated plugin which supports `org.jboss.gwt.elemento.c
com.github.nalukit
nalu-plugin-elemento
- 2.4.1
+ 2.4.2
```
@@ -215,12 +215,12 @@ If your project uses a widget set based on **GWT** 2.8.2 or newer, use the **Nal
com.github.nalukit
nalu-plugin-gwt
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
com.github.nalukit
nalu-plugin-gwt-processor
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
provided
```
@@ -230,12 +230,12 @@ If your project uses a widget set based on **GWT** 2.8.2 or newer, use the **Nal
com.github.nalukit
nalu-plugin-gwt
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
com.github.nalukit
nalu-plugin-gwt-processor
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
provided
```
@@ -245,12 +245,12 @@ If your project uses a widget set based on **GWT** 2.8.2 or newer, use the **Nal
com.github.nalukit
nalu-plugin-gwt
- 2.4.1
+ 2.4.2
com.github.nalukit
nalu-plugin-gwt-processor
- 2.4.1
+ 2.4.2
provided
```
diff --git a/nalu-plugin-core-web/pom.xml b/nalu-plugin-core-web/pom.xml
index e5c7324b7..510d190ba 100644
--- a/nalu-plugin-core-web/pom.xml
+++ b/nalu-plugin-core-web/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-plugin-core-web
diff --git a/nalu-plugin-elemental2/pom.xml b/nalu-plugin-elemental2/pom.xml
index b13cc237e..b5cfd5377 100644
--- a/nalu-plugin-elemental2/pom.xml
+++ b/nalu-plugin-elemental2/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-plugin-elemental2
diff --git a/nalu-plugin-elemento/pom.xml b/nalu-plugin-elemento/pom.xml
index 54439cba6..233b63332 100644
--- a/nalu-plugin-elemento/pom.xml
+++ b/nalu-plugin-elemento/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-plugin-elemento
diff --git a/nalu-plugin-gwt-processor/pom.xml b/nalu-plugin-gwt-processor/pom.xml
index a187015d1..4be25eea2 100644
--- a/nalu-plugin-gwt-processor/pom.xml
+++ b/nalu-plugin-gwt-processor/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-plugin-gwt-processor
diff --git a/nalu-plugin-gwt-processor/src/main/java/com/github/nalukit/nalu/processor/NaluPluginGwtProcessor.java b/nalu-plugin-gwt-processor/src/main/java/com/github/nalukit/nalu/processor/NaluPluginGwtProcessor.java
index a18c63c0b..88d1e6f90 100644
--- a/nalu-plugin-gwt-processor/src/main/java/com/github/nalukit/nalu/processor/NaluPluginGwtProcessor.java
+++ b/nalu-plugin-gwt-processor/src/main/java/com/github/nalukit/nalu/processor/NaluPluginGwtProcessor.java
@@ -71,7 +71,7 @@ public synchronized void init(ProcessingEnvironment processingEnv) {
this.stopwatch = Stopwatch.createStarted();
setUp();
this.processorUtils.createNoteMessage("Nalu-Plugin-GWT-Processor started ...");
- this.processorUtils.createNoteMessage("Nalu-Plugin-GWT-Processor version >>2.4.1-gwt-2.8.2<<");
+ this.processorUtils.createNoteMessage("Nalu-Plugin-GWT-Processor version >>2.4.2-gwt-2.8.2<<");
}
@SuppressWarnings("unused")
diff --git a/nalu-plugin-gwt/pom.xml b/nalu-plugin-gwt/pom.xml
index 95f5f7f30..ed305eb7b 100644
--- a/nalu-plugin-gwt/pom.xml
+++ b/nalu-plugin-gwt/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-plugin-gwt
@@ -67,7 +67,7 @@
diff --git a/nalu-processor/pom.xml b/nalu-processor/pom.xml
index 027cf7b55..d785cd6a5 100644
--- a/nalu-processor/pom.xml
+++ b/nalu-processor/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu-processor
diff --git a/nalu-processor/src/main/java/com/github/nalukit/nalu/processor/ProcessorConstants.java b/nalu-processor/src/main/java/com/github/nalukit/nalu/processor/ProcessorConstants.java
index 3568061c1..d49cd140f 100644
--- a/nalu-processor/src/main/java/com/github/nalukit/nalu/processor/ProcessorConstants.java
+++ b/nalu-processor/src/main/java/com/github/nalukit/nalu/processor/ProcessorConstants.java
@@ -31,7 +31,7 @@ public class ProcessorConstants {
public final static String LOADER_IMPL = "LoaderImpl";
public final static String MODULE_IMPL = "ModuleImpl";
public final static String PLUGIN_IMPL = "PluginImpl";
- public final static String PROCESSOR_VERSION = "2.4.1-gwt-2.8.2";
+ public final static String PROCESSOR_VERSION = "2.4.2-gwt-2.8.2";
public final static String BUILD_TIME = new SimpleDateFormat("yyyy.MM.dd-HH:mm:ss").format(new Date(System.currentTimeMillis()));
}
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
index fa2b34033..ff8a3545e 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
@@ -25,7 +25,7 @@ public void logProcessorVersion() {
ClientLogger.get().logDetailed("", 0);
ClientLogger.get().logDetailed("=================================================================================", 0);
StringBuilder sb01 = new StringBuilder();
- sb01.append("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source");
+ sb01.append("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source");
ClientLogger.get().logDetailed(sb01.toString(), 0);
ClientLogger.get().logDetailed("=================================================================================", 0);
ClientLogger.get().logDetailed("", 0);
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoader/ApplicationAnnotationOkWithLoaderImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoader/ApplicationAnnotationOkWithLoaderImpl.java
index 0fd9d4f35..3e7928244 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoader/ApplicationAnnotationOkWithLoaderImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoader/ApplicationAnnotationOkWithLoaderImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-07:07:38<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-07:07:38<<
*/
public final class ApplicationAnnotationOkWithLoaderImpl extends AbstractApplication implements ApplicationAnnotationOkWithLoader {
public ApplicationAnnotationOkWithLoaderImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAndPostLoader/ApplicationAnnotationOkWithLoaderAndPostLoaderImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAndPostLoader/ApplicationAnnotationOkWithLoaderAndPostLoaderImpl.java
index 5f42d535c..5c3056318 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAndPostLoader/ApplicationAnnotationOkWithLoaderAndPostLoaderImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAndPostLoader/ApplicationAnnotationOkWithLoaderAndPostLoaderImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-07:19:55<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-07:19:55<<
*/
public final class ApplicationAnnotationOkWithLoaderAndPostLoaderImpl extends AbstractApplication implements ApplicationAnnotationOkWithLoaderAndPostLoader {
public ApplicationAnnotationOkWithLoaderAndPostLoaderImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
index 269015e5b..02088b441 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithLoaderAsInnerInterface/ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl.java
@@ -16,7 +16,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-07:08:28<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-07:08:28<<
*/
public final class ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl extends AbstractApplication implements ApplicationAnnotationOkWithLoaderAsInnerInterface {
public ApplicationAnnotationOkWithLoaderAsInnerInterfaceImpl() {
@@ -30,7 +30,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithPostLoader/ApplicationAnnotationOkWithPostLoaderImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithPostLoader/ApplicationAnnotationOkWithPostLoaderImpl.java
index c952d15af..77a4dd429 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithPostLoader/ApplicationAnnotationOkWithPostLoaderImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithPostLoader/ApplicationAnnotationOkWithPostLoaderImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-07:18:21<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-07:18:21<<
*/
public final class ApplicationAnnotationOkWithPostLoaderImpl extends AbstractApplication implements ApplicationAnnotationOkWithPostLoader {
public ApplicationAnnotationOkWithPostLoaderImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoader/ApplicationAnnotationOkWithoutLoaderImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoader/ApplicationAnnotationOkWithoutLoaderImpl.java
index a55d37a5b..b3a7d4d7b 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoader/ApplicationAnnotationOkWithoutLoaderImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoader/ApplicationAnnotationOkWithoutLoaderImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:52:32<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:52:32<<
*/
public final class ApplicationAnnotationOkWithoutLoaderImpl extends AbstractApplication implements ApplicationAnnotationOkWithoutLoader {
public ApplicationAnnotationOkWithoutLoaderImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoaderAsInnerInterface/MyApplicationImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoaderAsInnerInterface/MyApplicationImpl.java
index 4ce4702a2..bcd4bfcbb 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoaderAsInnerInterface/MyApplicationImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationAnnotationOkWithoutLoaderAsInnerInterface/MyApplicationImpl.java
@@ -16,7 +16,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:53:07<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:53:07<<
*/
public final class MyApplicationImpl extends AbstractApplication implements MyApplication {
public MyApplicationImpl() {
@@ -30,7 +30,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite01/ApplicationWithComposite01Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite01/ApplicationWithComposite01Impl.java
index 30386d7d1..5e15b54f4 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite01/ApplicationWithComposite01Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite01/ApplicationWithComposite01Impl.java
@@ -18,7 +18,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:55:01<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:55:01<<
*/
public final class ApplicationWithComposite01Impl extends AbstractApplication implements ApplicationWithComposite01 {
public ApplicationWithComposite01Impl() {
@@ -32,7 +32,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite02/ApplicationWithComposite02Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite02/ApplicationWithComposite02Impl.java
index 4cefdfe70..260ca9891 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite02/ApplicationWithComposite02Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite02/ApplicationWithComposite02Impl.java
@@ -19,7 +19,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:55:31<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:55:31<<
*/
public final class ApplicationWithComposite02Impl extends AbstractApplication implements ApplicationWithComposite02 {
public ApplicationWithComposite02Impl() {
@@ -33,7 +33,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite03/ApplicationWithComposite03Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite03/ApplicationWithComposite03Impl.java
index 21386cd36..b153c4d91 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite03/ApplicationWithComposite03Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite03/ApplicationWithComposite03Impl.java
@@ -19,7 +19,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:55:58<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:55:58<<
*/
public final class ApplicationWithComposite03Impl extends AbstractApplication implements ApplicationWithComposite03 {
public ApplicationWithComposite03Impl() {
@@ -33,7 +33,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite04/ApplicationWithComposite04Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite04/ApplicationWithComposite04Impl.java
index efb49e5e7..2e2814e89 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite04/ApplicationWithComposite04Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite04/ApplicationWithComposite04Impl.java
@@ -20,7 +20,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:56:26<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:56:26<<
*/
public final class ApplicationWithComposite04Impl extends AbstractApplication implements ApplicationWithComposite04 {
public ApplicationWithComposite04Impl() {
@@ -34,7 +34,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite05/ApplicationWithComposite05Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite05/ApplicationWithComposite05Impl.java
index 98c64aaef..588d8a924 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite05/ApplicationWithComposite05Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite05/ApplicationWithComposite05Impl.java
@@ -19,7 +19,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:57:09<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:57:09<<
*/
public final class ApplicationWithComposite05Impl extends AbstractApplication implements ApplicationWithComposite05 {
public ApplicationWithComposite05Impl() {
@@ -33,7 +33,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite06/ApplicationWithComposite06Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite06/ApplicationWithComposite06Impl.java
index c81f986c9..11e5ce809 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite06/ApplicationWithComposite06Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite06/ApplicationWithComposite06Impl.java
@@ -19,7 +19,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:57:33<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:57:33<<
*/
public final class ApplicationWithComposite06Impl extends AbstractApplication implements ApplicationWithComposite06 {
public ApplicationWithComposite06Impl() {
@@ -33,7 +33,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite07/ApplicationWithComposite07Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite07/ApplicationWithComposite07Impl.java
index 74512648f..d9605a865 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite07/ApplicationWithComposite07Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite07/ApplicationWithComposite07Impl.java
@@ -20,7 +20,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:57:58<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:57:58<<
*/
public final class ApplicationWithComposite07Impl extends AbstractApplication implements ApplicationWithComposite07 {
public ApplicationWithComposite07Impl() {
@@ -34,7 +34,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite08/ApplicationWithComposite08Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite08/ApplicationWithComposite08Impl.java
index edf3b02b0..56e4ff4de 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite08/ApplicationWithComposite08Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/applicationWithComposite08/ApplicationWithComposite08Impl.java
@@ -20,7 +20,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.10.23-11:44:39<< */
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.10.23-11:44:39<< */
public final class ApplicationWithComposite07Impl extends AbstractApplication implements ApplicationWithComposite07 {
public ApplicationWithComposite07Impl() {
super();
@@ -32,7 +32,7 @@ public void logProcessorVersion() {
ClientLogger.get().logDetailed("", 0);
ClientLogger.get().logDetailed("=================================================================================", 0);
StringBuilder sb01 = new StringBuilder();
- sb01.append("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source");
+ sb01.append("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source");
ClientLogger.get().logDetailed(sb01.toString(), 0);
ClientLogger.get().logDetailed("=================================================================================", 0);
ClientLogger.get().logDetailed("", 0);
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/startRouteOK/StartRouteOKImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/startRouteOK/StartRouteOKImpl.java
index 2ebeffab2..529aaceb2 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/startRouteOK/StartRouteOKImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/application/startRouteOK/StartRouteOKImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2021.03.31-21:44:59<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2021.03.31-21:44:59<<
*/
public final class StartRouteOKImpl extends AbstractApplication implements StartRouteOK {
public StartRouteOKImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite01/ControllerWithComposite01CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite01/ControllerWithComposite01CreatorImpl.java
index d905e1e59..abf568bec 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite01/ControllerWithComposite01CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite01/ControllerWithComposite01CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
*/
public final class ControllerWithComposite01CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerWithComposite01CreatorImpl(Router router, MockContext context,
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite02/ControllerWithComposite02CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite02/ControllerWithComposite02CreatorImpl.java
index 1b7abe980..689e2eb03 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite02/ControllerWithComposite02CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite02/ControllerWithComposite02CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
*/
public final class ControllerWithComposite02CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerWithComposite02CreatorImpl(Router router, MockContext context,
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite03/ControllerWithComposite03CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite03/ControllerWithComposite03CreatorImpl.java
index 400fb4e36..34835fec8 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite03/ControllerWithComposite03CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/common/ui/controllerWithComposite03/ControllerWithComposite03CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:49:34<<
*/
public final class ControllerWithComposite03CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerWithComposite03CreatorImpl(Router router, MockContext context,
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/compositeCreator/ok/CompositeCreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/compositeCreator/ok/CompositeCreatorImpl.java
index f779eb3d0..9c7d05f99 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/compositeCreator/ok/CompositeCreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/compositeCreator/ok/CompositeCreatorImpl.java
@@ -13,7 +13,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.08-16:38:33<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.08-16:38:33<<
*/
public final class CompositeCreatorImpl extends AbstractCompositeCreator implements IsCompositeCreator {
public CompositeCreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithIsComponentCreator/GenerateWithIsComponentCreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithIsComponentCreator/GenerateWithIsComponentCreatorImpl.java
index f43bba36d..778dc198a 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithIsComponentCreator/GenerateWithIsComponentCreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithIsComponentCreator/GenerateWithIsComponentCreatorImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:49:48<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:49:48<<
*/
public final class GenerateWithIsComponentCreatorImpl extends AbstractApplication implements GenerateWithIsComponentCreator {
public GenerateWithIsComponentCreatorImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithoutIsComponentCreator/GenerateWithoutIsComponentCreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithoutIsComponentCreator/GenerateWithoutIsComponentCreatorImpl.java
index 774a7d1c7..b9ad62e0c 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithoutIsComponentCreator/GenerateWithoutIsComponentCreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controller/generateWithoutIsComponentCreator/GenerateWithoutIsComponentCreatorImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:49:25<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:49:25<<
*/
public final class GenerateWithoutIsComponentCreatorImpl extends AbstractApplication implements GenerateWithoutIsComponentCreator {
public GenerateWithoutIsComponentCreatorImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01/ControllerC02CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01/ControllerC02CreatorImpl.java
index d5a0c27e9..ea872ee1b 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01/ControllerC02CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01/ControllerC02CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC02CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC02CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01WithoutAcceptParameter/ControllerC03CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01WithoutAcceptParameter/ControllerC03CreatorImpl.java
index 0f73238e4..a54759174 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01WithoutAcceptParameter/ControllerC03CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithOneParameter01WithoutAcceptParameter/ControllerC03CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC03CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC03CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter01/ControllerC04CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter01/ControllerC04CreatorImpl.java
index 99a98e07c..5873ee4d0 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter01/ControllerC04CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter01/ControllerC04CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC04CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC04CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter03/ControllerC06CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter03/ControllerC06CreatorImpl.java
index c2cd95b8e..5fbe73bad 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter03/ControllerC06CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter03/ControllerC06CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC06CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC06CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter04/ControllerC07CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter04/ControllerC07CreatorImpl.java
index 1320026c7..6a0d5301a 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter04/ControllerC07CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithTwoParameter04/ControllerC07CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC07CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC07CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithoutParameter/ControllerC01CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithoutParameter/ControllerC01CreatorImpl.java
index 15c1452c6..3d48f5a8c 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithoutParameter/ControllerC01CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/controllerCreatorOkWithoutParameter/ControllerC01CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class ControllerC01CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public ControllerC01CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/multiRouteSupport01/MultiRouteController01CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/multiRouteSupport01/MultiRouteController01CreatorImpl.java
index c3ed44605..0953f424c 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/multiRouteSupport01/MultiRouteController01CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/controllerCreator/multiRouteSupport01/MultiRouteController01CreatorImpl.java
@@ -14,7 +14,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.08.31-11:52:30<<
*/
public final class MultiRouteController01CreatorImpl extends AbstractControllerCreator implements IsControllerCreator {
public MultiRouteController01CreatorImpl(Router router, MockContext context,
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/errorPopUpController/errorPopUpAnnotationOk/ErrorPopUpAnnotationOkImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/errorPopUpController/errorPopUpAnnotationOk/ErrorPopUpAnnotationOkImpl.java
index 5c3908776..b7c9e86f7 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/errorPopUpController/errorPopUpAnnotationOk/ErrorPopUpAnnotationOkImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/errorPopUpController/errorPopUpAnnotationOk/ErrorPopUpAnnotationOkImpl.java
@@ -18,7 +18,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:45:03<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:45:03<<
*/
public final class ErrorPopUpAnnotationOkImpl extends AbstractApplication implements ErrorPopUpAnnotationOk {
public ErrorPopUpAnnotationOkImpl() {
@@ -32,7 +32,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk01/LoggerAnnotationOk01Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk01/LoggerAnnotationOk01Impl.java
index a8a316c30..242e76c87 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk01/LoggerAnnotationOk01Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk01/LoggerAnnotationOk01Impl.java
@@ -17,7 +17,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:48:02<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:48:02<<
*/
public final class LoggerAnnotationOk01Impl extends AbstractApplication implements LoggerAnnotationOk01 {
public LoggerAnnotationOk01Impl() {
@@ -36,7 +36,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk02/LoggerAnnotationOk02Impl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk02/LoggerAnnotationOk02Impl.java
index be898c362..a3f03b76f 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk02/LoggerAnnotationOk02Impl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/logger/loggerAnnotationOk02/LoggerAnnotationOk02Impl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:48:30<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:48:30<<
*/
public final class LoggerAnnotationOk02Impl extends AbstractApplication implements LoggerAnnotationOk02 {
public LoggerAnnotationOk02Impl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/popUpControllerCreator/ok/PopUpController01CreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/popUpControllerCreator/ok/PopUpController01CreatorImpl.java
index 0f5aaad77..be7a26c9c 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/popUpControllerCreator/ok/PopUpController01CreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/popUpControllerCreator/ok/PopUpController01CreatorImpl.java
@@ -10,7 +10,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.05-23:12:17<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.05-23:12:17<<
*/
public final class PopUpController01CreatorImpl extends AbstractPopUpControllerCreator implements IsPopUpControllerCreator {
public PopUpController01CreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/shellCreator/ok/MockShellCreatorImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/shellCreator/ok/MockShellCreatorImpl.java
index 1008f3ed8..a6ea32246 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/shellCreator/ok/MockShellCreatorImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/shellCreator/ok/MockShellCreatorImpl.java
@@ -9,7 +9,7 @@
import org.gwtproject.event.shared.SimpleEventBus;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.09.16-22:14:22<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.09.16-22:14:22<<
*/
public final class MockShellCreatorImpl extends AbstractShellCreator implements IsShellCreator {
public MockShellCreatorImpl(Router router, MockContext context, SimpleEventBus eventBus) {
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/tracker/applicationWithTracker/ApplicationWithTrackerImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/tracker/applicationWithTracker/ApplicationWithTrackerImpl.java
index c315d9122..df6d8cd0e 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/tracker/applicationWithTracker/ApplicationWithTrackerImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/tracker/applicationWithTracker/ApplicationWithTrackerImpl.java
@@ -16,7 +16,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:46:24<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:46:24<<
*/
public final class ApplicationWithTrackerImpl extends AbstractApplication implements ApplicationWithTracker {
public ApplicationWithTrackerImpl() {
@@ -30,7 +30,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionExtendingIsModuleContest/VersionAnnotationImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionExtendingIsModuleContest/VersionAnnotationImpl.java
index 166f0394e..c50c5e0f9 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionExtendingIsModuleContest/VersionAnnotationImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionExtendingIsModuleContest/VersionAnnotationImpl.java
@@ -16,7 +16,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.06-14:27:21<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.06-14:27:21<<
*/
public final class VersionAnnotationImpl extends AbstractApplication implements VersionAnnotation {
public VersionAnnotationImpl() {
@@ -32,7 +32,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionNotExtendingIsModuleContest/VersionAnnotationImpl.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionNotExtendingIsModuleContest/VersionAnnotationImpl.java
index 1e645282a..83bc1fb45 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionNotExtendingIsModuleContest/VersionAnnotationImpl.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/applicationWithVersionNotExtendingIsModuleContest/VersionAnnotationImpl.java
@@ -15,7 +15,7 @@
import java.util.Arrays;
/**
- * Build with Nalu version >>2.4.1-gwt-2.8.2<< at >>2020.11.18-06:47:16<<
+ * Build with Nalu version >>2.4.2-gwt-2.8.2<< at >>2020.11.18-06:47:16<<
*/
public final class VersionAnnotationImpl extends AbstractApplication implements VersionAnnotation {
public VersionAnnotationImpl() {
@@ -29,7 +29,7 @@ public void loadLoggerConfiguration() {
@Override
public void logProcessorVersion() {
- this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.1-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
+ this.eventBus.fireEvent(LogEvent.create().sdmOnly(true).addMessage("=================================================================================").addMessage("Nalu processor version >>2.4.2-gwt-2.8.2<< used to generate this source").addMessage("=================================================================================").addMessage(""));
}
@Override
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationOnClassWithoutApplicationAnnotation/VersionAnnotationOnClassWithoutApplicationAnnotation.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationOnClassWithoutApplicationAnnotation/VersionAnnotationOnClassWithoutApplicationAnnotation.java
index 02f9a069b..1b8320562 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationOnClassWithoutApplicationAnnotation/VersionAnnotationOnClassWithoutApplicationAnnotation.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationOnClassWithoutApplicationAnnotation/VersionAnnotationOnClassWithoutApplicationAnnotation.java
@@ -22,7 +22,7 @@
import com.github.nalukit.nalu.processor.common.MockLogger;
import com.github.nalukit.nalu.processor.common.MockDebug;
-@Version("2.4.1-gwt-2.8.2")
+@Version("2.4.2-gwt-2.8.2")
public interface VersionAnnotationOnClassWithoutApplicationAnnotation
extends IsApplication {
}
diff --git a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationWithoutExtendsIsApplication/VersionAnnotationWithoutExtendsIsApplication.java b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationWithoutExtendsIsApplication/VersionAnnotationWithoutExtendsIsApplication.java
index 64d504cd9..19efe1fa5 100644
--- a/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationWithoutExtendsIsApplication/VersionAnnotationWithoutExtendsIsApplication.java
+++ b/nalu-processor/src/test/resources/com/github/nalukit/nalu/processor/version/versionAnnotationWithoutExtendsIsApplication/VersionAnnotationWithoutExtendsIsApplication.java
@@ -25,6 +25,6 @@
@Application(startRoute = "/search",
context = MockModuleContext.class)
-@Version("2.4.1-gwt-2.8.2")
+@Version("2.4.2-gwt-2.8.2")
public interface VersionAnnotationWithoutExtendsIsApplication {
}
diff --git a/nalu/pom.xml b/nalu/pom.xml
index 2fec6cbf0..87ee182d6 100644
--- a/nalu/pom.xml
+++ b/nalu/pom.xml
@@ -25,7 +25,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
nalu
diff --git a/nalu/src/main/java/com/github/nalukit/nalu/client/Nalu.java b/nalu/src/main/java/com/github/nalukit/nalu/client/Nalu.java
index 9187a1eec..0faf50a59 100644
--- a/nalu/src/main/java/com/github/nalukit/nalu/client/Nalu.java
+++ b/nalu/src/main/java/com/github/nalukit/nalu/client/Nalu.java
@@ -22,7 +22,7 @@
public class Nalu {
public static String getVersion() {
- return "2.4.1-gwt-2.8.2";
+ return "2.4.2-gwt-2.8.2";
}
public static boolean hasHistory() {
diff --git a/nalu/src/test/java/com/github/nalukit/nalu/client/NaluTest.java b/nalu/src/test/java/com/github/nalukit/nalu/client/NaluTest.java
index d11ad5e4b..5ba01eb0d 100644
--- a/nalu/src/test/java/com/github/nalukit/nalu/client/NaluTest.java
+++ b/nalu/src/test/java/com/github/nalukit/nalu/client/NaluTest.java
@@ -8,7 +8,7 @@ public class NaluTest {
@Test
void getVersion() {
- Assertions.assertEquals("2.4.1-gwt-2.8.2",
+ Assertions.assertEquals("2.4.2-gwt-2.8.2",
Nalu.getVersion());
}
diff --git a/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication01/client/NaluSimpleApplicationContext.java b/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication01/client/NaluSimpleApplicationContext.java
index d77385870..382e1e8b0 100644
--- a/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication01/client/NaluSimpleApplicationContext.java
+++ b/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication01/client/NaluSimpleApplicationContext.java
@@ -31,7 +31,7 @@ public class NaluSimpleApplicationContext
private String searchCity;
public NaluSimpleApplicationContext() {
- this.version = "2.4.1-gwt-2.8.2";
+ this.version = "2.4.2-gwt-2.8.2";
}
public String getVersion() {
diff --git a/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication02/client/NaluSimpleApplicationContext.java b/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication02/client/NaluSimpleApplicationContext.java
index dec366643..3e3316472 100644
--- a/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication02/client/NaluSimpleApplicationContext.java
+++ b/nalu/src/test/java/com/github/nalukit/nalu/simpleapplication02/client/NaluSimpleApplicationContext.java
@@ -31,7 +31,7 @@ public class NaluSimpleApplicationContext
private String searchCity;
public NaluSimpleApplicationContext() {
- this.version = "2.4.1-gwt-2.8.2";
+ this.version = "2.4.2-gwt-2.8.2";
}
public String getVersion() {
diff --git a/pom.xml b/pom.xml
index 39d74f12f..de8185bf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
com.github.nalukit
nalu-parent
- 2.4.1-gwt-2.8.2
+ 2.4.2-gwt-2.8.2
pom
nalu-parent
@@ -97,7 +97,7 @@
1.0.0-RC1
2.8.2
+ 2.4.2-gwt-2.8.2 -->
2.2
1.13.0
2.0.0