Skip to content

Commit 05c9f4b

Browse files
committed
merge with main
2 parents 18dd300 + 3a0594c commit 05c9f4b

File tree

20 files changed

+68
-69
lines changed

20 files changed

+68
-69
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
echo "${{ secrets.ECOTONE_ENTERPRISE_PUBLIC_KEY }}" > ${{ matrix.package.directory }}/src/Messaging/Config/Licence/key.pem
126126
127127
-
128-
uses: "danharrin/monorepo-split-github-action@v2.3.0"
128+
uses: "danharrin/monorepo-split-github-action@v2.4.0"
129129
if: "startsWith(github.ref, 'refs/tags/')"
130130
with:
131131
tag: ${GITHUB_REF#refs/tags/}

packages/Amqp/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"require": {
4444
"ext-amqp": "*",
45-
"ecotone/enqueue": "~1.290.2",
45+
"ecotone/enqueue": "~1.291.1",
4646
"enqueue/amqp-ext": "^0.10.18",
4747
"enqueue/dsn": "^0.10.4",
4848
"enqueue/enqueue": "^0.10.0"
@@ -84,7 +84,7 @@
8484
},
8585
"extra": {
8686
"branch-alias": {
87-
"dev-main": "1.290.2-dev"
87+
"dev-main": "1.291.1-dev"
8888
},
8989
"ecotone": {
9090
"repository": "amqp"
@@ -105,7 +105,7 @@
105105
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
106106
}
107107
},
108-
"release-time": "2026-01-05 16:01:06"
108+
"release-time": "2026-01-06 14:29:47"
109109
},
110110
"config": {
111111
"allow-plugins": {

packages/Dbal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"ecotone/enqueue": "~1.290.2",
37+
"ecotone/enqueue": "~1.291.1",
3838
"doctrine/dbal": "^3.9|^4.0",
3939
"enqueue/dsn": "^0.10.4"
4040
},
@@ -46,7 +46,7 @@
4646
"doctrine/cache": "^1.0.0|^2.0",
4747
"doctrine/annotations": "^1.13|^2.0",
4848
"wikimedia/composer-merge-plugin": "^2.1",
49-
"ecotone/jms-converter": "~1.290.2",
49+
"ecotone/jms-converter": "~1.291.1",
5050
"symfony/expression-language": "^6.4|^7.0|^8.0"
5151
},
5252
"scripts": {
@@ -59,7 +59,7 @@
5959
},
6060
"extra": {
6161
"branch-alias": {
62-
"dev-main": "1.290.2-dev"
62+
"dev-main": "1.291.1-dev"
6363
},
6464
"ecotone": {
6565
"repository": "dbal"
@@ -80,7 +80,7 @@
8080
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8181
}
8282
},
83-
"release-time": "2026-01-05 16:01:06"
83+
"release-time": "2026-01-06 14:29:47"
8484
},
8585
"config": {
8686
"allow-plugins": {

packages/Ecotone/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"extra": {
6969
"branch-alias": {
70-
"dev-main": "1.290.2-dev"
70+
"dev-main": "1.291.1-dev"
7171
},
7272
"ecotone": {
7373
"repository": "ecotone"
@@ -88,7 +88,7 @@
8888
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8989
}
9090
},
91-
"release-time": "2026-01-05 16:01:06"
91+
"release-time": "2026-01-06 14:29:47"
9292
},
9393
"config": {
9494
"sort-packages": true,

packages/Ecotone/src/AnnotationFinder/AnnotatedFinding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* licence Apache-2.0
9-
*
9+
*
1010
* @template TMethodAttribute of object
1111
*/
1212
interface AnnotatedFinding

packages/Enqueue/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"ecotone/ecotone": "~1.290.2",
36+
"ecotone/ecotone": "~1.291.1",
3737
"queue-interop/queue-interop": "^0.8",
3838
"enqueue/dsn": "^0.10.4"
3939
},
@@ -56,7 +56,7 @@
5656
},
5757
"extra": {
5858
"branch-alias": {
59-
"dev-main": "1.290.2-dev"
59+
"dev-main": "1.291.1-dev"
6060
},
6161
"ecotone": {
6262
"repository": "enqueue"
@@ -77,7 +77,7 @@
7777
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7878
}
7979
},
80-
"release-time": "2026-01-05 16:01:06"
80+
"release-time": "2026-01-06 14:29:47"
8181
},
8282
"config": {
8383
"allow-plugins": {

packages/JmsConverter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require": {
41-
"ecotone/ecotone": "~1.290.2",
41+
"ecotone/ecotone": "~1.291.1",
4242
"jms/serializer": "^3.32",
4343
"symfony/cache": "^6.4|^7.0|^8.0"
4444
},
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-main": "1.290.2-dev"
63+
"dev-main": "1.291.1-dev"
6464
},
6565
"ecotone": {
6666
"repository": "jms-converter"
@@ -81,7 +81,7 @@
8181
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8282
}
8383
},
84-
"release-time": "2026-01-05 16:01:06"
84+
"release-time": "2026-01-06 14:29:47"
8585
},
8686
"config": {
8787
"sort-packages": true,

packages/Kafka/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"ext-rdkafka": "*",
36-
"ecotone/ecotone": "~1.290.2"
36+
"ecotone/ecotone": "~1.291.1"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^10.5|^11.0",
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-main": "1.290.2-dev"
55+
"dev-main": "1.291.1-dev"
5656
},
5757
"ecotone": {
5858
"repository": "kafka"
@@ -73,7 +73,7 @@
7373
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7474
}
7575
},
76-
"release-time": "2026-01-05 16:01:06"
76+
"release-time": "2026-01-06 14:29:47"
7777
},
7878
"config": {
7979
"allow-plugins": {

packages/Laravel/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require": {
41-
"ecotone/ecotone": "~1.290.2",
41+
"ecotone/ecotone": "~1.291.1",
4242
"laravel/framework": "^9.5.2|^10.0|^11.0|^12.0|^13.0"
4343
},
4444
"require-dev": {
@@ -51,7 +51,7 @@
5151
"symfony/expression-language": "^6.4|^7.0|^8.0",
5252
"nesbot/carbon": "^2.71|^3.0",
5353
"moneyphp/money": "^4.1.0",
54-
"ecotone/dbal": "~1.290.2",
54+
"ecotone/dbal": "~1.291.1",
5555
"timacdonald/log-fake": "^2.0"
5656
},
5757
"extra": {
@@ -61,7 +61,7 @@
6161
]
6262
},
6363
"branch-alias": {
64-
"dev-main": "1.290.2-dev"
64+
"dev-main": "1.291.1-dev"
6565
},
6666
"ecotone": {
6767
"repository": "laravel"
@@ -82,7 +82,7 @@
8282
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
8383
}
8484
},
85-
"release-time": "2026-01-05 16:01:06"
85+
"release-time": "2026-01-06 14:29:47"
8686
},
8787
"scripts": {
8888
"tests:phpstan": "vendor/bin/phpstan",

packages/LiteApplication/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"require": {
39-
"ecotone/ecotone": "~1.290.2",
40-
"ecotone/jms-converter": "~1.290.2",
39+
"ecotone/ecotone": "~1.291.1",
40+
"ecotone/jms-converter": "~1.291.1",
4141
"php-di/php-di": "^7.0.5"
4242
},
4343
"require-dev": {
@@ -50,7 +50,7 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-main": "1.290.2-dev"
53+
"dev-main": "1.291.1-dev"
5454
},
5555
"ecotone": {
5656
"repository": "lite-application"
@@ -71,7 +71,7 @@
7171
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]"
7272
}
7373
},
74-
"release-time": "2026-01-05 16:01:06"
74+
"release-time": "2026-01-06 14:29:47"
7575
},
7676
"scripts": {
7777
"tests:phpstan": "vendor/bin/phpstan",

0 commit comments

Comments
 (0)