Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0044963Openbravo ERPA. Platformpublic2020-09-02 10:002020-09-07 12:00
cberner 
cberner 
normalminorhave not tried
closedfixed 
5
 
PR20Q4 
Core
No
0044963: Change quartz.properties to be a .template instead of a versioned file
quartz.properties is currently versioned in Openbravo, that shouldn't be the case for a properties file. It should be changed to quartz.properties.template and dealt the same as Openbravo.properties.

ant setup should be updated and also a module script created to create this file when changing to an older version.
In description.
No tags attached.
related to feature request 0041484 closed cberner make job scheduling clusterizable 
Issue History
2020-09-02 10:00cbernerNew Issue
2020-09-02 10:00cbernerAssigned To => cberner
2020-09-02 10:00cbernerModules => Core
2020-09-02 10:00cbernerTriggers an Emergency Pack => No
2020-09-02 12:02hgbotNote Added: 0122545
2020-09-03 06:53alostaleRelationship addedrelated to 0044952
2020-09-03 06:54alostaleRelationship deletedrelated to 0044952
2020-09-03 06:54alostaleRelationship addedrelated to 0041484
2020-09-07 07:38hgbotResolutionopen => fixed
2020-09-07 07:38hgbotStatusnew => closed
2020-09-07 07:38hgbotNote Added: 0122707
2020-09-07 07:38hgbotFixed in Version => PR20Q4
2020-09-07 07:38hgbotNote Added: 0122708
2020-09-07 07:38hgbotNote Added: 0122709
2020-09-07 12:02hgbotNote Added: 0122743

Notes
(0122545)
hgbot   
2020-09-02 12:02   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/139 [^]
(0122707)
hgbot   
2020-09-07 07:38   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/139 [^]
(0122708)
hgbot   
2020-09-07 07:38   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c6c6ecc44ae3885b2da0572c3c2e1265d558f608
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-07T05:38:31+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c6c6ecc44ae3885b2da0572c3c2e1265d558f608 [^]

Fixes ISSUE-44963: Make quartz.properties a template file

quartz.properties is removed and a template file is created as it makes
more sense. This file has also been added to be copied in the setup ant
task.

In quartz.properties.template there are 2 different configurations, one
for non-clustered environment(default) and one commented-out for clustered environment.

A new module script has been created to handle recreation of this file
on previous versions.

---
A config/quartz.properties.template
A src-util/modulescript/build/classes/org/openbravo/modulescript/CreateMissingQuartzProperties.class
A src-util/modulescript/src/org/openbravo/modulescript/CreateMissingQuartzProperties.java
M .gitignore
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0122709)
hgbot   
2020-09-07 07:38   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 91dcabc7d127494f2a1d988a5032d5800f5710e7
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-07T05:38:31+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/91dcabc7d127494f2a1d988a5032d5800f5710e7 [^]

Related to ISSUE-44963: Renamed QUARTZ_XML to QUARTZ_PROPERTIES

Makes more sense to call it QUARTZ_PROPERTIES similar to
OPENBRAVO_PROPERTIES.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0122743)
hgbot   
2020-09-07 12:00   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 1c2c5ed14c050e0ea3723759e499f4081cdad454
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2020-09-07T11:59:50+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/1c2c5ed14c050e0ea3723759e499f4081cdad454 [^]

related to ISSUE-44963: recompiled modulescript with JDK8

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/CreateMissingQuartzProperties.class
---