This repository shows how to build reactive applications in Java 8 using the Akka framework, on Akka Persistence, with cassandra as backend, and exposing an event sourced stream using HTTP.
MIT License
44
stars
18
forks
source link
chore(deps): update dependency de.undercouch:actson to v2 #202
[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
michel-kraemer/actson (de.undercouch:actson)
### [`v2.1.0`](https://togithub.com/michel-kraemer/actson/releases/tag/v2.1.0)
[Compare Source](https://togithub.com/michel-kraemer/actson/compare/v2.0.0...v2.1.0)
New features:
- Add possibility to provide a custom implementation of a character buffer. A character buffer keeps the contents of the currently parsed JSON value in memory.
Maintenance:
- Update dependencies
- Update Gradle to 7.5.1
### [`v2.0.0`](https://togithub.com/michel-kraemer/actson/releases/tag/v2.0.0)
[Compare Source](https://togithub.com/michel-kraemer/actson/compare/v1.2.0...v2.0.0)
New features:
- Add method to get current long integer value
Breaking changes:
- Library requires Java 8 now
- Change return type of `getParsedCharacterCount()` to `long` to avoid integer overflow when parsing files larger than 2GB
Maintenance:
- Update dependencies of tests and examples
- Update to Gradle 7
- Migrate to JUnit5 and AssertJ
- Minor code cleanup
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.2.0
->2.1.0
Release Notes
michel-kraemer/actson (de.undercouch:actson)
### [`v2.1.0`](https://togithub.com/michel-kraemer/actson/releases/tag/v2.1.0) [Compare Source](https://togithub.com/michel-kraemer/actson/compare/v2.0.0...v2.1.0) New features: - Add possibility to provide a custom implementation of a character buffer. A character buffer keeps the contents of the currently parsed JSON value in memory. Maintenance: - Update dependencies - Update Gradle to 7.5.1 ### [`v2.0.0`](https://togithub.com/michel-kraemer/actson/releases/tag/v2.0.0) [Compare Source](https://togithub.com/michel-kraemer/actson/compare/v1.2.0...v2.0.0) New features: - Add method to get current long integer value Breaking changes: - Library requires Java 8 now - Change return type of `getParsedCharacterCount()` to `long` to avoid integer overflow when parsing files larger than 2GB Maintenance: - Update dependencies of tests and examples - Update to Gradle 7 - Migrate to JUnit5 and AssertJ - Minor code cleanupConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.