Skip to content

Commit bf0bcd3

Browse files
committed
chore: prepare release 0.0.3
1 parent 77e0c7e commit bf0bcd3

File tree

5 files changed

+47
-4
lines changed

5 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.0.3 - 2025-09-21
4+
5+
### Added
6+
- **Event Location Markers**: Added functionality to support markers at import of event location for better visual orientation
7+
- **Reflection Configuration**: Registered DTOs for reflection to support native image builds with GraalVM
8+
- **Error Translations**: Added error title and description for invalid login credentials in German and English translations
9+
10+
### Improved
11+
- **Native Image Support**: Enhanced system compatibility for native compilation by properly configuring reflection for all DTOs
12+
- **User Feedback**: Better error handling and localized messages for authentication failures
13+
- **Import Functionality**: Event location import now supports marker placement for enhanced user experience
14+
15+
### Fixed
16+
- **Login Error Handling**: Proper error messages are now displayed when invalid credentials are provided
17+
- **Native Build Compatibility**: Resolved issues with DTO serialization in native image builds
18+
319
## 0.0.2 - 2025-09-21
420

521
### Added

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Release 0.0.3
2+
3+
This patch release adds important functionality for event location management and improves system compatibility for native image builds.
4+
5+
## New Features
6+
7+
### Event Location Management
8+
- **Event Location Markers Support**: Enhanced event location import functionality now supports markers that can be placed on location maps to provide visual orientation points for users
9+
- **Improved User Experience**: Login error handling with proper localized error messages for invalid credentials
10+
11+
### System Improvements
12+
- **Native Image Compatibility**: Registered all DTOs for reflection to ensure proper functionality when building native images with GraalVM
13+
- **Error Handling**: Added proper error titles and descriptions for login credential validation failures
14+
- **Internationalization**: Enhanced translation support for error messages in both German and English
15+
16+
## Technical Enhancements
17+
18+
### Reflection Configuration
19+
- Comprehensive DTO registration for native image builds ensures all data transfer objects work correctly in compiled native executables
20+
- Improved build reliability for production deployments using native compilation
21+
22+
### Localization
23+
- Added missing error message translations for authentication failures
24+
- Improved user feedback with clear, localized error descriptions
25+
26+
---
27+
128
# Release 0.0.2
229

330
This major release brings significant enhancements to the Seat Reservation application, focusing on mobile user experience, new administrative features, and improved system reliability.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.felixhertweck.seatreservation</groupId>
66
<artifactId>seat-reservation</artifactId>
7-
<version>0.0.2</version>
7+
<version>0.0.3</version>
88

99
<properties>
1010
<compiler-plugin.version>3.14.0</compiler-plugin.version>

webapp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seat-reservation_webapp",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)