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.10</version>
Copy link

Copilot AI Aug 19, 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.10, which introduces breaking changes. Spring 6.x requires Java 17+ and includes significant API changes. Ensure that your codebase is compatible with Spring 6.x requirements including Java version compatibility, removal of deprecated APIs, and changes to configuration patterns.

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