Skip to content

Commit

Permalink
chore: use proper package properties
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Jan 10, 2025
1 parent edd41a7 commit b0fcc8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<quarkus.package.type>uber-jar</quarkus.package.type>
<quarkus.package.jar.enabled>true</quarkus.package.jar.enabled>
<quarkus.package.jar.type>uber-jar</quarkus.package.jar.type>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/upgrade.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== Upgrading from 6.x to 7.0

=== Removed deprecated code

- `KubernetesClientSerializationCustomer` has been removed, use `io.quarkus.kubernetes.client.KubernetesClientObjectMapperCustomizer` from Quarkus instead
- `BundleGenerationConfiguration.packageName` and associated property (`quarkus.operator-sdk.bundle.package-name`) have been removed, use `CSVMetadata.bundleName` instead
- `SharedCSVMetadata` and `CSVMetadata` from `quarkus-operator-sdk-bundle-generator` annotations that got moved to `quarkus-operator-sdk-annotations` module for better reuse
Expand Down

0 comments on commit b0fcc8d

Please sign in to comment.