You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gg...@apache.org on 2023/04/25 11:31:49 UTC

[camel] branch main updated: (chores) camel-spring doesn't contain any JAXB model classes

This is an automated email from the ASF dual-hosted git repository.

ggrzybek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 537f0241dc4 (chores) camel-spring doesn't contain any JAXB model classes
537f0241dc4 is described below

commit 537f0241dc4aaf1f2c756bca06e029146872bdad
Author: Grzegorz Grzybek <gr...@gmail.com>
AuthorDate: Tue Apr 25 13:31:07 2023 +0200

    (chores) camel-spring doesn't contain any JAXB model classes
---
 .../src/main/java/org/apache/camel/spring/package-info.java         | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/components/camel-spring/src/main/java/org/apache/camel/spring/package-info.java b/components/camel-spring/src/main/java/org/apache/camel/spring/package-info.java
index 28c8ff7c697..2325598a1c3 100644
--- a/components/camel-spring/src/main/java/org/apache/camel/spring/package-info.java
+++ b/components/camel-spring/src/main/java/org/apache/camel/spring/package-info.java
@@ -14,9 +14,5 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-/**
- * The classes for working with Camel and Spring along with the primary factory beans.
- */
-@jakarta.xml.bind.annotation.XmlSchema(namespace = "http://camel.apache.org/schema/spring",
-                                       elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED)
+
 package org.apache.camel.spring;