spring-projects / spring-projects/spring-modulith

make `JdbcEventPublicationAutoConfiguration` class public

Open
#1,763 6 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.