Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0047763 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] Core | minor | have not tried | 2021-09-27 15:13 | 2021-11-11 06:59 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0047763: remove use of guava in core2 build | |||||||
Description | Guava is planned to be removed. This core2 commit [1] adds a dependency to it. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/731fcd0c4f9112c6c43a7d46b81fa20b5d876639 [^] | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||
|
Notes | |
(0132034) hgbot (developer) 2021-09-28 08:17 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/638 [^] |
(0132945) hgbot (developer) 2021-11-11 06:59 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: 386fde4d9e00ecbc9cfb9f94e758f3cc6b1ea9b9 Author: Asier Lostalé <asier.lostale@openbravo.com> Date: 2021-11-10T13:06:56+01:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/386fde4d9e00ecbc9cfb9f94e758f3cc6b1ea9b9 [^] fixed ISSUE-47763: guava is used in core2 build Guava was used in core2 build to find in the classpath classes extending ComponentProvider because JDK's refection APIs don't provide a mechanism to query for classes extending some other one. This has been replaced by a new class loader that is able to eagerly detect classes either in build/classes directory or included within jars. --- A src/org/openbravo/core2/build/OBModuleClassLoader.java M src/org/openbravo/core2/build/ModuleInfoGenerator.java --- |
(0132946) hgbot (developer) 2021-11-11 06:59 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/638 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2021-09-27 15:13 | alostale | New Issue | |
2021-09-27 15:13 | alostale | Assigned To | => Retail |
2021-09-27 15:13 | alostale | Triggers an Emergency Pack | => No |
2021-09-27 15:14 | alostale | Relationship added | blocks 0047092 |
2021-09-27 15:14 | alostale | Assigned To | Retail => alostale |
2021-09-28 08:14 | alostale | Relationship added | related to 0047753 |
2021-09-28 08:17 | hgbot | Note Added: 0132034 | |
2021-10-11 12:25 | guilleaer | Status | new => scheduled |
2021-11-11 06:59 | hgbot | Resolution | open => fixed |
2021-11-11 06:59 | hgbot | Status | scheduled => closed |
2021-11-11 06:59 | hgbot | Note Added: 0132945 | |
2021-11-11 06:59 | hgbot | Note Added: 0132946 |
Copyright © 2000 - 2009 MantisBT Group |