Tagir Valeev
35f94e2b6d
Fix poorly distributed hashCode in Position.java
...
Bitwise shift has lower precedence than addition, so the hashCode calculation was like `(xmin + ymin) << (8 + xmax) << (16 + ymax) << 24` which results in absolutely poor hashCode (in particular, lower 24 bits are always zero).
2022-10-28 11:26:32 +02:00
Arnaud Roques
ab8d4f4118
Merge branch 'master' of https://github.com/plantuml/plantuml
2022-10-25 22:44:12 +02:00
Arnaud Roques
718266f443
wip
2022-10-25 22:43:40 +02:00
PlantUML
b28f8d857f
Merge pull request #1165 from plantuml/gliptak-patch-1
...
Update to remove deprecated set-output in GHA
2022-10-25 09:19:24 +02:00
Gábor Lipták
be8c618134
Update to remove deprecated set-output in GHA
...
Signed-off-by: Gábor Lipták gliptak@gmail.com
2022-10-24 21:17:59 -04:00
Arnaud Roques
62c8b26e25
Version 1.2022.12
2022-10-24 23:24:20 +02:00
PlantUML
bb6a08f55c
Merge pull request #1164 from chenrui333/fix-graphviz-version-check
...
fix: update graphviz version check pattern
2022-10-24 14:43:38 +02:00
Rui Chen
3662ba3464
fix: update graphviz version check pattern
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-10-23 16:40:48 -04:00
Arnaud Roques
b6a3efd259
Version 1.2020.10
2022-10-22 19:35:10 +02:00
Arnaud Roques
780e31ed77
wip
2022-10-20 18:58:12 +02:00
PlantUML
5c4b6b7fef
Merge pull request #1159 from The-Lum/AddMetaclassStereotypeInClassDiag
...
Add support for `MetaClass` and `Stereotype` in class diagram
2022-10-18 23:11:44 +02:00
Arnaud Roques
1928fb31ca
wip
2022-10-18 22:57:44 +02:00
The-Lum
b2e2a2bbcd
add support for MetaClass
, Stereotype
in class
2022-10-18 20:00:25 +00:00
Arnaud Roques
f0048de5b7
wip
2022-10-05 22:32:57 +02:00
PlantUML
70ad50746a
Merge pull request #1144 from gliptak/patch-1
...
Drop Ubuntu 18.04 from GHA
2022-09-29 08:03:25 +02:00
PlantUML
81008c49ca
Merge pull request #1143 from gliptak/ossrh2
...
Set POM details for publishing
2022-09-29 07:43:52 +02:00
Gábor Lipták
29dc03bde5
Drop Ubuntu 18.04 from GHA
2022-09-28 20:01:56 -04:00
Gábor Lipták
9fa39de8b2
Set POM details for publishing
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-09-28 19:49:44 -04:00
Arnaud Roques
cfe2b60db9
minor Ebbn fix
2022-09-28 08:14:16 +02:00
PlantUML
b8913c81c4
Merge pull request #1138 from gliptak/patch-2
...
Run gradle signMavenPublication at info level
2022-09-28 08:10:29 +02:00
Gábor Lipták
d0a50693a9
Run gradle signMavenPublication at info level
2022-09-27 19:25:52 -04:00
Arnaud Roques
ecf66ff391
EBNF improvements
2022-09-27 18:12:38 +02:00
PlantUML
ee3037db80
Merge pull request #1135 from gliptak/ossrh1
...
Publish to OSSRH
2022-09-27 09:33:20 +02:00
Gábor Lipták
38e01ca98c
Publish to OSSRH
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-09-26 19:51:56 -04:00
PlantUML
005199bb66
Merge pull request #1134 from gliptak/patch-2
...
Add Docker image locatons
2022-09-25 23:38:34 +02:00
Gábor Lipták
d799be7fc8
Add Docker image locatons
2022-09-25 12:15:24 -04:00
PlantUML
ea0c9f98a2
Merge pull request #1128 from soloturn/java18
...
javadoc build warnings removed
2022-09-25 18:07:15 +02:00
Arnaud Roques
5e30d89eb4
Version 1.2022.8
2022-09-25 17:35:14 +02:00
PlantUML
368da723f1
Merge pull request #1130 from MOZGIII/docker-fixes
...
Minor corrections to Dockerfile
2022-09-24 23:55:56 +02:00
PlantUML
83c31b3046
Merge pull request #1133 from gliptak/patch-1
...
Deleted unused mvn build.xml
2022-09-24 23:29:21 +02:00
Gábor Lipták
45a1c2b319
Deleted unused mvn build.xml
2022-09-24 15:31:19 -04:00
MOZGIII
90b3149b64
Add .dockerignore
2022-09-24 23:01:19 +04:00
MOZGIII
1b6504d932
Drop data volume
...
It will have to be provided from the outside regardless, or in case
it's not, and something else is used - no need to actually use this
volume at all.
2022-09-24 23:01:07 +04:00
MOZGIII
250af80717
Split loader and runtime images
2022-09-24 22:54:58 +04:00
MOZGIII
1398d85806
Make PLANTUML_VERSION mandatory
2022-09-24 22:52:12 +04:00
MOZGIII
d3bcb10ff9
Add Dockerfile to .editorconfig
2022-09-24 22:51:28 +04:00
PlantUML
0f6d5de35a
Merge pull request #1129 from gliptak/dockerhub1
...
Add Dockerhub release to GHA
2022-09-24 16:20:30 +02:00
Gábor Lipták
31999b4cf4
Add Dockerhub release to GHA
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-09-24 10:04:01 -04:00
soloturn
64fe77dc58
update jupiter to 5.9.1, batik to 1.15
2022-09-24 11:09:53 +02:00
soloturn
c124a9d550
javadoc links which are not in the code removed
2022-09-24 11:06:25 +02:00
soloturn
763e60b2d1
literal & in javaddoc
2022-09-24 11:06:25 +02:00
Arnaud Roques
f846634ce2
wip
2022-09-23 18:53:33 +02:00
Arnaud Roques
9bdc69ecee
wip
2022-09-20 22:35:41 +02:00
PlantUML
06afc26207
Merge pull request #1121 from soloturn/gradle
...
update gradle to 7.5.1, assertj, jupiter, setup-java.
2022-09-18 19:22:57 +02:00
PlantUML
7e1a26051e
Merge pull request #1122 from soloturn/java18
...
Double.valueOf instead of new Double()
2022-09-18 19:18:13 +02:00
Arnaud Roques
648b02f8c8
wip
2022-09-18 19:08:06 +02:00
soloturn
e8d057127a
Double.valueOf instead of new Double()
2022-09-17 19:37:51 +02:00
soloturn
e87413acda
update gradle to 7.5.1, assertj, jupiter, setup-java.
...
gradle-7.5.1 supports java-18.
2022-09-17 19:01:12 +02:00
PlantUML
74ce471d71
Merge pull request #1120 from The-Lum/ImproveRelease
...
upd: create an JAR asset without PlantUML version
2022-09-16 21:33:31 +02:00
The-Lum
bf33696c79
upd: create an JAR asset without PlantUML version
...
Create an JAR asset without PlantUML version.
2022-09-16 21:14:28 +02:00