1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-03 09:00:48 +00:00
Commit Graph

725 Commits

Author SHA1 Message Date
Arnaud Roques
c0a51633ce Import version 1.2022.0 2022-01-12 17:54:49 +01:00
PlantUML
891b70dd8a
Merge pull request #856 from soloturn/master
gradle, version can now be set on command line.
2022-01-12 11:20:24 +01:00
soloturn
eb37b1f33b gradle, version can now be set on command line.
the default version is in gradle.properties, to change it e.g. to 1.0.0 call:
gradle build -Pversion=1.0.0
2022-01-11 17:40:00 +01:00
PlantUML
2a946bf80b
Merge pull request #852 from soloturn/master
build.gradle.kts, include manifest.txt, Build-Jdk-Spec
2022-01-09 14:13:19 +01:00
soloturn
8479cf0898 build.gradle.kts, include manifest.txt, Build-Jdk-Spec
the manifest classpath is to accomodate running it with pdf or not.
mvn can build via a profile. when building a binary without pdf,
the dependencies could be added later, and plantuml would know it
anyway as they are listed in the manifest.

the gradle way would be to use variant aware builds,
predominatntly this is used for android builds. multi-release
builds are not something for plantuml:
* https://developer.android.com/studio/build/build-variants
* https://docs.gradle.org/current/userguide/variant_model.html
* https://blog.gradle.org/mrjars
2022-01-09 13:59:27 +01:00
PlantUML
c7082a727b
Merge pull request #851 from soloturn/gradle
build.gradle.kts, add unit testing
2022-01-09 09:25:16 +01:00
soloturn
06ca72c650 build.gradle.kts, bump assertj-core to 3.22.0, junit-jupiter to 5.8.2 2022-01-09 01:42:06 +01:00
soloturn
284285140c build.gradle.kts, add unit testing
improves #47
2022-01-09 01:41:55 +01:00
Arnaud Roques
9cba08f732 NPE protection 2022-01-07 19:12:07 +01:00
Arnaud Roques
24bd088e01 Emoji color fix 2022-01-07 19:04:36 +01:00
PlantUML
89a9227afd
Merge pull request #850 from soloturn/master
build.gradle.kts, add javadoc
2022-01-07 12:00:27 +01:00
soloturn
8058b11d27 reformat build.gradle.kts 2 indent
project uses 2 spaces indent, lf as line ending, utf-8. make it easier
to follow this rule by adding a .editorconfig file which vscode and
intellij respect out of the box.
2022-01-07 02:28:17 +01:00
soloturn
39331af67e build.gradle.kts, add javadoc 2022-01-07 01:45:46 +01:00
PlantUML
4d61b35821
Add sponsor badge 2022-01-06 11:05:21 +01:00
PlantUML
92f64fd31d
Merge pull request #847 from soloturn/master
add basic gradle files to allow conversion to gradle in future, #47
2022-01-06 10:28:34 +01:00
soloturn
fed524cd6d add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
PlantUML
a9e8e58bdd
Merge pull request #845 from kmierzeje/master
Xmi export for Sequence Diagrams
2022-01-05 10:14:05 +01:00
Kamil Mierzejewski
d92ca6a077 Xmi export for Sequence Diagrams 2022-01-05 09:47:50 +01:00
Arnaud Roques
d36de19c99 Add nested box in sequence diagram 2022-01-04 18:21:17 +01:00
Arnaud Roques
16fd392308 Implements https://forum.plantuml.net/15232 2022-01-04 12:23:39 +01:00
Arnaud Roques
864cb34e30 wip 2022-01-03 18:35:17 +01:00
Arnaud Roques
0be33c0ecf Fix https://forum.plantuml.net/15211 2022-01-03 14:38:18 +01:00
Arnaud Roques
4a8e9e6e2e wip 2022-01-01 18:05:19 +01:00
Arnaud Roques
3cbd4924f2 wip 2021-12-21 18:23:17 +01:00
Arnaud Roques
180b8eddd1 Fix (again) https://forum.plantuml.net/5261 2021-12-15 18:40:12 +01:00
Arnaud Roques
5a1147b92e fix https://forum.plantuml.net/5261 2021-12-14 22:38:22 +01:00
Arnaud Roques
442d313a30 wip 2021-12-14 19:03:11 +01:00
PlantUML
40aab019ec
About vulnerability 2021-12-14 11:54:02 +01:00
PlantUML
3d0759f90a
Merge pull request #824 from matthew16550/fix-snapshot-release
Fix snapshot release when workflow does not sign artifacts
2021-12-09 11:09:08 +01:00
matthew16550
fe66147806 Fix snapshot release when workflow does not sign artifacts 2021-12-09 21:03:26 +11:00
PlantUML
2c983b715a
Merge pull request #823 from matthew16550/sign-snapshots
Add artifact signing to CI workflow & publish signature files in snapshot releases
2021-12-09 10:24:13 +01:00
matthew16550
cb1468d8b3 Add artifact signing to CI workflow & publish signature files in snapshot releases. 2021-12-09 11:54:04 +11:00
Arnaud Roques
51ee3fb7c7 Try to avoid memory issues 2021-12-08 21:33:40 +01:00
Arnaud Roques
d9552dfc34 wip 2021-12-08 19:29:29 +01:00
Arnaud Roques
1d6d3e8477 Switch to twemoji 2021-12-07 19:15:43 +01:00
Arnaud Roques
fa73641962 Adding more emojis 2021-12-06 20:01:04 +01:00
Arnaud Roques
42d759d951 Adding more emojis 2021-12-06 19:58:08 +01:00
Arnaud Roques
4a1856f6ee Adding emojitwo 2021-12-02 18:43:46 +01:00
Arnaud Roques
61597b27f1 Merge branch 'wip' 2021-12-02 18:39:45 +01:00
Arnaud Roques
50aef31027 wip 2021-12-02 18:39:20 +01:00
PlantUML
27907d073e
Merge pull request #818 from albert-github/feature/bug_docu_2
Documentation corrections
2021-12-02 14:28:26 +01:00
albert-github
9d7557d0c4 Documentation corrections
Some, obvious, documentation corrections.
2021-12-02 14:11:33 +01:00
PlantUML
b2af1e3016
Merge pull request #816 from The-Lum/ImproveCI
Suppress `Upload simple jar` artefact and no ci on .md or docs [no ci]
2021-12-01 23:02:01 +01:00
The-Lum
1854dcc2b9
Sup Upload simple jar and no ci on .md or docs
Mod:
- Suppress `Upload simple jar` on artifact
- No CI on `.md` or `docs`

Ref.:
- https://github.com/plantuml/plantuml/discussions/653#discussioncomment-1684866
- https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-ignoring-paths
- https://github.blog/changelog/2019-09-30-github-actions-event-filtering-updates/
2021-12-01 22:54:25 +01:00
PlantUML
8b8c3df7ed
Add peak rate 2021-12-01 18:42:45 +01:00
PlantUML
150eca985d
Merge pull request #815 from matthew16550/clean-javadoc
Remove javadoc spam from build logs
2021-12-01 12:24:17 +01:00
matthew16550
b99f954128 Get rid of some spammy javadoc warnings 2021-12-01 21:14:35 +11:00
matthew16550
1c11f505ae Bump maven-javadoc-plugin to 3.3.1
Only make javadoc from src/net/sourceforge/plantuml/*
Set quiet=true to remove build log spam
Remove outdated settings
2021-12-01 21:13:11 +11:00
PlantUML
869d7a5f58
Merge pull request #810 from matthew16550/stop-building-on-windows-2016
Remove "windows-2016" runner from build matrix in github actions (because it is deprecated)
2021-12-01 10:21:20 +01:00
PlantUML
5408400ea1
Merge pull request #811 from matthew16550/pom-ws
Add some blank lines to pom.xml so it is easier to navigate
2021-12-01 10:13:53 +01:00