Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||
| View Issue Details | |||||||||||||||||||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||
| 0051108 | Openbravo ERP | A. Platform | public | 2022-12-12 16:17 | 2022-12-14 10:43 | ||||||||||||||||||||||||||||||||
| Reporter | shuehner | ||||||||||||||||||||||||||||||||||||
| Assigned To | Triage Platform Base | ||||||||||||||||||||||||||||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||||||||||||||||||||||||||||||
| Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||
| Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||
| Product Version | |||||||||||||||||||||||||||||||||||||
| Target Version | Fixed in Version | PR23Q1 | |||||||||||||||||||||||||||||||||||
| Merge Request Status | approved | ||||||||||||||||||||||||||||||||||||
| Review Assigned To | |||||||||||||||||||||||||||||||||||||
| OBNetwork customer | No | ||||||||||||||||||||||||||||||||||||
| Web browser | |||||||||||||||||||||||||||||||||||||
| Modules | Core | ||||||||||||||||||||||||||||||||||||
| Support ticket | |||||||||||||||||||||||||||||||||||||
| Regression level | |||||||||||||||||||||||||||||||||||||
| Regression date | |||||||||||||||||||||||||||||||||||||
| Regression introduced in release | |||||||||||||||||||||||||||||||||||||
| Regression introduced by commit | |||||||||||||||||||||||||||||||||||||
| Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||
| Summary | 0051108: JDK20 java.net.URL constructors (JDK-8294241) - core | ||||||||||||||||||||||||||||||||||||
| Description | See https://jdk.java.net/20/ [^] (to download) https://jdk.java.net/20/release-notes [^] https://bugs.openjdk.org/browse/JDK-8294241 [^] java.net.URL constructors are deprecated (JDK-8294241) Java 20 deprecates some URL constructors and suggest to go via the URI classes (available since Java 1.4) and convert to URL from there: https://download.java.net/java/early_access/jdk20/docs/api/java.base/java/net/URL.html#constructor-deprecation [^] Example: - final URL connUrl = new URL(completeUrl); + final URL connUrl = new URI(completeUrl).toURL(); | ||||||||||||||||||||||||||||||||||||
| Steps To Reproduce | Compile with jdk20 (ea build 23 or higher) | ||||||||||||||||||||||||||||||||||||
| Proposed Solution | - | ||||||||||||||||||||||||||||||||||||
| Additional Information | |||||||||||||||||||||||||||||||||||||
| Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||
| Relationships |
| ||||||||||||||||||||||||||||||||||||
| Attached Files | |||||||||||||||||||||||||||||||||||||
| Issue History | |||||||||||||||||||||||||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | New Issue | |||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | Assigned To | => Triage Platform Base | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | OBNetwork customer | => No | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | Modules | => Core | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:17 | shuehner | Relationship added | blocks 0051107 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:22 | hgbot | Merge Request Status | => open | ||||||||||||||||||||||||||||||||||
| 2022-12-12 16:22 | hgbot | Note Added: 0144543 | |||||||||||||||||||||||||||||||||||
| 2022-12-12 18:31 | shuehner | Summary | JDK20 java.net.URL constructors (JDK-8294241) => JDK20 java.net.URL constructors (JDK-8294241) - core | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:32 | shuehner | Issue cloned | 0051110 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:32 | shuehner | Relationship added | related to 0051110 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:33 | shuehner | Issue cloned | 0051111 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:33 | shuehner | Relationship added | related to 0051111 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:35 | shuehner | Issue cloned | 0051112 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 18:35 | shuehner | Relationship added | related to 0051112 | ||||||||||||||||||||||||||||||||||
| 2022-12-12 19:02 | shuehner | Description Updated | bug_revision_view_page.php?rev_id=25231#r25231 | ||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Merge Request Status | open => approved | ||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Status | new => closed | ||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Note Added: 0144665 | |||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Fixed in Version | => PR23Q1 | ||||||||||||||||||||||||||||||||||
| 2022-12-14 10:43 | hgbot | Note Added: 0144666 | |||||||||||||||||||||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||