Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052828 | Openbravo ERP | A. Platform | public | 2023-06-22 11:54 | 2023-11-22 14:20 |
|
Reporter | jarmendariz | |
Assigned To | gonzalo_fernandez | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | scheduled | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0052828: Add support to deploy to Tomcat 10 |
Description | Tomcat 10 requires to migrate from dropped javax.* packages to jakarta.*. This leads us to a tricky migration. There are two ways to handle the migration: executing the migration tool they provide us or deploying to a different path inside Tomcat. For more information go checkout the official documentation in https://tomcat.apache.org/migration-10.html. [^] |
Steps To Reproduce | |
Proposed Solution | Test how the migration tool works by adding an ant task and executing it when deploying the application with Tomcat 10.1. After that, find a way to support Tomcat 10.1 by deploying the changes in the webapps-javaee folder. We need to support both versions by now, so make sure we can configure which one we want to use. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-06-22 11:54 | jarmendariz | New Issue | |
2023-06-22 11:54 | jarmendariz | Assigned To | => jarmendariz |
2023-06-22 11:54 | jarmendariz | Modules | => Core |
2023-06-22 11:54 | jarmendariz | Triggers an Emergency Pack | => No |
2023-06-22 11:55 | hgbot | Note Added: 0151487 | |
2023-06-27 12:20 | jarmendariz | Status | new => scheduled |
2023-11-22 10:10 | hgbot | Note Added: 0157461 | |
2023-11-22 14:04 | hgbot | Note Added: 0157484 | |
2023-11-22 14:04 | hgbot | Note Added: 0157485 | |
2023-11-22 14:20 | gonzalo_fernandez | Assigned To | jarmendariz => gonzalo_fernandez |
2023-11-22 14:20 | gonzalo_fernandez | Summary | Add ant build step to deploy to Tomcat 10 => Add support to deploy to Tomcat 10 |
2023-11-22 14:20 | gonzalo_fernandez | Description Updated | bug_revision_view_page.php?rev_id=27167#r27167 |
2023-11-22 14:20 | gonzalo_fernandez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=27169#r27169 |
2023-11-22 14:20 | gonzalo_fernandez | Proposed Solution updated | |