summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Sun, 23 Jun 2024 09:49:42 +0000 (11:49 +0200)]
recorder: 1.2.2 - RocksDB does nor work in Alpine-Linux
Kai Moritz [Sun, 23 Jun 2024 08:50:27 +0000 (10:50 +0200)]
recorder: 1.2.1 - Upgraded JDK-version, Spring Boot & Docker
Kai Moritz [Wed, 5 Jun 2024 21:02:25 +0000 (23:02 +0200)]
recorder: 1.2.0 - Fixed a bug (error-detection) in `RecorderController`
Kai Moritz [Wed, 5 Jun 2024 21:02:25 +0000 (23:02 +0200)]
recorder: 1.2.0 - Fixed implementation (``User`` was not used!)
* The introduced domain-class `User` was not used for serialization.
* _Note:_ The test-case did *not* revealed this!
Kai Moritz [Sun, 2 Jun 2024 11:01:08 +0000 (13:01 +0200)]
recorder: 1.2.0 - The key is also serialized as JSON (new type `User`)
Kai Moritz [Sun, 2 Jun 2024 16:16:33 +0000 (18:16 +0200)]
recorder: 1.2.0 - Refined `TestData` clearified concerns
Kai Moritz [Sun, 2 Jun 2024 10:17:13 +0000 (12:17 +0200)]
recorder: 1.2.0 - Refined `ApplicationIT` (introduced ``TestData``)
Kai Moritz [Sun, 2 Jun 2024 10:23:08 +0000 (12:23 +0200)]
recorder: 1.2.0 - Renamed `ApplicationTest` into `ApplicationIT` -- ALIGN
Kai Moritz [Sun, 2 Jun 2024 10:20:01 +0000 (12:20 +0200)]
recorder: 1.2.0 - `ApplicationTest` -> `RecorderApplicationIT` -- MOVE
Kai Moritz [Sun, 5 May 2024 11:26:28 +0000 (13:26 +0200)]
recorder: 1.1.2 - The `JsonSerializer` is used for serialization
* Configured the Spring Kafka `JsonSerializer` for serialization.
* The `JsonSerializer` is configured, to add _no_ type-info to the headers.
* Added an integration test to proof, that everything works as expected.
Kai Moritz [Sun, 5 May 2024 09:12:26 +0000 (11:12 +0200)]
recorder: 1.1.1 - Updated Spring Boot to `3.2.5`
Kai Moritz [Sat, 4 Feb 2023 09:46:03 +0000 (10:46 +0100)]
recorder: 1.1.0 - recordings are sent as JSON
Kai Moritz [Sat, 4 Feb 2023 09:17:39 +0000 (10:17 +0100)]
recorder: 1.0.2 - Upgraded Spring Boot 2.5.4 -> 3.0.2
Kai Moritz [Sat, 16 Oct 2021 14:39:52 +0000 (16:39 +0200)]
recorder: 1.0.1 - changed default-port and exposed all actuator-endpoints
Kai Moritz [Wed, 1 Sep 2021 16:42:29 +0000 (18:42 +0200)]
recorder:1.0.0 - send recordings keyed by username
Kai Moritz [Wed, 1 Sep 2021 15:49:48 +0000 (17:49 +0200)]
Generated empty project on start.spring.io