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

[Breaking Change] remove default HoconAddMode from HOCON builders #135

Merged
merged 5 commits into from
Nov 21, 2022

Conversation

Arkatufus
Copy link
Contributor

@Arkatufus Arkatufus commented Nov 2, 2022

Fixes #134

Changes

  • Change AddHocon and AddHoconFile default mode from Append to Prepend

WARNING

This is a breaking change for all Akka.Hosting extension plugins

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

@Arkatufus
Copy link
Contributor Author

As of the latest discussion with @Aaronontheweb, we will remove the default value instead.

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

Breaking change, but this has been a big footgun in Akka.Hosting so far.

@Aaronontheweb Aaronontheweb changed the title Change AddHocon and AddHoconFile default mode from Append to Prepend [Breaking Change] remove default HoconAddMode from HOCON builders Nov 21, 2022
@Aaronontheweb Aaronontheweb merged commit f29208b into akkadotnet:dev Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to make default HoconMode == Prepend
2 participants