Skip to content

Conversation

kazuki43zoo
Copy link
Member

In Spring Boot 4.x line, it need the commons-logging 1.3 line. But In mybatis-spring-boot-test-autoconfigure, commons-logging exclude from spring-test, Therefore occur the build error. We remove the commons-logging from exclution setting for fixing this behavior. I've confirmed that it become same dependencies using mvn dependency:tree as difference from exclusion and non exclusion on Spring Boot 3.x line.
In this changes, master branch works on Spring Boot 3.x and 4.x.

@kazuki43zoo kazuki43zoo added this to the 3.0.5 milestone Jun 6, 2025
@coveralls
Copy link

Coverage Status

coverage: 97.715%. remained the same
when pulling 703f82d on kazuki43zoo:remove-exclusion-commons-logging-from-spring-test
into 0ef5949 on mybatis:master.

@kazuki43zoo kazuki43zoo merged commit 06e3bd9 into mybatis:master Jun 6, 2025
22 checks passed
@kazuki43zoo kazuki43zoo changed the title Remove exclusion the commons-logging form spring-test Remove exclusion the commons-logging from spring-test Jun 8, 2025
@kazuki43zoo kazuki43zoo deleted the remove-exclusion-commons-logging-from-spring-test branch June 8, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants