fix(build): switch from uber-jar to fast-jar for Docker compatibility
- Change quarkus.package.type from uber-jar to fast-jar - Add EventShare entity and migration for share tracking - Add establishment capacity field - Improve event and establishment services - Add comprehensive tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -13,7 +13,7 @@
|
||||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
||||
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
|
||||
<quarkus.platform.version>3.16.3</quarkus.platform.version>
|
||||
<quarkus.package.type>uber-jar</quarkus.package.type>
|
||||
<quarkus.package.type>fast-jar</quarkus.package.type>
|
||||
<skipITs>true</skipITs>
|
||||
<surefire-plugin.version>3.5.0</surefire-plugin.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user