spring-projects / spring-projects/spring-modulith
make `JdbcEventPublicationAutoConfiguration` class public
Open
@odrotbohm is already working on this.
Since Sep 11, 2026.
in: event publication registry
meta: waiting for feedback
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 222
- PR merge metrics
- No merged PRs in 30d
Description
I was writing a slice integration test that need the EventPublicationRepository bean to verify the incomplete and completed event publications.
I see the JdbcEventPublicationAutoConfiguration will config the EventPublicationRepository.
however, I can not use @ImportAutoConfiguration(classes = {JdbcEventPublicationAutoConfiguration.class}) because it not public.
I think at least for slice test, it is useful to make it public, or how we can elegantly achieve this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.