Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.3.RELEASE</version>
<version>6.2.11</version>
Copy link

Copilot AI Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version upgrade from Spring 4.3.3 to 6.2.11, which introduces breaking changes. Spring 6.x requires Java 17+ and has significant API changes including the removal of deprecated methods, changes to servlet API requirements, and updated configuration patterns. Ensure all application code is compatible with Spring 6.x before merging.

Copilot uses AI. Check for mistakes.
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -147,8 +147,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.emc.documentum.rest.client.sample.DCTMRestClientSample</mainClass>
</transformer>
</transformers>
Expand Down