-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
PR for #4526 - stroom:dictionary() is dropping { and } when on a separate line
- Loading branch information
Showing
9 changed files
with
152 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
* Issue **#4526** : Change Dictionary to not de-duplicate words as this is breaking JSON when used for holding SSL config in JSON form. | ||
|
||
|
||
```sh | ||
# ******************************************************************************** | ||
# Issue title: stroom:dictionary() is dropping { and } when on a separate line | ||
# Issue link: https://github.com/gchq/stroom/issues/4526 | ||
# ******************************************************************************** | ||
|
||
# ONLY the top line will be included as a change entry in the CHANGELOG. | ||
# The entry should be in GitHub flavour markdown and should be written on a SINGLE | ||
# line with no hard breaks. You can have multiple change files for a single GitHub issue. | ||
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than | ||
# 'Fixed nasty bug'. | ||
# | ||
# Examples of acceptable entries are: | ||
# | ||
# | ||
# * Issue **123** : Fix bug with an associated GitHub issue in this repository | ||
# | ||
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository | ||
# | ||
# * Fix bug with no associated GitHub issue. | ||
``` |