Skip to content

Conversation

@GtanSndil
Copy link
Contributor

No description provided.

@GtanSndil GtanSndil marked this pull request as draft January 15, 2026 14:09
@GtanSndil GtanSndil marked this pull request as ready for review January 22, 2026 16:00
Copy link
Member

@FBibonne FBibonne left a comment

Choose a reason for hiding this comment

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

Remettre en cohérence les versions des dépendances utilisées avec celles fournies par Spring Boot 4

pom.xml Outdated
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<groupId>tools.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<version>2.17.2</version>
Copy link
Member

Choose a reason for hiding this comment

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

Cette dépendance n'existe pas : tools.jackson... c'est forcément du 3.0

<jersey.version>4.0.0-M1</jersey.version>
<jackson.version>2.17.2</jackson.version>
<jersey.version>4.0.0</jersey.version>
<jackson.version>3.0.0</jackson.version>
Copy link
Member

Choose a reason for hiding this comment

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

les versions de jackson sont gérées par spring boot : inutile de surcharger

<!-- Bind csv into POJOs -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<groupId>tools.jackson.dataformat</groupId>
Copy link
Member

Choose a reason for hiding this comment

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

les versions de jackson sont gérées par spring boot : inutile de surcharger

<!-- XML mapping -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<groupId>tools.jackson.dataformat</groupId>
Copy link
Member

Choose a reason for hiding this comment

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

les versions de jackson sont gérées par spring boot : inutile de surcharger

pom.xml Outdated
<swagger.version>2.2.22</swagger.version>
<mockito.version>5.12.0</mockito.version>
<swagger.version>2.2.41</swagger.version>
<mockito.version>5.21.0</mockito.version>
Copy link
Member

Choose a reason for hiding this comment

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

les versions de mockito sont gérées par spring boot

pom.xml Outdated
<mockito.version>5.21.0</mockito.version>
<freemarker.version>2.3.34</freemarker.version>
<xmlunit.version>2.10.0</xmlunit.version>
<xmlunit.version>2.11.0</xmlunit.version>
Copy link
Member

Choose a reason for hiding this comment

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

les versions de xmlunit sont gérées par spring boot

ObjectReader reader = csvMapper.readerFor(targetClass).with(schema);
List<G> results;
try (MappingIterator<G> mappingIterator = reader.readValues(csv)) {
results = mappingIterator.readAll();
Copy link
Member

Choose a reason for hiding this comment

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

Est on certain avec la suppression du cast qu'on veut retourner une erreur lorsqu'il y a un pb de désérialisation ?

@GtanSndil GtanSndil requested review from EmmanuelDemey and removed request for bibirico January 26, 2026 09:11
@EmmanuelDemey
Copy link
Collaborator

Pas de choses supplementaires que celles de Fabrice

Tandeau De Marsac Guylène added 2 commits January 27, 2026 11:23
xmlunit and mockito versions are managed by spring boot
tools.jackson.jakarta.rs dependency does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants