release version 1.11.0

This commit is contained in:
2025-07-10 23:47:05 +03:00
parent 5cb6857fa1
commit 8dd9cf9cf2
3082 changed files with 278464 additions and 1833 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
<artifactId>initializer</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -2,7 +2,7 @@
* ~~~~~~licensing~~~~~~
* connection-initializer
* ==========
* Copyright (C) 2020 - 2024 EmDev LLC
* Copyright (C) 2020 - 2025 EmDev LLC
* ==========
* You may not use this file except in accordance with the License Terms of the Copyright
* Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property

View File

@ -0,0 +1,14 @@
{
"connections": [
{
"factoryId": "artemis-connection",
"objectId": "entaxy-broker",
"properties": {
"connectionString": "(tcp://localhost:61616)",
"camel_username": "entaxy",
"camel_password": "entaxy",
"isPlatform": true
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"connections": [
{
"factoryId": "jdbc-connection",
"objectId": "entaxy-db-storage",
"properties": {
"dataSourceName": "entaxy.esb.storage",
"isPlatform": true
}
},
{
"factoryId": "jdbc-connection",
"objectId": "entaxy-db-cache",
"properties": {
"dataSourceName": "entaxy.esb.cache",
"isPlatform": true
}
}
]
}