Skip to content

Commit ed63ab1

Browse files
Skip calling event sourcing handler setting initial state for aggregates (#459)
1 parent 86eea70 commit ed63ab1

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2025 Dariusz Gafka <[email protected]>
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
15+
THE SOFTWARE.
16+
17+
**Scope of the License**
18+
19+
Apache-2.0 Licence applies to non Enterprise Functionalities of the Ecotone Framework.
20+
Functionalities of the Ecotone Framework referred to as Enterprise functionalities, are not covered under the Apache-2.0 license. These functionalities are provided under a separate Enterprise License.
21+
For details on the Enterprise License, please refer to the [LICENSE-ENTERPRISE](./LICENSE-ENTERPRISE) file.

LICENSE-ENTERPRISE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright (c) 2025 Dariusz Gafka <[email protected]>
2+
3+
Licence is available at [ecotone.tech/documents/ecotone_enterprise_licence.pdf](https://ecotone.tech/documents/ecotone_enterprise_licence.pdf)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
},
6666
"extra": {
6767
"branch-alias": {
68-
"dev-main": "1.249.0-dev"
68+
"dev-main": "1.250.0-dev"
6969
},
7070
"ecotone": {
7171
"repository": "quickstart-examples"
7272
},
73-
"release-time": "2025-03-21 11:16:03"
73+
"release-time": "2025-03-25 07:39:12"
7474
}
7575
}

0 commit comments

Comments
 (0)