@genesislcap/blank-app-seed 5.4.0-prerelease.9 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "5.4.0-prerelease.9",
4
+ "version": "5.5.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.306.0",
3
- "GSF": "8.13.0",
4
- "Auth": "8.13.0"
2
+ "UI": "14.322.0",
3
+ "GSF": "8.13.12",
4
+ "Auth": "8.13.3"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,147 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.5.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0...v5.5.0) (2025-09-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update GSF version to the latest GENC-1208 23c001d
9
+ * update GSF version to the latest GENC-1208 (#516) 0d46e3b
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * update FUI to 14.322.0 b7e1234
15
+
16
+ ## [5.4.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.3.2...v5.4.0) (2025-09-19)
17
+
18
+
19
+ ### Features
20
+
21
+ * add-test-plugin [PTC-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#488) 71e885b
22
+ * advanced custom events (react/web-components) GENC-1002 94765c1
23
+ * advanced custom events (react/web-components) GENC-1002 (#477) c9710fe
24
+ * backport main 8.13 (#492) 76884d4
25
+ * BDD framework + GSF change GENC-1208 (#514) ee185b4
26
+ * smart-form-modal react GENC-1162 d82bf2b
27
+ * support confirmation message for event on entity manager GENC-1185 ea27d49
28
+ * support confirmation message for event on entity manager GENC-1185 (#503) d2b4448
29
+ * support cucumber tags in bdd tests cc918ff
30
+ * support cucumber tags in bdd tests (#512) 652dcf1
31
+ * use smart-form-modal GENC-1162 (#485) 744ad5b
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * add CucumberRunner af30ae7
37
+ * added logout endpoint in confog.properties GENC-0 (#502) aa02828
38
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) af97313
39
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#482) 301b309
40
+ * backport main [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#498) 66fa70c
41
+ * backport main to prerelease [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#500) 4b8dd8d
42
+ * bdd tests config to run against the server rather than via the UI GENC-1012 36566f2
43
+ * bdd tests config to run against the server rather than via the UI GENC-1012 (#509) a11bc20
44
+ * bump fui version with stacking notification fix PA-1745 ce6ad4d
45
+ * bump fui version with stacking notification fix PA-1745 (#505) 0002d5d
46
+ * bump fui version with vite fixes GENC-1187 817d471
47
+ * bump fui version with vite fixes GENC-1187 (#511) bc6983c
48
+ * check if custom events exist GENC-1002 aad5e1e
49
+ * check if custom events exist GENC-1002 (#478) b1420c2
50
+ * correct args passing [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#496) f3daa00
51
+ * correct config for reqReps in grid GENC-1168 8e3927c
52
+ * correct config for reqReps in grid GENC-1168 (#487) f9170d4
53
+ * e2e test for wc GENC-1185 9b4dc53
54
+ * escape commas in CSV files GENC-1188 c25aab1
55
+ * escape commas in CSV files GENC-1188 (#501) 7c32c98
56
+ * exclude bdd-tests from root build.gradle.kts e9fe879
57
+ * fix compatibility with configuration cache 5cf2fd5
58
+ * fix description in build.gradle.kts 53fece9
59
+ * mark test task as not compatible with configuration cache to avoid build issues 81ae5e3
60
+ * react event setup GENC-1185 80e20fd
61
+ * remove field name for custom events PA-1716 7ed8191
62
+ * remove field name for custom events PA-1716 (#484) eb2ce71
63
+ * rever workspace.xml changes c77586c
64
+ * revert workspace.xml changes and disable configuration cache for bdd tests 84bebda
65
+ * revert workspace.xml changes and disable configuration cache for bdd tests b5d2897
66
+ * revert workspace.xml changes and disable configuration cache for bdd tests 08a260e
67
+ * revert workspace.xml changes and disable configuration cache for bdd tests 4a3927e
68
+ * separate bdd tests folder (#494) c12df43
69
+ * set default baseuri to allow local running bdd tests GENC-1171 (#495) 86e45c8
70
+ * set requestAutoSetup: false as default for ReqRep GENC-1168 ed6c00a
71
+ * set requestAutoSetup: false as default for ReqRep GENC-1168 (#486) e2a4679
72
+ * show server errors in form GENC-1116 (#479) 3cc189f
73
+ * show title in custom events modal GENC-0 6998f64
74
+ * show title in custom events modal GENC-0 d31f9f3
75
+ * show title in custom events modal GENC-0 (#480) f05aa72
76
+ * syntax error setting confirmation message GENC-1185 10b2835
77
+ * tweak react syntax GENC-1185 07cf6dd
78
+ * update auth version [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#513) 1d4027a
79
+ * update BDD framework version GENC-0 (#507) 233103d
80
+ * Update gradle.properties to disable log4j2 shutdown hook in order to avoid classloader leakage f0deb5c
81
+ * Update gradle.properties to disable log4j2 shutdown hook in order to avoid classloader leakage (#481) 875cbc8
82
+ * update type for customEventFormSchemas GENC-1162 9985837
83
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 82124e1
84
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 921b9f9
85
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) aac125a
86
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) ca8beec
87
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 60b47dc
88
+ * use separate bdd tests folder to avoid groovy dependency clashes b1e6bfe
89
+ * use smart-form-modal for message display GENC-1185 22f7968
90
+ * use smart-form-modal GENC-1162 d4d112f
91
+
92
+ ## [5.4.0-prerelease.16](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.15...v5.4.0-prerelease.16) (2025-09-17)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * update auth version [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#513) 1d4027a
98
+
99
+ ## [5.4.0-prerelease.15](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.14...v5.4.0-prerelease.15) (2025-09-17)
100
+
101
+
102
+ ### Features
103
+
104
+ * support cucumber tags in bdd tests cc918ff
105
+ * support cucumber tags in bdd tests (#512) 652dcf1
106
+
107
+ ## [5.4.0-prerelease.14](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.13...v5.4.0-prerelease.14) (2025-09-11)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 82124e1
113
+
114
+ ## [5.4.0-prerelease.13](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.12...v5.4.0-prerelease.13) (2025-09-11)
115
+
116
+
117
+ ### Bug Fixes
118
+
119
+ * bump fui version with vite fixes GENC-1187 817d471
120
+ * bump fui version with vite fixes GENC-1187 (#511) bc6983c
121
+
122
+ ## [5.4.0-prerelease.12](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.11...v5.4.0-prerelease.12) (2025-09-02)
123
+
124
+
125
+ ### Bug Fixes
126
+
127
+ * bdd tests config to run against the server rather than via the UI GENC-1012 36566f2
128
+ * bdd tests config to run against the server rather than via the UI GENC-1012 (#509) a11bc20
129
+
130
+ ## [5.4.0-prerelease.11](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.10...v5.4.0-prerelease.11) (2025-08-29)
131
+
132
+
133
+ ### Bug Fixes
134
+
135
+ * update BDD framework version GENC-0 (#507) 233103d
136
+
137
+ ## [5.4.0-prerelease.10](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.9...v5.4.0-prerelease.10) (2025-08-20)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * bump fui version with stacking notification fix PA-1745 ce6ad4d
143
+ * bump fui version with stacking notification fix PA-1745 (#505) 0002d5d
144
+
3
145
  ## [5.4.0-prerelease.9](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.4.0-prerelease.8...v5.4.0-prerelease.9) (2025-08-19)
4
146
 
5
147
 
@@ -41,6 +41,11 @@ tasks {
41
41
  test {
42
42
  useJUnitPlatform()
43
43
  notCompatibleWithConfigurationCache("Allure test plugin does not support Configuration Cache.")
44
+
45
+ // Support for Cucumber tag filtering via system properties
46
+ if (System.getProperty("cucumber.filter.tags") != null) {
47
+ systemProperty("cucumber.filter.tags", System.getProperty("cucumber.filter.tags"))
48
+ }
44
49
  }
45
50
  named("allureReport") {
46
51
  notCompatibleWithConfigurationCache("Allure test plugin does not support Configuration Cache.")
@@ -48,4 +53,4 @@ tasks {
48
53
  named("allureGenesisReport") {
49
54
  notCompatibleWithConfigurationCache("Allure test plugin does not support Configuration Cache.")
50
55
  }
51
- }
56
+ }
@@ -3,5 +3,5 @@
3
3
  org.gradle.configuration-cache=false
4
4
  org.gradle.parallel=true
5
5
  org.gradle.caching=true
6
- bddVersion=3.5.18
6
+ bddVersion=3.5.30
7
7
 
@@ -1,8 +1,8 @@
1
1
  #BROWSER
2
2
  browser=chrome
3
3
  #ENVIRONMENT
4
- defaultHost=http://localhost:6060/
5
- baseURI=sm
4
+ defaultHost=http://localhost:9064/
5
+ baseURI=
6
6
  getEventAfterLogout=REQ_USER_DETAILS
7
7
  #PATH FOR RESOURCES
8
8
  resourcesPath=src/test/resources
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "5.4.0-prerelease.9",
4
+ "version": "5.5.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -1,5 +1,11 @@
1
1
  systemDefinition {
2
2
  global {
3
+ item(name = "DbNamespace", value = "{{localGenId}}")
4
+ item(name = "PrimaryIfSingleNode", value = "true")
5
+ item(name = "ClusterPort", value = "6000")
6
+ item(name = "Location", value = "LO")
7
+ item(name = "LogFramework", value = "LOG4J2")
8
+ item(name = "LogFrameworkConfig", value = "log4j2-default.xml")
3
9
  item(name = "DbLayer", value = "SQL")
4
10
  item(name = "SqlEnableSequenceGeneration", value = true)
5
11
  item(name = "DictionarySource", value = "DB")
@@ -15,7 +21,6 @@ systemDefinition {
15
21
  item(name = "DbUsername", value = "Enter DB Username")
16
22
  item(name = "DbPassword", value = "Enter DB Password")
17
23
  item(name = "DbSqlConnectionPoolSize", value = "3")
18
- item(name = "DbMode", value = "VANILLA")
19
24
  item(name = "GenesisNetProtocol", value = "V2")
20
25
  item(name = "ResourcePollerTimeout", value = "5")
21
26
  item(name = "ReqRepTimeout", value = "60")
@@ -32,19 +37,34 @@ systemDefinition {
32
37
 
33
38
  systems {
34
39
 
40
+ //Template setup for a cluster of hosts to help when setting up the application for a HA Prod environment
41
+ //If you are looking to use containers, the system definition block is not needed and can be removed
42
+ // Please see the following docs for container setup guidance : https://docs.genesis.global/docs/build-deploy-operate/deploy/hosting-infrastructure/containers/
43
+ system(name = "PROD") {
44
+
45
+ hosts {
46
+ //Change these to list each of the servers in your production cluster when known, more than one host being defined means they will try to operate as a cluster
47
+ //Ensure that firewall is configured for the hosts to be able to communicate per https://docs.genesis.global/docs/build-deploy-operate/deploy/supporting-infrastructure/#firewall
48
+ host("app-prod-host1")
49
+ host("app-prod-host2")
50
+ }
51
+
52
+ //ZeroMQ settings required for cluster operation : Read more at https://docs.genesis.global/docs/build-deploy-operate/operate/update-queue#zeromq-configuration-options
53
+ item(name = "ZeroMQProxyModeEnabled", value = "true")
54
+ item(name = "ZeroMQProxyUnicastRelayEnabled", value = "true")
55
+
56
+ }
57
+
35
58
  system(name = "DEV") {
36
59
 
37
60
  hosts {
61
+ //This block is used to run the application locally and will take your local machine host name
38
62
  host(LOCAL_HOST)
39
63
  }
40
-
64
+
65
+ //ZeroMQ settings required for running the app locally : Read more at https://docs.genesis.global/docs/build-deploy-operate/operate/update-queue#zeromq-configuration-options
41
66
  item(name = "ZeroMQConnectToLocalhostViaLoopback", value = "true")
42
- item(name = "DbNamespace", value = "{{localGenId}}")
43
- item(name = "PrimaryIfSingleNode", value = "true")
44
- item(name = "ClusterPort", value = "6000")
45
- item(name = "location", value = "LO")
46
- item(name = "LogFramework", value = "LOG4J2")
47
- item(name = "LogFrameworkConfig", value = "log4j2-default.xml")
67
+
48
68
  }
49
69
 
50
70
  }