| commit | b805245a34cf8b2c28ff1c9e329ed1b05dead559 | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Tue Mar 10 11:32:01 2026 +0100 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Mar 10 11:32:01 2026 +0100 |
| tree | cf7018b44efab8ea3f3e6af6f9144874f88750c9 | |
| parent | c01adce9b86bc739035ba7b4d1e602a43e053165 [diff] [blame] |
Fix deprecated URL constructor by replacing new URL(String) with URI.create(String).toURL() [AI assisted] Change-Id: I0128318a783a27c2db2aa188bdaf192782f69313
diff --git a/Changes b/Changes index 6b476fc..b586e14 100644 --- a/Changes +++ b/Changes
@@ -1,6 +1,7 @@ # version 1.2-SNAPSHOT - Reactivate Query Serializer Web-service (#903) +- Fix deprecated URL constructor (AI assisted) # version 1.1