-
环境说明
```
17
3.0.2
3.5.3
8.0.27
```
shardingsphere-jdbc:
```
org.apache.shardingsphere
shardingsphere-jdbc
5.5.0
org.apache.shardingsphere
…
-
### 当前使用版本(必填,否则不予处理)
mybatis-plus 3.5.5
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
pagehelper 2.1.0
spring boot 3.2.0
open jdk 21
### 重现步骤(如果有就写完整)
启动就出如下错误。
### 报错信息
15:30:42.367 traceId…
-
```
pom.xml
org.springframework.boot
spring-boot-starter-parent
1.5.6.RELEASE
org.springframework.boot
spring-boot-devtools
…
-
ShardingSphere-JDBC Are there plans to support using functions in cross-library union queries?
-
springboot工程分页正常,但是单元测试中测试同样的方法报错,错误为:
java.lang.ClassCastException: java.util.ArrayList cannot be cast to com.github.pagehelper.Page
单元测试的注解如下:
@RunWith(SpringRunner.class)
@Import(XXXXServic…
-
**Describe the bug**
The pulsar manager backend keeps getting restarted.
https://github.com/apache/pulsar-manager/issues/517
**Screenshots**
-
**环境信息:**
- 1. 部署方式zlm(docker) + 编译wvp-pro
- 2. 部署环境 windows
- 3. 端口开放情况
- 全部正常
- 4. 是否是公网部署
- 否
- 5. 是否使用https
- 否
- 6. 方便的话提供下使用的设备品牌或平台
-
- 7. 你做过哪些尝试
- 8. 代码更新时间
- 最…
-
### Which version of ShardingSphere did you use?
shardingsphere-jdbc-core:5.4.0
### Expected behavior
Successfully paging
### Actual behavior
``` java
@Test
public void test01() {
…
-
### 当前使用版本(必填,否则不予处理)
v3.5.4.1/3.5.5
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
pagehelper升级2.1.0后依赖的jsqlparser为4.7版本
mybatis-plus依赖jsqlparser为4.6版本
在使用mybatis-plus分页插件时依赖兼容性问题导致
### 重现步骤(如果有就写完整)
…
-
I updated my Spring 6.0/Java 17 cache example to the latest Spring 6.1 M5 and Java 21, but when running the tests it throws exception like this.
The example project: https://github.com/hantsy/sprin…