Commit Graph

25 Commits

Author SHA1 Message Date
dankito 96e8f4f986 Updated Quarkus version 2024-10-01 18:29:28 +02:00
dankito 1979356fdc Fixed metrics and health path so that they are reachable in Kubernetes 2024-03-19 22:48:51 +01:00
dankito 3041c5aec3 Added script to create and push docker image 2023-04-11 01:45:44 +02:00
dankito 55f53e0dd5 Enabled GZip support (but don't use it as class annotation, otherwise constructor injection will fail) 2023-04-11 01:02:48 +02:00
dankito 2bd8fb6e06 Fixed EpcQrCodeResourceTest 2023-04-11 00:46:06 +02:00
dankito c92dc50f3f Converted GenerateEpcQrCodeRequest to data class and all it's properties to val 2023-04-11 00:45:37 +02:00
dankito a167e8eeac Implemented HTML endpoint that shows generated EPC QR Code in a simple web site 2023-04-11 00:13:04 +02:00
dankito 14edcc6aae Added QR code width and height to EpcQrCodeConfig 2023-04-10 23:49:11 +02:00
dankito be296eaad9 Extracted EpcQrCodeService 2023-04-10 20:27:13 +02:00
dankito 7d69fc9d2d Implemented encoding response bytes with Base64 2023-04-10 20:13:30 +02:00
dankito 7a6d6055f1 Removed -Dto suffix from DTOs 2023-04-10 20:10:23 +02:00
dankito f8d526f923 Added health endpoints 2023-04-10 20:07:00 +02:00
dankito 4c3ffa8f5f Added OpenAPI / Swagger documentation 2023-04-10 20:06:05 +02:00
dankito 6a8ba4cadd Set path to /epcqrcode/v1 2023-04-10 19:21:05 +02:00
dankito 64427fe27e Added GET endpoint 2023-04-10 19:20:44 +02:00
dankito ae6ae7071a Disabled unwanted console output of Quarkus 2.x 2023-04-10 18:49:56 +02:00
dankito e75d761b78 Using port 6543 now only for local development 2023-04-10 18:47:22 +02:00
dankito 40f53a5301 Updated Quarkus to version 2023-04-10 18:45:17 +02:00
dankito c47dacae12 Extracted variable javaVersion 2022-03-13 23:45:48 +01:00
dankito d2dd5389ea Implemented scaling QR code 2022-03-13 23:43:57 +01:00
dankito 5d818dfeec Renamed EpcQrCodeCreator to EpcQrCodeGenerator 2022-03-13 22:23:22 +01:00
dankito d668c61c3d Using now String as data type for amount 2022-03-13 22:17:47 +01:00
dankito 93c3b915bf Renamed CreatorParam to EpcQrCodeConfig 2022-03-13 21:52:09 +01:00
dankito 8d9de1a4cd Set EpcQrCode dependency to api as due to IntelliJ (Gradle?) bug implementation cannot find project 2020-11-16 20:36:14 +01:00
dankito 302d6027c8 Implemented REST service for generating EPC QR code 2020-11-13 03:03:12 +01:00