Conversation
Runners server
…ch specified main by default
Security - JDK 21
| @@ -0,0 +1,12 @@ | |||
| name: Test Runner | |||
Member
There was a problem hiding this comment.
Est-ce qu'on donne un "vrai job" ou on reste en test pour l'instant ?
| this.analysisDate, DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ssxxxx")) | ||
| .toLocalDate() | ||
| .toString(); | ||
| } catch (Exception e) { |
Member
There was a problem hiding this comment.
Trop large comme exception :)
| | IllegalStateException | IllegalArgumentException | ParseException e) { | ||
| // it logs all the stack trace | ||
| LOGGER.log(Level.SEVERE, e.getMessage(), e); | ||
| System.exit(-1); |
Member
There was a problem hiding this comment.
Dans un sens on perd le code de sortie depuis l'execution via un terminal
On a moyen de remonter un exitcode!=0 proprement en JAVA ?
| final CommandLineManager commandLineManager = new CommandLineManager(); | ||
| exit.expectSystemExitWithStatus(0); | ||
| commandLineManager.parse(new String[] { "-h", "this parameter is ignored" }); | ||
| commandLineManager.parse(new String[] { "-h", "parameter" }); |
Member
There was a problem hiding this comment.
Pas terrible comme description :)
Feat/test everywhere
* FMA - BugFix io.File * Throw error with stacktrace and code exit different of 0. Update readme and pull request template
* Ci: make release process easier * Doc: corrections to CONTRIBUTING.md
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Merge dev to master