Última atividade 1756818106

.gitcommit Bruto
1[tag][#ISSUE] Subject
2# |<---- Using a Maximum Of 50 Characters ---->|
3
4Description
5BREAKING CHANGES:
6# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
7
8# --- COMMIT END ---
9# Tag can be
10# feat (new feature)
11# fix (bug fix)
12# refactor (refactoring production code)
13# style (formatting, missing semi colons, etc; no code change)
14# docs (changes to documentation)
15# ci (changes in CI configurations)
16# version (version bump/new release; no production code change)
17# hack (Temporary fix to make things move forward; please avoid it)
18# WIP (Work In Progress; for intermediate commits to keep patches reasonably sized)
19#
20# Note: Multiple tags can be combined, e.g. [fix][jsr292] Fix issue X with methodhandles