TPS-5515
Info | Value |
---|---|
Patch Name | Patch_20230905_TPS-5515_v3-8.0.1 |
Release Date | 2023-09-05 |
Target Versions | 8.0.1 |
Product affected | Talend Data Preparation |
Introduction
This patch is cumulative. It includes all previous generally available patches for Talend Data Preparation 8.0.1
NOTE: For information on how to obtain this patch, reach out to your Support contact at Talend.
Fixed issues
- TDP-10790: [801 Hybrid DataPrep] Issue for Data Prep cluster in hybrid mode + load balancer
Security
- TDP-12221 : Remove dataprep-ee-gateway (useless for on-prem)
- TDP-12085 : Bump JSON Small and Fast Parser
- TDP-12563 : Bump Apache Kafka
- TDP-12517 : Bump Spring Boot Autoconfigure
- TDP-12516 : Bump Spark Project Core
- TDP-12515 : Bump SpringWeb MVC
- TDP-12344 : Deploy last TCOMP version fixing CVEs
- TDP-12221 : Fix insecure Websocket
CVEs detail
- CVE-2023-1370 : JSON Small and Fast Parser, jenkins and jenkins-2-plugins are vulnerable to Denial Of Service (DoS). net.minidev, json-smart is vulnerable to Denial Of Service (DoS). The vulnerability exists because there is no nested depth checks for deeply nested JSON arrays or objects, which allows an attacker to crash the application via a malicious array with deeply nested elements.
- CWE-319 : Cleartext Transmission of Sensitive Information
- CVE-2023-20860 : spring-webmvc is vulnerable to Security Bypass. The vulnerability exists because using "
**
" as a pattern in spring security configuration with themvcRequestMatcher
which creates a mismatch in pattern matching between Spring Security and Spring MVC and the potential for a security bypass. - CVE-2023-32007 : Apache Spark is vulnerable to OS command injection. The authentication filter checks if a user has access permissions to view or modify the application. If ACLs are enabled, a code path in
HttpSecurityFilter
may allow someone to impersonate an arbitrary user name and execute a Unix shell command based on their input. - CVE-2023-20883 : spring-boot-autoconfigure is vulnerable to Denial Of Service (DoS). The vulnerability is applicable when the application has Spring MVC auto-configuration enabled and uses the Spring Boot welcome page, which can be either static or templated, and the application is deployed behind a proxy which caches the 404 responses. An attacker can cause the application to crash by submitting a request to the welcome page which the server is unable to properly respond to.
- CVE-2023-25194 : Kafka clients is vulnerable to Remote Code Execution. The vulnerability is due to a lack of restrictions on the
sasl.jaas.config
authentication property, which allows an authenticated attacker to submit arbitrary SASL configurations. An attacker can inject a deserialization gadget chain into the configuration when there are available gadgets in the classpath, resulting in arbitrary code execution when a client connects to the attacker controlled LDAP server. - CVE-2022-45688 : hutool-json and json are vulnerable to Denial Of Service (DoS). The vulnerability exists due to a stack-based overflow in the library which allows an attacker to cause an application crash via malicious JSON or XML data.
- CVE-2022-39135 : Calcite Core is vulnerable to XML external entity attacks. A remote attacker is able to read the contents of confidential files through the use of SQL functions such as
EXISTS_NODE
,EXTRACT_XML
,XML_TRANSFORM
orEXTRACT_VALUE
due to insecure business logic inXmlFunctions.java
. - CVE-2023-1436 : org.codehaus.jettison:jettison is vulnerable to Denial of Service (DoS). The vulnerability is due to an infinite loop when constructing a
JSONArray
from a Collection that contains a self-reference in one of its elements which leads to a StackOverflowError exception, resulting in an application crash. - CVE-2023-30535 : net.snowflake:snowflake-jdbc is vulnerable to Command Injection. The vulnerability exists due to improper input sanitizations in the
openBrowser
function ofSessionUtilExternalBrowser.java
. An attacker is able to set up a malicious server to respond to an SSO URL with a malicious payload, leading to remote code execution if the user visits the maliciously crafted connection URL. - CVE-2023-1370 : net.minidev, json-smart is vulnerable to Denial Of Service (DoS). The vulnerability exists because there is no nested depth checks for deeply nested JSON arrays or objects, which allows an attacker to crash the application via a malicious array with deeply nested elements.
- CVE-2021-37533 : commons-net is vulnerable to information disclosure. The vulnerability exists because the
_parsePassiveModeReply
function ofFTPClient.java
trusts the host from thePASV
response by default, allowing an attacker to gain sensitive information by redirecting to the malicious host URLs - CVE-2022-31684 : reactor-netty is vulnerable to information disclosure. A remote attacker is able to request log headers in some cases of invalid HTTP requests which may reveal valid access tokens when WARN level is enabled, resulting in disclosure of sensitive information.
Previous patches
- TPS-5509 [8.0.1] Hybrid Data Prep crashes on safari and firefox browser (TDP-12045)
- TPS-5439 [8.0.1] Hybrid data prep logs customer out while creating datasets (TDP-11605)
- TPS-5166 [8.0.1] TDP R2022-04 Spring4Shell & Error when searching with hebrew characters (TPGOV-1051)
Prerequisites
Consider the following requirements for your system:
- Talend Data Preparation 8.0.1 must be installed.
Installation
From your Talend Data Preparation installation directory (such as Talend-DataPreparation-Server-full-8.0.1):
-
Stop the Data Preparation server and Tcomp server:
# Unix ./stop.sh # Windows stop.bat
cd services/tcomp/ # Unix ./stop.sh # Windows stop.bat
-
Backup the
/lib
and/data
and/services
folders -
Backup your data (Data Prep Mongo database)
Installing the patch
From your Talend Data Preparation installation directory (such as Talend-DataPreparation-Server-full-8.0.1):
-
remove existing libraries:
rm lib/*.jar
rm -R services/tcomp
-
unzip the path file with the command below:
unzip Patch_20230905_TPS-5515_v3-8.0.1.zip
-
Copy files from the patch into your Data preparation installation
cp Patch_20230905_TPS-5515_v3-8.0.1/lib/*.jar lib/
unzip Patch_20230905_TPS-5515_v3-8.0.1/services/components-api-service-rest-all-components-0.28.25-tdp.zip -d services/ && mv services/components-api-service-rest-all-components-0.28.25 services/tcomp
-
Copy sh/bat files
cp Patch_20230905_TPS-5515_v3-8.0.1/*.sh . cp Patch_20230905_TPS-5515_v3-8.0.1/*.bat .
-
If Coming from a 8.0.1 version before 8.0.1-R2023-06, or if the following properties are absent from your application.properties file, please add them to the corresponding file: Edit file dataprep/config/application.properties and paste needed properties
spring.cloud.stream.binders.kafka-binder-consumer.environment.spring.cloud.stream.kafka.binder.brokers=${spring.cloud.stream.kafka.binder.brokers} spring.mvc.pathmatch.matching-strategy=ant_path_matcher spring.main.allow-bean-definition-overriding=true spring.main.allow-circular-references=true
-
To activate session management when working with 2 or more instances of TDP, use the following configuration in your application.properties file Edit file dataprep/config/application.properties and paste needed properties
server.session.timeout=1800 spring.session.store-type=MONGODB spring.session.timeout=1800 spring.session.mongodb.collection-name=tdp_sessions
-
Restart the Data Preparation server and Tcomp server:
# Unix ./start.sh # Windows start.bat
cd services/tcomp/ # Unix ./start.sh # Windows start.bat
Uninstallation
From your Talend Data Preparation installation directory (such as Talend-DataPreparation-Server-full-8.0.1):
-
Stop the Data Preparation server and Tcomp server
-
Restore your mongo database backup and the backup
/lib
and/data
andservices
folders into your Talend Data Preparation installation directory. -
Restart the Data Preparation server and Tcomp server
Affected files for this patch
From services
, you have the new Tcomp application with components-api-service-rest-all-components-0.28.25-tdp.zip
.
From lib
, the following files are installed by this patch:
- accessors-smart-2.4.9.jar
- affinity-3.21ea5.jar
- android-json-0.0.20131108.vaadin1.jar
- annotations-19.0.0.jar
- antlr4-runtime-4.9.2.jar
- apache-mime4j-core-0.8.4.jar
- apache-mime4j-dom-0.8.4.jar
- apiguardian-api-1.1.2.jar
- archaius-core-0.7.7.jar
- asm-5.0.4.jar
- aspectjrt-1.9.7.jar
- aspectjweaver-1.9.7.jar
- assertj-core-3.22.0.jar
- audit-common-6.8.9.jar
- audit-kafka-6.8.9.jar
- audit-log4j1-6.8.9.jar
- audit-log4j2-6.8.9.jar
- audit-logback-6.8.9.jar
- automaton-1.12-1.jar
- avro-1.10.2.jar
- aws-java-sdk-core-1.12.395.jar
- aws-java-sdk-kms-1.12.395.jar
- aws-java-sdk-s3-1.12.395.jar
- aws-java-sdk-sts-1.12.395.jar
- backport-util-concurrent-3.1.jar
- bcmail-jdk15on-1.70.jar
- bcpkix-jdk15on-1.70.jar
- bcprov-jdk15on-1.69.jar
- bcutil-jdk15on-1.70.jar
- boilerpipe-1.1.0.jar
- brave-5.13.9.jar
- brave-context-slf4j-5.13.9.jar
- brave-instrumentation-http-5.13.9.jar
- brave-instrumentation-httpasyncclient-5.13.9.jar
- brave-instrumentation-httpclient-5.13.9.jar
- brave-instrumentation-jms-5.13.9.jar
- brave-instrumentation-kafka-clients-5.13.9.jar
- brave-instrumentation-kafka-streams-5.13.9.jar
- brave-instrumentation-messaging-5.13.9.jar
- brave-instrumentation-mongodb-5.13.9.jar
- brave-instrumentation-rpc-5.13.9.jar
- brave-instrumentation-spring-rabbit-5.13.9.jar
- brave-propagation-aws-0.21.3.jar
- bson-4.6.1.jar
- bson-record-codec-4.6.1.jar
- byte-buddy-1.12.23.jar
- byte-buddy-agent-1.12.23.jar
- cache-api-1.1.1.jar
- caffeine-2.9.3.jar
- carrier-1.164.jar
- checker-qual-3.19.0.jar
- chronicle-algorithms-2.22ea1.jar
- chronicle-analytics-2.21ea0.jar
- chronicle-bytes-2.22ea1.jar
- chronicle-core-2.22ea3.jar
- chronicle-map-3.22ea2.jar
- chronicle-threads-2.22ea1.jar
- chronicle-values-2.22ea1.jar
- chronicle-wire-2.22ea1.jar
- classgraph-4.8.83.jar
- classmate-1.5.1.jar
- cloud-storage-core-2.3.jar
- common-connector-11.2.0.jar
- commons-beanutils-1.9.4.jar
- commons-codec-1.15.jar
- commons-collections-3.2.2.jar
- commons-collections4-4.4.jar
- commons-compress-1.21.jar
- commons-configuration-1.8.jar
- commons-configuration2-2.8.0.jar
- commons-csv-1.3.jar
- commons-digester-1.8.1.jar
- commons-exec-1.3.jar
- commons-io-2.8.0.jar
- commons-lang-2.6.jar
- commons-lang3-3.12.0.jar
- commons-logging-1.2.jar
- commons-math3-3.6.1.jar
- commons-pool-1.6.jar
- commons-text-1.10.0.jar
- commons-validator-1.6.jar
- compiler-2.21ea1.jar
- component-form-model-1.1.18.jar
- config-client-2.9.7.jar
- config-common-2.9.7.jar
- connector-starter-11.2.0.jar
- content-service-common-6.8.9.jar
- content-service-journal-6.8.9.jar
- content-service-journal-mongo-6.8.9.jar
- crypto-utils-6.8.9.jar
- curvesapi-1.07.jar
- daikon-6.8.9.jar
- daikon-audit-6.8.9.jar
- daikon-exception-6.8.9.jar
- daikon-spring-auth-common-6.8.9.jar
- daikon-spring-metrics-6.8.9.jar
- daikon-spring-mongo-6.8.9.jar
- daikon-spring-security-6.8.9.jar
- daikon-spring-tenancy-6.8.9.jar
- daikon-spring-zipkin-2.0.7.jar
- daikon-tql-bean-6.8.9.jar
- daikon-tql-core-6.8.9.jar
- daikon-tql-mongo-6.8.9.jar
- dataprep-3rdparty-tableau-3.22.17.jar
- dataprep-annotation-processing-5.14.2.jar
- dataprep-app-common-3.22.17.jar
- dataprep-core-5.14.2.jar
- dataprep-core-actions-5.14.2.jar
- dataprep-core-actions-locales-4.6.0-20210610151330150.jar
- dataprep-ee-acl-model-3.22.17.jar
- dataprep-ee-acl-service-3.22.17.jar
- dataprep-ee-api-3.22.17-lib.jar
- dataprep-ee-async-api-3.22.17.jar
- dataprep-ee-async-runtime-3.22.17.jar
- dataprep-ee-avro-message-3.22.17.jar
- dataprep-ee-backend-service-3.22.17.jar
- dataprep-ee-backend-util-3.22.17.jar
- dataprep-ee-cache-3.22.17.jar
- dataprep-ee-config-client-3.22.17.jar
- dataprep-ee-conversion-3.22.17.jar
- dataprep-ee-dataset-3.22.17-lib.jar
- dataprep-ee-dataset-adapter-3.22.17.jar
- dataprep-ee-dataset-dispatcher-3.22.17-lib.jar
- dataprep-ee-encryption-3.22.17.jar
- dataprep-ee-exception-3.22.17.jar
- dataprep-ee-feature-flipping-legacy-3.22.17.jar
- dataprep-ee-fullrun-3.22.17-lib.jar
- dataprep-ee-gateway-zuul-3.22.17-lib.jar
- dataprep-ee-i18n-3.22.17.jar
- dataprep-ee-i18n-locales-3.28.0-20210611150909545.jar
- dataprep-ee-inventory-client-3.22.17.jar
- dataprep-ee-inventory-model-3.22.17.jar
- dataprep-ee-kafka-listener-3.22.17.jar
- dataprep-ee-maintenance-3.22.17-lib.jar
- dataprep-ee-preparation-3.22.17-lib.jar
- dataprep-ee-reactive-3.22.17.jar
- dataprep-ee-s3-3.22.17.jar
- dataprep-ee-security-3.22.17.jar
- dataprep-ee-sharing-client-3.22.17.jar
- dataprep-ee-sharing-legacy-3.22.17.jar
- dataprep-ee-sharing-model-3.22.17.jar
- dataprep-ee-sharing-service-3.22.17.jar
- dataprep-ee-swagger-3.22.17.jar
- dataprep-ee-tpd-communication-3.22.17.jar
- dataprep-ee-transformation-3.22.17-lib.jar
- dataprep-ee-upgrade-3.22.17-lib.jar
- dataprep-ee-upgrade-common-3.22.17.jar
- dataprep-ee-webapp-3.22.17-dist.jar
- dataquality-common-9.1.1.jar
- dataquality-converters-9.1.0.jar
- dataquality-datamasking-9.3.1.jar
- dataquality-ee-statistics-9.3.1.jar
- dataquality-magicfill-9.3.1.jar
- dataquality-parsing-9.3.1.jar
- dataquality-parsing-fullname-9.3.1.jar
- dataquality-phone-9.1.1.jar
- dataquality-record-linkage-9.1.1.jar
- dataquality-semantic-9.3.1.jar
- dataquality-semantic-message-avro-11.2.0.jar
- dataquality-semantic-model-9.3.4.jar
- dataquality-semantic-producer-model-11.2.0.jar
- dataquality-statistics-9.1.0.jar
- dd-plist-1.23.jar
- dec-0.1.2.jar
- dictionary-provider-11.2.0.jar
- dictionary-provider-facade-11.2.0.jar
- disruptor-3.2.0.jar
- ecs-logging-core-1.0.1.jar
- ehcache-3.10.8.jar
- error_prone_annotations-2.10.0.jar
- failureaccess-1.0.1.jar
- fastutil-6.5.7.jar
- fontbox-2.0.26.jar
- format-preserving-encryption-1.0.0.jar
- generex-1.0.2.jar
- geocoder-2.174.jar
- geronimo-json_1.1_spec-1.5.jar
- geronimo-jsonb_1.0_spec-1.4.jar
- guava-30.0-jre.jar
- hamcrest-2.2.jar
- HdrHistogram-2.1.12.jar
- hibernate-validator-6.2.5.Final.jar
- httpclient-4.5.14.jar
- httpcore-4.4.16.jar
- hystrix-core-1.5.18.jar
- hystrix-javanica-1.5.18.jar
- hystrix-metrics-event-stream-1.5.18.jar
- hystrix-serialization-1.5.18.jar
- hystrix-utils-6.0.0.jar
- icu4j-4.6.jar
- indriya-2.1.2.jar
- ion-java-1.0.2.jar
- istack-commons-runtime-3.0.12.jar
- j2objc-annotations-1.3.jar
- jackcess-4.0.1.jar
- jackcess-encrypt-4.0.1.jar
- jackson-annotations-2.13.5.jar
- jackson-core-2.13.5.jar
- jackson-databind-2.13.5.jar
- jackson-databind-nullable-0.2.1.jar
- jackson-dataformat-cbor-2.13.5.jar
- jackson-datatype-jdk8-2.13.5.jar
- jackson-datatype-jsr310-2.13.5.jar
- jackson-module-afterburner-2.13.5.jar
- jackson-module-parameter-names-2.13.5.jar
- jai-imageio-core-1.4.0.jar
- jakarta.activation-1.2.2.jar
- jakarta.annotation-api-1.3.5.jar
- jakarta.validation-api-2.0.2.jar
- jakarta.xml.bind-api-2.3.3.jar
- java-cup-10k.jar
- java-jwt-3.8.1.jar
- java-libpst-0.9.3.jar
- javapoet-1.13.0.jar
- java-semver-0.9.0.jar
- javassist-3.28.0-GA.jar
- javax.activation-api-1.2.0.jar
- javax.annotation-api-1.3.2.jar
- javax.inject-1.jar
- javax.servlet-api-4.0.1.jar
- jaxb-api-2.3.1.jar
- jaxb-runtime-2.3.8.jar
- jbig2-imageio-3.0.4.jar
- jboss-logging-3.4.3.Final.jar
- jcl-over-slf4j-1.7.36.jar
- jcrfsuite-0.6.1.jar
- jdom2-2.0.6.1.jar
- jempbox-1.8.16.jar
- jersey-apache-client4-1.19.1.jar
- jersey-client-1.19.1.jar
- jersey-core-1.19.1.jar
- jhighlight-1.1.0.jar
- jmatio-1.5.jar
- jmespath-java-1.12.395.jar
- jna-4.0.0.jar
- jna-platform-5.5.0.jar
- joda-time-2.8.1.jar
- johnzon-core-1.2.20.jar
- johnzon-jsonb-1.2.20.jar
- johnzon-mapper-1.2.20.jar
- jsonassert-1.5.1.jar
- json-io-4.13.1-TALEND.jar
- json-path-2.7.0.jar
- json-smart-2.4.10.jar
- jsr305-3.0.2.jar
- jsr311-api-1.1.1.jar
- jul-to-slf4j-1.7.36.jar
- junit-jupiter-5.8.2.jar
- junit-jupiter-api-5.8.2.jar
- junit-jupiter-engine-5.8.2.jar
- junit-jupiter-params-5.8.2.jar
- junit-platform-commons-1.8.2.jar
- junit-platform-engine-1.8.2.jar
- juniversalchardet-1.0.3.jar
- junrar-7.5.2.jar
- jwarc-0.18.1.jar
- kafka-clients-3.4.0.jar
- kotlin-stdlib-1.6.21.jar
- kotlin-stdlib-common-1.6.21.jar
- kotlin-stdlib-jdk7-1.6.21.jar
- kotlin-stdlib-jdk8-1.6.21.jar
- LatencyUtils-2.0.3.jar
- lettuce-core-6.1.10.RELEASE.jar
- libphonenumber-8.12.38.jar
- listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
- local-content-service-6.8.9.jar
- log4j-api-2.17.2.jar
- log4j-to-slf4j-2.17.2.jar
- logback-classic-1.2.12.jar
- logback-core-1.2.12.jar
- logging-event-layout-6.8.9.jar
- lucene-analyzers-common-8.3.1.jar
- lucene-core-8.3.1.jar
- lucene-suggest-8.3.1.jar
- lz4-java-1.8.0.jar
- mapstruct-1.3.1.Final.jar
- mapstruct-processor-1.4.2.Final.jar
- maven-artifact-3.5.3.jar
- maven-builder-support-3.5.3.jar
- maven-connector-11.2.0.jar
- maven-model-3.5.3.jar
- maven-model-builder-3.5.3.jar
- maven-repository-metadata-3.5.3.jar
- maven-resolver-api-1.7.3.jar
- maven-resolver-connector-basic-1.7.3.jar
- maven-resolver-impl-1.7.3.jar
- maven-resolver-named-locks-1.7.3.jar
- maven-resolver-provider-3.5.3.jar
- maven-resolver-spi-1.7.3.jar
- maven-resolver-transport-file-1.7.3.jar
- maven-resolver-transport-http-1.7.3.jar
- maven-resolver-transport-wagon-1.7.3.jar
- maven-resolver-util-1.7.3.jar
- messages-model-6.8.9.jar
- messages-model-spring-support-6.8.9.jar
- metadata-extractor-2.18.0.jar
- micrometer-core-1.9.12.jar
- micrometer-registry-prometheus-1.9.12.jar
- mockito-core-4.5.1.jar
- mockito-junit-jupiter-4.5.1.jar
- mongodb-driver-core-4.6.1.jar
- mongodb-driver-sync-4.6.1.jar
- multitenant-core-6.8.9.jar
- multitenant-spring-web-6.8.9.jar
- netflix-commons-util-0.3.0.jar
- netflix-statistics-0.1.1.jar
- netty-buffer-4.1.91.Final.jar
- netty-codec-4.1.91.Final.jar
- netty-codec-dns-4.1.91.Final.jar
- netty-codec-http2-4.1.91.Final.jar
- netty-codec-http-4.1.91.Final.jar
- netty-codec-socks-4.1.91.Final.jar
- netty-common-4.1.91.Final.jar
- netty-handler-4.1.91.Final.jar
- netty-handler-proxy-4.1.91.Final.jar
- netty-incubator-codec-classes-quic-0.0.45.Final.jar
- netty-incubator-codec-native-quic-0.0.45.Final-linux-x86_64.jar
- netty-resolver-4.1.91.Final.jar
- netty-resolver-dns-4.1.91.Final.jar
- netty-resolver-dns-classes-macos-4.1.91.Final.jar
- netty-resolver-dns-native-macos-4.1.91.Final-osx-x86_64.jar
- netty-transport-4.1.91.Final.jar
- netty-transport-classes-epoll-4.1.91.Final.jar
- netty-transport-native-epoll-4.1.91.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.91.Final.jar
- objenesis-3.2.jar
- oidc-client-2.9.7.jar
- opencsv-2.3.jar
- opentest4j-1.2.0.jar
- org.eclipse.wst.xml.xpath2.processor-2.1.100.jar
- parso-2.0.14.jar
- pdfbox-2.0.26.jar
- pdfbox-debugger-2.0.26.jar
- pdfbox-tools-2.0.26.jar
- pendo-utils-6.0.0.jar
- plexus-component-annotations-1.7.1.jar
- plexus-interpolation-1.24.jar
- plexus-utils-3.1.0.jar
- poi-5.2.1.jar
- poi-ooxml-5.2.1.jar
- poi-ooxml-lite-5.2.1.jar
- poi-scratchpad-5.2.2.jar
- precis-0.1.0.jar
- prefixmapper-2.174.jar
- re2j-1.2.jar
- reactive-streams-1.0.4.jar
- reactor-core-1.0.1.RELEASE.jar
- reactor-core-3.4.30.jar
- reactor-extra-3.4.8.jar
- reactor-netty-1.0.33.jar
- reactor-netty-core-1.0.33.jar
- reactor-netty-http-1.0.33.jar
- reactor-netty-http-brave-1.0.33.jar
- reactor-netty-incubator-quic-0.0.22.jar
- reactor-spring-1.0.1.RELEASE.jar
- reflections-0.10.2.jar
- resttemplate-connector-11.2.0.jar
- ribbon-2.3.0.jar
- ribbon-core-2.3.0.jar
- ribbon-httpclient-2.3.0.jar
- ribbon-loadbalancer-2.3.0.jar
- ribbon-transport-2.3.0.jar
- rome-1.18.0.jar
- rome-utils-1.18.0.jar
- rxjava-1.3.8.jar
- rxjava-reactive-streams-1.2.1.jar
- rxnetty-0.4.9.jar
- rxnetty-contexts-0.4.9.jar
- rxnetty-servo-0.4.9.jar
- s3-content-service-6.8.9.jar
- s3-storage-wagon-2.3.jar
- scim-client-2.9.7.jar
- scim-common-2.9.7.jar
- security-logging-common-1.1.6.jar
- security-logging-logback-1.1.6.jar
- servo-core-0.7.2.jar
- simpleclient-0.15.0.jar
- simpleclient_caffeine-0.8.0.jar
- simpleclient_common-0.15.0.jar
- simpleclient_tracer_common-0.15.0.jar
- simpleclient_tracer_otel-0.15.0.jar
- simpleclient_tracer_otel_agent-0.15.0.jar
- si-quantity-2.1.jar
- si-units-2.1.jar
- slf4j-api-1.7.36.jar
- smiley-http-proxy-servlet-1.12.jar
- snakeyaml-1.33.jar
- snappy-java-1.1.8.4.jar
- SparseBitSet-1.2.jar
- spring-aop-5.3.28.jar
- spring-beans-5.3.28.jar
- spring-boot-2.7.13.jar
- spring-boot-actuator-2.7.13.jar
- spring-boot-actuator-autoconfigure-2.7.13.jar
- spring-boot-autoconfigure-2.7.13.jar
- spring-boot-configuration-processor-2.7.13.jar
- spring-boot-starter-2.7.13.jar
- spring-boot-starter-actuator-2.7.13.jar
- spring-boot-starter-aop-2.7.13.jar
- spring-boot-starter-cache-2.7.13.jar
- spring-boot-starter-data-mongodb-2.7.13.jar
- spring-boot-starter-data-redis-2.7.13.jar
- spring-boot-starter-json-2.7.13.jar
- spring-boot-starter-logging-2.7.13.jar
- spring-boot-starter-reactor-netty-2.7.13.jar
- spring-boot-starter-security-2.7.13.jar
- spring-boot-starter-test-2.7.13.jar
- spring-boot-starter-tomcat-2.7.13.jar
- spring-boot-starter-validation-2.7.13.jar
- spring-boot-starter-web-2.7.13.jar
- spring-boot-starter-webflux-2.7.13.jar
- spring-boot-test-2.7.13.jar
- spring-boot-test-autoconfigure-2.7.13.jar
- spring-cloud-aws-core-2.4.4.jar
- spring-cloud-commons-3.1.5.jar
- spring-cloud-context-3.1.5.jar
- spring-cloud-function-context-3.2.6.jar
- spring-cloud-function-core-3.2.8.jar
- spring-cloud-netflix-archaius-2.2.10.RELEASE.jar
- spring-cloud-netflix-hystrix-2.2.10.RELEASE.jar
- spring-cloud-netflix-ribbon-2.2.10.RELEASE.jar
- spring-cloud-netflix-zuul-2.2.10.RELEASE.jar
- spring-cloud-security-2.2.5.RELEASE.jar
- spring-cloud-sleuth-api-3.1.5.jar
- spring-cloud-sleuth-autoconfigure-3.1.5.jar
- spring-cloud-sleuth-brave-3.1.5.jar
- spring-cloud-sleuth-instrumentation-3.1.5.jar
- spring-cloud-sleuth-zipkin-3.1.5.jar
- spring-cloud-starter-3.1.5.jar
- spring-cloud-starter-netflix-archaius-2.2.10.RELEASE.jar
- spring-cloud-starter-netflix-hystrix-2.2.10.RELEASE.jar
- spring-cloud-starter-netflix-ribbon-2.2.10.RELEASE.jar
- spring-cloud-starter-netflix-zuul-2.2.10.RELEASE.jar
- spring-cloud-starter-oauth2-2.2.5.RELEASE.jar
- spring-cloud-starter-security-2.2.5.RELEASE.jar
- spring-cloud-starter-sleuth-3.1.5.jar
- spring-cloud-starter-stream-kafka-3.2.6.jar
- spring-cloud-starter-zipkin-2.1.6.RELEASE.jar
- spring-cloud-stream-3.2.6.jar
- spring-cloud-stream-binder-kafka-3.2.6.jar
- spring-cloud-stream-binder-kafka-core-3.2.6.jar
- spring-cloud-stream-schema-2.2.1.RELEASE.jar
- spring-context-5.3.28.jar
- spring-context-support-5.3.28.jar
- spring-core-5.3.28.jar
- spring-data-commons-2.7.13.jar
- spring-data-keyvalue-2.7.13.jar
- spring-data-mongodb-3.3.5.jar
- spring-data-redis-2.7.13.jar
- spring-expression-5.3.28.jar
- springfox-bean-validators-3.0.0.jar
- springfox-boot-starter-3.0.0.jar
- springfox-core-3.0.0.jar
- springfox-data-rest-3.0.0.jar
- springfox-oas-3.0.0.jar
- springfox-schema-3.0.0.jar
- springfox-spi-3.0.0.jar
- springfox-spring-web-3.0.0.jar
- springfox-spring-webflux-3.0.0.jar
- springfox-spring-webmvc-3.0.0.jar
- springfox-swagger2-3.0.0.jar
- springfox-swagger-common-3.0.0.jar
- springfox-swagger-ui-3.0.0.jar
- spring-integration-core-5.5.18.jar
- spring-integration-jmx-5.5.18.jar
- spring-integration-kafka-5.5.18.jar
- spring-jcl-5.3.28.jar
- spring-kafka-2.8.11.jar
- spring-messaging-5.3.28.jar
- spring-oxm-5.3.28.jar
- spring-plugin-core-2.0.0.RELEASE.jar
- spring-plugin-metadata-2.0.0.RELEASE.jar
- spring-retry-1.3.4.jar
- spring-security-config-5.7.9.jar
- spring-security-core-5.7.9.jar
- spring-security-crypto-5.7.9.jar
- spring-security-jwt-1.1.1.RELEASE.jar
- spring-security-oauth2-2.5.2.RELEASE.jar
- spring-security-oauth2-autoconfigure-2.6.8.jar
- spring-security-oauth2-core-5.7.9.jar
- spring-security-rsa-1.0.11.RELEASE.jar
- spring-security-web-5.7.9.jar
- spring-session-core-2.7.2.jar
- spring-session-data-mongodb-2.7.2.jar
- spring-session-data-redis-2.7.2.jar
- spring-test-5.3.28.jar
- spring-tx-5.3.28.jar
- spring-web-5.3.28.jar
- spring-webflux-5.3.28.jar
- spring-webmvc-5.3.28.jar
- stream-2.7.0.jar
- swagger-annotations-1.6.2.jar
- swagger-annotations-2.1.2.jar
- swagger-models-1.5.20.jar
- swagger-models-2.1.2.jar
- systems-common-2.1.jar
- tagsoup-1.2.1.jar
- tde-1.0.0.jar
- tika-core-2.4.1.jar
- tika-parser-apple-module-2.4.1.jar
- tika-parser-audiovideo-module-2.4.1.jar
- tika-parser-cad-module-2.4.1.jar
- tika-parser-code-module-2.4.1.jar
- tika-parser-crypto-module-2.4.1.jar
- tika-parser-digest-commons-2.4.1.jar
- tika-parser-font-module-2.4.1.jar
- tika-parser-html-commons-2.4.1.jar
- tika-parser-html-module-2.4.1.jar
- tika-parser-image-module-2.4.1.jar
- tika-parser-mail-commons-2.4.1.jar
- tika-parser-mail-module-2.4.1.jar
- tika-parser-microsoft-module-2.4.1.jar
- tika-parser-miscoffice-module-2.4.1.jar
- tika-parser-news-module-2.4.1.jar
- tika-parser-ocr-module-2.4.1.jar
- tika-parser-pdf-module-2.4.1.jar
- tika-parser-pkg-module-2.4.1.jar
- tika-parsers-standard-package-2.4.1.jar
- tika-parser-text-module-2.4.1.jar
- tika-parser-webarchive-module-2.4.1.jar
- tika-parser-xml-module-2.4.1.jar
- tika-parser-xmp-commons-2.4.1.jar
- tika-parser-zip-commons-2.4.1.jar
- tomcat-embed-core-9.0.76.jar
- tomcat-embed-el-9.0.76.jar
- tomcat-embed-websocket-9.0.76.jar
- txw2-2.3.8.jar
- typetools-0.6.2.jar
- unit-api-2.1.2.jar
- uom-lib-common-2.1.jar
- utils-11.2.0.jar
- validation-api-2.0.1.Final.jar
- vorbis-java-core-0.8.jar
- vorbis-java-tika-0.8.jar
- wagon-provider-api-3.4.3.jar
- xerces2-xsd11-2.11.1.jar
- xercesImpl-2.12.2.jar
- xlsx-streamer-2.1.0.jar
- xml-apis-1.4.01.jar
- xmlbeans-5.0.3.jar
- xml-resolver-1.2.jar
- xmlunit-core-2.9.1.jar
- xmpbox-2.0.26.jar
- xmpcore-6.1.11.jar
- xz-1.9.jar
- zipkin-2.23.2.jar
- zipkin-reporter-2.16.3.jar
- zipkin-reporter-brave-2.16.3.jar
- zipkin-reporter-metrics-micrometer-2.16.3.jar
- zipkin-sender-activemq-client-2.16.3.jar
- zipkin-sender-amqp-client-2.16.3.jar
- zipkin-sender-kafka-2.16.3.jar
- zstd-jni-1.5.2-1.jar
- zuul-core-1.3.1.jar