Skip to content

Commit

Permalink
Merge pull request #40 from dynamic-datasource/shardingsphere-v550
Browse files Browse the repository at this point in the history
Updates ShardingSphere to 5.5.0 and fall back on explicit version locking for Logback
  • Loading branch information
huayanYu authored May 7, 2024
2 parents bc030be + 04702ae commit 006cd72
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@

## Contributing

我们欢迎社区的贡献。
我们欢迎社区的贡献。围绕此 git 的讨论与协作应通过 https://github.com/baomidou/dynamic-datasource/issues 进行。

针对 IDE,项目的语言级别应设置为 JDK 8,对于单独的 `com.baomidou:springboot3-sample` 子模块,语言级别应设置为 JDK 17 。
在提交 Pull Request 之前, 请在本地通过 [OpenJDK 17, OpenJDK 21] 的 JDK 范围下完成此命令的验证。
我们鼓励通过 `SDKMAN!` 切换到 `21.0.1-graalce` 来验证。
我们鼓励通过 `SDKMAN!` 切换到 `21.0.2-graalce` 来验证。

```shell
./mvnw -T1C clean test
sdk install java 21.0.2-graalce
sdk use java 21.0.2-graalce

git clone [email protected]:dynamic-datasource/dynamic-datasource-samples.git
cd ./dynamic-datasource-samples/
./mvnw -T1C -e clean test
```
4 changes: 0 additions & 4 deletions datasource-samples/druid-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
Loading

0 comments on commit 006cd72

Please sign in to comment.