Skip to content

Remove maven-failsafe-plugin configuration from spring-ai-mariadb-store module - #6979

Open
nicolaskrier wants to merge 1 commit into
spring-projects:mainfrom
nicolaskrier:spring-ai-mariadb-failsafe-configuration
Open

nicolaskrier wants to merge 1 commit into
spring-projects:mainfrom
nicolaskrier:spring-ai-mariadb-failsafe-configuration

Conversation

@nicolaskrier

@nicolaskrier nicolaskrier commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

By doing so, the maven-failsafe-plugin configuration from the parent POM is used. It relies on the integration-tests and ci-fast-integration-tests profiles, which have to be explicitly activated, whereas the previous configuration of the module was always active but integration tests were skipped via the skip.vectorstore.mariadb property, which had no default value. That means integration tests were not skipped by default.

…re module

By doing so, the maven-failsafe-plugin configuration from the parent
POM is used. It relies on the integration-tests and
ci-fast-integration-tests profiles, which have to be explicitly
activated, whereas the previous configuration of the module was always
active but integration tests were skipped via the
skip.vectorstore.mariadb property, which had no default value. That
means integration tests were not skipped by default.

Signed-off-by: Nicolas Krier <7557886+nicolaskrier@users.noreply.github.com>
@nicolaskrier
nicolaskrier force-pushed the spring-ai-mariadb-failsafe-configuration branch from f477593 to 77ae4b2 Compare September 13, 2026 14:10
@nicolaskrier nicolaskrier changed the title Remove maven-failsafe-plugin configuration from spring-ai-mariadb-store module Remove maven-failsafe-plugin configuration from spring-ai-mariadb-store module Sep 13, 2026
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