This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new 39eda5113 chore: nightly automatic updates
39eda5113 is described below
commit 39eda5113ed1bb77e604bb096584de5783bd3337
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 29 00:11:37 2026 +0000
chore: nightly automatic updates
---
.../camel/applyconfiguration/camel/v1/mavenspec.go | 34 +++++-----------------
1 file changed, 8 insertions(+), 26 deletions(-)
diff --git a/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go
b/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go
index e9142419f..f681a668d 100644
--- a/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go
+++ b/pkg/client/camel/applyconfiguration/camel/v1/mavenspec.go
@@ -26,32 +26,14 @@ import (
// MavenSpecApplyConfiguration represents a declarative configuration of the
MavenSpec type for use
// with apply.
type MavenSpecApplyConfiguration struct {
- // The path of the local Maven repository.
- LocalRepository *string `json:"localRepository,omitempty"`
- // The Maven properties.
- Properties map[string]string `json:"properties,omitempty"`
- // Deprecated: no longer in use.
- DeprecatedProfiles []ValueSourceApplyConfiguration
`json:"profiles,omitempty"`
- // A reference to the ConfigMap or Secret key that contains
- // the Maven settings.
- Settings *ValueSourceApplyConfiguration `json:"settings,omitempty"`
- // A reference to the ConfigMap or Secret key that contains
- // the security of the Maven settings.
- SettingsSecurity *ValueSourceApplyConfiguration
`json:"settingsSecurity,omitempty"`
- // The Secrets name and key, containing the CA certificate(s) used to
connect
- // to remote Maven repositories.
- // It can contain X.509 certificates, and PKCS#7 formatted certificate
chains.
- // A JKS formatted keystore is automatically created to store the CA
certificate(s),
- // and configured to be used as a trusted certificate(s) by the Maven
commands.
- // Note that the root CA certificates are also imported into the
created keystore.
- CASecrets []corev1.SecretKeySelector `json:"caSecrets,omitempty"`
- // The Maven build extensions.
- // See https://maven.apache.org/guides/mini/guide-using-extensions.html.
- Extension []MavenArtifactApplyConfiguration `json:"extension,omitempty"`
- // The CLI options that are appended to the list of arguments for Maven
commands,
- // e.g., `-V,--no-transfer-progress,-Dstyle.color=never`.
- // See https://maven.apache.org/ref/3.9.14/maven-embedder/cli.html.
- CLIOptions []string `json:"cliOptions,omitempty"`
+ LocalRepository *string
`json:"localRepository,omitempty"`
+ Properties map[string]string
`json:"properties,omitempty"`
+ DeprecatedProfiles []ValueSourceApplyConfiguration
`json:"profiles,omitempty"`
+ Settings *ValueSourceApplyConfiguration
`json:"settings,omitempty"`
+ SettingsSecurity *ValueSourceApplyConfiguration
`json:"settingsSecurity,omitempty"`
+ CASecrets []corev1.SecretKeySelector
`json:"caSecrets,omitempty"`
+ Extension []MavenArtifactApplyConfiguration
`json:"extension,omitempty"`
+ CLIOptions []string
`json:"cliOptions,omitempty"`
}
// MavenSpecApplyConfiguration constructs a declarative configuration of the
MavenSpec type for use with