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

[1.x] Allow to customise SystemSettings for BlackBoxContext #1495

Merged
merged 13 commits into from
Nov 10, 2022

Conversation

armiol
Copy link
Contributor

@armiol armiol commented Nov 10, 2022

Previously, the BlackBoxContext instances were built on top of BoundedContextBuilders by copying the internals of the latter builder. However, not all of the parts were copied properly. Also, this functionality was not tested.

This changeset improves the copying by including more pieces from the source BoundedContextBuilder. In particular, all changes made to BoundedContextBuilder.systemSettings() are now transferred as well.

This PR addresses #1485.

Additionally, the core-java code was migrated to the freshly updated io.spine.environment API propagated via base.

Also, 1.x-dev-specific publishing workflow was introduced, along with the required credentials.

@armiol armiol changed the base branch from master to 1.x-dev November 10, 2022 12:05
@armiol armiol self-assigned this Nov 10, 2022
pom.xml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant