Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add spring boot to AllExtensionsIIoTInit #3265

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Sep 30, 2024

Purpose

This PR adds the @SpringBootApplication annotation to the AllExtensionsIIoTInit class to align it with other classes extending StreamPipesExtensionsServiceBase. This ensures consistency and expected behavior across all extension classes.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend labels Sep 30, 2024
Copy link
Member

@dominikriemer dominikriemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add this also to the other extension services which build a fat jar?

@dominikriemer dominikriemer merged commit 8d15701 into dev Oct 3, 2024
21 checks passed
@dominikriemer dominikriemer deleted the hotfix-add-spring-boot-to-all-extensions-iiot branch October 3, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants