soloturn
457197c49f
valueOf or auto-unbox instead of new
...
new Double and similar got a removal warning in java-17, do Double.valueOf,
Double.parseDouble and similar for other types.
.editorconfig caused some trimming of trailing whitespaces.
remove boxing
2022-01-22 04:30:44 +01:00
PlantUML
80e3f17c0e
Merge pull request #868 from soloturn/gradle
...
github workflow can use gradle.
2022-01-21 17:40:56 +01:00
PlantUML
d1835e24b7
Create SECURITY.md
2022-01-21 17:26:43 +01:00
soloturn
1b25c3c00b
github workflow can use gradle.
...
workflow and scripts are duplicated so nothing existing breaks.
ci-gradle triggers are commented apart from the workflow trigger
which allows manual start, so one can compare artifacts.
2022-01-20 06:45:51 +01:00
Arnaud Roques
c623158c6c
wip
2022-01-19 22:35:53 +01:00
PlantUML
402c492b70
Merge pull request #861 from soloturn/master
...
mvn: implementation-version into manifest
2022-01-19 10:51:22 +01:00
PlantUML
bce5974025
Merge pull request #865 from soloturn/sign
...
build.gradle.kts, add gpg signing
2022-01-19 10:47:36 +01:00
soloturn
558c74abcb
build.gradle.kts, add gpg signing
2022-01-15 23:23:06 +01:00
soloturn
8470183e87
gradle.properties values are not quoted
2022-01-15 23:23:06 +01:00
PlantUML
af5fa2b117
Merge pull request #864 from The-Lum/FixNwdiag
...
fix: nwdiag server or element name with special char ("-" or ".")
2022-01-15 16:01:10 +01:00
The-Lum
bbec8d3c6b
fix: nwdiag name with special char
...
Fix: nwdiag server or element name with special char ("-" or ".")
Here is the similar patch as:
- #adc23450c82e822d6fe8836defa01277f7901f71
But for server or element, on the: `CommandElement.java` file.
Regards.
Fixes #827
2022-01-15 15:56:05 +01:00
PlantUML
e054f57d38
Move to https://plantuml.io
2022-01-15 12:19:42 +01:00
soloturn
696bbd19e9
add Implementation-Version to manifest, later on retrieve it in Version.java
2022-01-15 10:24:51 +01:00
Arnaud Roques
adc23450c8
wip
2022-01-14 18:06:05 +01:00
Arnaud Roques
e823b5f00f
Fix https://github.com/plantuml/plantuml/issues/857
2022-01-12 19:48:43 +01:00
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