This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from f96fdd3 Simplify String concat in PostgreSQLCommandCompletePacket
(#15359)
add a591d23 Optimize for NarayanaConfigurationFileGenerator (#15354)
No new revisions were added by this update.
Summary of changes:
.../xa/narayana/config/NarayanaConfigEntry.java | 15 +-
.../xa/narayana/config/NarayanaConfiguration.java | 21 +-
.../config/NarayanaConfigurationFileGenerator.java | 137 +++++------
.../NarayanaConfigurationFileGeneratorTest.java | 274 +++++++++++++++++++++
.../src/main/resources/conf/server.yaml | 9 +-
5 files changed, 354 insertions(+), 102 deletions(-)
copy
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/cases/assertion/IntegrationTestCaseAssertionSQL.java
=>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-provider/shardingsphere-transaction-xa-narayana/src/main/java/org/apache/shardingsphere/transaction/xa/narayana/config/NarayanaConfigEntry.java
(76%)
copy
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/cases/assertion/IntegrationTestCaseAssertionSQL.java
=>
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-provider/shardingsphere-transaction-xa-narayana/src/main/java/org/apache/shardingsphere/transaction/xa/narayana/config/NarayanaConfiguration.ja
[...]
create mode 100644
shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-type/shardingsphere-transaction-xa/shardingsphere-transaction-xa-provider/shardingsphere-transaction-xa-narayana/src/test/java/org/apache/shardingsphere/transaction/xa/narayana/config/NarayanaConfigurationFileGeneratorTest.java