-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: update dependencies (#113) * ci: bump softprops/action-gh-release from 1 to 2 (#97) * build: bump actions/setup-java from 3 to 4 (#98) * build: bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.1 to 2.23.1 (#99) * ci: bump mukunku/tag-exists-action from 1.2.0 to 1.6.0 (#100) * ci: bump actions/github-script from 6 to 7 (#103) * ci: bump actions/checkout from 3 to 4 (#104) * build: bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 (#108) * build: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4 (#111) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: Allow Control/@scope="line" (#107) * Allow Control/@scope="line" * bump: 1.3.4 * chore: snapshot version --------- Co-authored-by: nsenave <[email protected]> * feat: enrich uncollected cells (#112) * Fix/json serializer (#119) * fix: serialize to string without root attribute * test: add test for new use case * bump: version to 1.3.6-SNAPSHOT * chore: remove blanck * Fix/serialize synonyms (#120) * Fix serialize synonyms issues * build: remove useless maven repo (exist-db) * bump: version to 1.3.7-SNAPSHOT * bump to 1.3.7 --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: François Bulot <[email protected]> Co-authored-by: Laurent Caouissin <[email protected]>
- Loading branch information
1 parent
b8d7917
commit 8a4f15f
Showing
11 changed files
with
361 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package fr.insee.pogues; | ||
|
||
public class PostProcessingException extends RuntimeException { | ||
|
||
public PostProcessingException(String message, Exception e) { | ||
super(message, e); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.