Skip to content

make JdbcEventPublicationAutoConfiguration class public #1763

Description

@mjd507

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions