1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-31 14:02:00 +00:00
plantuml/test/net/sourceforge/plantuml
soloturn 75443a5d28 java-20 deprecates new URL(), use new URI()
cite from the ticket towards openjdk:
The URL class does not itself encode or decode any URL components
according to the escaping mechanism defined in RFC2396. It is the
responsibility of the caller to encode any fields, ...

In Java SE 1.4 a new class, java.net.URI, has been added to mitigate
some of the shortcoming of java.net.URL. Conversion methods to create
an URL from an URI were also added.

references:
* https://inside.java/2023/02/15/quality-heads-up/
* https://bugs.openjdk.org/browse/JDK-8294241
2023-07-08 22:58:42 +02:00
..
code Use UTF_8 object instead of "UTF-8" string literal. 2021-09-13 15:18:15 +10:00
graphic/color Start major packages refactoring 2023-02-02 18:59:43 +01:00
math Import version 1.2021.8 2021-06-27 18:50:40 +02:00
picoweb java-20 deprecates new URL(), use new URI() 2023-07-08 22:58:42 +02:00
security java-20 deprecates new URL(), use new URI() 2023-07-08 22:58:42 +02:00
test Packages move and bugfix 2023-02-22 19:43:48 +01:00
tim/stdlib fix: only allow to read some environment variables 2023-06-13 12:55:32 +02:00
ugraphic Packages move and bugfix 2023-02-22 19:43:48 +01:00
LoadJsonTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
PipeTest.java fix: wip 2023-06-11 20:44:08 +02:00
ProgressBarTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
PSystemUtilsTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
ScaleHeightTest.java First tiny test 2021-03-19 18:27:58 +01:00
SkinParamTest.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
StringUtilsTest.java Revert StringUtils to original package 2022-12-17 12:10:05 +01:00
TestFileDirOption.java Remove commons-lang3 test dependency. 2021-05-08 21:56:46 +10:00
UrlBuilderTest.java Start major packages refactoring 2023-02-02 18:59:43 +01:00