el37c opened a new issue, #34252: URL: https://github.com/apache/shardingsphere/issues/34252
Good day everyone, I am trying to create a project to test XA transactions from the examples directory, but when running ExampleGeneratorMain I get the error: ``` Module shardingsphere SDK 21 does not support source version 1.7. ``` I am using SDK version: Oracle OpenJDK 21.0.2 and use latest version of shardingsphere. Configuration for creation: ``` # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # #output: # - ./examples/shardingsphere-jdbc-example-generator/target/generated-sources/ # supported: cluster-zookeeper,cluster-etcd,standalone modes: - standalone # supported: local, xa-atomikos, xa-narayana, base-seata transactions: - local # - xa-atomikos # - xa-narayana # - base-seata # supported: sharding,readwrite-splitting,encrypt,shadow,mask features: - sharding - readwrite-splitting # - encrypt # - shadow # - mask # supported:jdbc,spring-boot-starter-jdbc,spring-boot-starter-jpa,spring-boot-starter-mybatis,spring-namespace-jdbc,spring-namespace-jpa,spring-namespace-mybatis frameworks: # - jdbc - spring-boot-starter-jdbc # - spring-boot-starter-jpa # - spring-boot-starter-mybatis # - spring-namespace-jdbc # - spring-namespace-jpa # - spring-namespace-mybatis props: host: localhost port: 3306 username: root password: 123456 ``` Could you please advise how to resolve this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
