Pull request #19: Language is set only on bevis itself, not on all fieldsMerge in MF/mf-common from remove-language-from-strings to master
* commit 'a6190b3034d4654cfde983f4e001c0b5cb86cc33':
ci: 2.0.0 -> 2.0.1-SNAPSHOT
ci!: No language in Text classes, 1.4.6-SNAPSHOT -> 2.0.0
refactor: Language is set only on bevis itself not on all fields
fix(deps): update all non-major dependencies
ci!: No language in Text classes, 1.4.6-SNAPSHOT -> 2.0.0They are now not `StringWithLanguage` but `StringWithLength`
BREAKING-CHANGE: `StringWithLanguage` has changed to `StringWithLength`
SAMPORT-2087
Pull request #18: SAMPORT-2087 Set default time for timeOfMonthMerge in MF/mf-common from SAMPORT-2087-Set-default-time-for-timeOfMonth to master
* commit '2d437494f2597329d5b33641eac8e8f827a4502a':
ci: 1.4.5 -> 1.4.6-SNAPSHOT
ci: Default time for TimeOfMonth, 1.4.5-SNAPSHOT -> 1.4.5
fix: Default time for TimeOfMonth
ci: Better initalizing of addresselinjer, 1.4.4-SNAPSHOT -> 1.4.4We are almost always creating it with 4 lines, and it makes sense to filter out nulls to empty strings as null is the database representation
Pull request #9: feat: Add renovate config with usersMerge in MF/mf-common from feat-add-renovate-config-with-reviewers to master
* commit 'd08e95887917d2d541b05ca78c4ab35593468843':
feat: Add renovate config with users
Pull request #6: SAMPORT-2087 lag transportklasserMerge in MF/mf-common from SAMPORT-2087-lag-transportklasser to master
* commit 'e18428ac90d71745b86a1f746ae9d4b54af6a5a9':
ci: 1.4.0 -> 1.4.1-SNAPSHOT
ci: Extensive set of domain classes, exception to log message, 1.3.2-SNAPSHOT -> 1.4.0
feat: Add tests for AdresseLinjer
refactor: Remove custom range classes and just use ClosedRange directly
chore: Add description of a few imports i...
ci: Extensive set of domain classes, exception to log message, 1.3.2-SNAPSHOT -> 1.4.0Has added:
- All simple types used for sending a melding to meldingslogg
- Extension function enabling simple logging of location of an error message.
- A few refactorings here and there.
SAMPORT-2087
refactor: Remove custom range classes and just use ClosedRange directlyThis solves the import problem as well as a load of extension functions. Winwin.
SAMPORT-2087