release version 1.12.0

This commit is contained in:
2026-02-18 23:32:39 +03:00
parent 24ce86f470
commit 5d0e27b3e2
2858 changed files with 18366 additions and 113588 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>ru.entaxy.platform.security</groupId>
<artifactId>keystore</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</parent>
<groupId>ru.entaxy.platform.security.keystore</groupId>
<artifactId>keystore-design</artifactId>

View File

@@ -35,7 +35,7 @@
},
"keystorePassword": {
"displayName": "Keystore Password",
"description": "The password for the keystore. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>",
"description": "The password for the keystore. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>",
"type": "password",
"required": true,
"isHidden": true
@@ -99,7 +99,7 @@
},
"keystoreFile": {
"displayName": "Keystore File",
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>",
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>",
"type": "resource",
"@UI": {
"processStage": "post-save",

View File

@@ -6,7 +6,7 @@
"displayName": "JKS :: KEYSTORE",
"isAbstract": false,
"label": "security,keystore,jks",
"description": "Factory jks-keystore of entaxy.security.keystore. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>"
"description": "Factory jks-keystore of entaxy.security.keystore. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>"
},
"entaxy.security.keystore": {},
"fields": {
@@ -43,10 +43,10 @@
}
},
"keystoreFile": {
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>"
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>"
},
"keystoreType": {
"description": "Defines the format of the keystore, such as JKS (Java KeyStore) or PKCS12 (Public Key Cryptography Standards #12). For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>",
"description": "Defines the format of the keystore, such as JKS (Java KeyStore) or PKCS12 (Public Key Cryptography Standards #12). For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>",
"@TYPEINFO": {
"type": "enum",
"values": [

View File

@@ -6,7 +6,7 @@
"displayName": "JWT :: KEYSTORE",
"isAbstract": false,
"label": "security,keystore,jwk",
"description": "Factory jwk-keystore of entaxy.security.keystore. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>"
"description": "Factory jwk-keystore of entaxy.security.keystore. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>"
},
"entaxy.security.keystore": {},
"fields": {
@@ -14,10 +14,10 @@
"defaultValue": ""
},
"keystoreFile": {
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>"
"description": "A field for uploading the keystore file that contains cryptographic keys and certificates. For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>"
},
"keystoreType": {
"description": "Defines the format of the keystore, such as JWK (JSON Web Key). For more details see <a target=\"_blank\" href=\"https://docs.entaxy.ru/entaxy-core/${project.version}/core/security/keystores.html\">Entaxy docs</a>",
"description": "Defines the format of the keystore, such as JWK (JSON Web Key). For more details see <a target=\"_blank\" href=\"/entaxy-documentation/entaxy-documentation-${entaxy.documentation.version}/entaxy-core/${entaxy.documentation.version}/core/security/keystores.html\">Entaxy docs</a>",
"@TYPEINFO": {
"type": "enum",
"values": [