This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f49c6f75ccd137690f8487cb673b242999d3e2e9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Feb 3 06:53:31 2021 +0100 Upgrade AWS SDK v2 to version 2.15.74 --- .../apache/camel/catalog/schemas/camel-spring.xsd | 20 ++------------------ parent/pom.xml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index d7cdfbd..c4815a3 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -6651,15 +6651,7 @@ Class name of the java type to use when unmarshalling. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="jsonViewTypeName" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -When marshalling a POJO to JSON you might want to exclude certain fields from -the JSON output. With Jackson you can use JSON views to accomplish this. This -option is to refer to the class which has JsonView annotations. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> + <xs:attribute name="jsonView" type="xs:string"/> <xs:attribute name="include" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -6974,15 +6966,7 @@ Class name of the java type to use when unmarshalling. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="jsonViewTypeName" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -When marshalling a POJO to JSON you might want to exclude certain fields from -the JSON output. With Jackson you can use JSON views to accomplish this. This -option is to refer to the class which has JsonView annotations. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> + <xs:attribute name="jsonView" type="xs:string"/> <xs:attribute name="include" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ diff --git a/parent/pom.xml b/parent/pom.xml index 09bfcf3..0ec2fbb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -78,7 +78,7 @@ <avro-ipc-netty-version>1.10.1</avro-ipc-netty-version> <awaitility-version>4.0.3</awaitility-version> <aws-java-sdk-version>1.11.714</aws-java-sdk-version> - <aws-java-sdk2-version>2.15.73</aws-java-sdk2-version> + <aws-java-sdk2-version>2.15.74</aws-java-sdk2-version> <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs> <aws-xray-version>2.6.1</aws-xray-version> <axiom-version>1.2.14</axiom-version>