Skip to content

Feature/local datetime support#498

Closed
Hajarel-moukh wants to merge 13 commits into
mainfrom
feature/local-datetime-support
Closed

Feature/local datetime support#498
Hajarel-moukh wants to merge 13 commits into
mainfrom
feature/local-datetime-support

Conversation

@Hajarel-moukh

Copy link
Copy Markdown
Contributor

No description provided.

@Hajarel-moukh Hajarel-moukh force-pushed the feature/local-datetime-support branch from 7cf2c44 to cdbb118 Compare June 19, 2026 12:00

@alexisszmundy alexisszmundy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

J'ai l'impression qu'il y a bcp de régressions sur springboot4, le modèle filière et Jackson

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

issue: on doit utilise la dernière version du modèle filière

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

issue: idem

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Idem

import tools.jackson.databind.JsonNode;
import tools.jackson.databind.node.ArrayNode;
import tools.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.databind.JsonNode;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

issue: c'est du Jackson 2


if (value != null && !value.isEmpty()) {
convertOneVar(variableEntry, value, variablesMap, iteration, destination);
if (!values.isEmpty()) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nitpick: ça ne fait rien si values est vide
suggestion: return if values empty

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Jackson 2

class LunaticModelControllerIT extends IntegrationTestAbstract {

@MockitoBean
@Mock

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

question: pourquoi ne plus utiliser de mockbeans ?

package fr.insee.genesis.controller.rest;

import tools.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectMapper;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Jackson 2


import tools.jackson.core.JacksonException;
import tools.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.core.JsonProcessingException;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Jackson 2

Comment thread .gitignore

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

issue: régression sur gitIgnore

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@Hajarel-moukh Hajarel-moukh deleted the feature/local-datetime-support branch July 1, 2026 11:40
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.

3 participants