Skip to content

Feature/migration springboot 4#480

Open
Hajarel-moukh wants to merge 18 commits into
mainfrom
feature/migration-springboot-4
Open

Feature/migration springboot 4#480
Hajarel-moukh wants to merge 18 commits into
mainfrom
feature/migration-springboot-4

Conversation

@Hajarel-moukh

Copy link
Copy Markdown
Contributor

No description provided.

@loichenninger loichenninger 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.

I counted 23 remaining imports of com.fasterxml.jackson

#--------------------------------------------------------------------------
spring.data.mongodb.auto-index-creation=true
spring.data.mongodb.uri=mongodb://${fr.insee.genesis.persistence.database.mongodb.username}:${fr.insee.genesis.persistence.database.mongodb.password}@${fr.insee.genesis.persistence.database.mongodb.host1}:${fr.insee.genesis.persistence.database.mongodb.port},${fr.insee.genesis.persistence.database.mongodb.host2}:${fr.insee.genesis.persistence.database.mongodb.port},${fr.insee.genesis.persistence.database.mongodb.host3}:${fr.insee.genesis.persistence.database.mongodb.port}/${fr.insee.genesis.persistence.database.mongodb.database}
#--------------------------------------------------------------------------d

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.

typo

return readArray(jsonParser);
}
case null, default -> throw new JsonParseException("Unexpected token %s on line %d".formatted(
case null, default -> throw new IOException("Unexpected token %s on line %d".formatted(

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.

Maybe we should use a JsonParsingException here.

@sonarqubecloud

Copy link
Copy Markdown

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.

2 participants