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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions