Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034100 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | minor | have not tried | 2016-09-27 14:35 | 2018-05-31 17:36 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR17Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f2604d83d7fa | ||||
Projection | none | ETA | none | Target Version | 3.0PR17Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | caristu | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034100: Raise minimum stack requirements for PR17Q1 | |||||||
Description | Raise minimum stack requirements for PR17Q1 to: - Java 7 (from 6) - PostgreSQL 9.3 (from 9.1) - Tomcat 7 (from 6) More details: http://wiki.openbravo.com/wiki/Projects:PR17Q1_Raise_Minimum_Stack [^] | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0090801) hgbot (developer) 2016-10-24 09:12 |
Repository: erp/devel/pi Changeset: f2604d83d7fa3565cfa65564e600e4ae70f927a5 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Mon Oct 24 08:40:07 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/f2604d83d7fa3565cfa65564e600e4ae70f927a5 [^] fixed issue 34100: Raise minimum stack requirements --- M .classpath.template M .settings/org.eclipse.jdt.core.prefs M .settings/org.eclipse.wst.common.project.facet.core.xml M config/eclipse/Openbravo-eclipse-prefs.epf M lib/build/servlet-api.jar M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/servlet/CalloutServletConfig.java M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/RequestContext.java M src-core/.settings/org.eclipse.jdt.core.prefs M src-core/build.xml M src-core/src/org/openbravo/base/VariablesBase.java M src-core/src/org/openbravo/buildvalidation/BuildValidationHandler.java M src-db/database/sourcedata/AD_MODEL_OBJECT.xml M src-test/.classpath.template M src-util/buildvalidation/build.xml M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/DatabaseVersionCheck.class M src-util/buildvalidation/src/org/openbravo/buildvalidation/DatabaseVersionCheck.java M src-util/diagnostic/config/diagnostics.properties M src-wad/src/org/openbravo/wad/webConf.xml M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/JdkVersionCheck.class A src-util/buildvalidation/src/org/openbravo/buildvalidation/JdkVersionCheck.java A src/org/openbravo/base/ServerVersionChecker.java R src-core/.settings/org.eclipse.wst.common.component R src-core/.settings/org.eclipse.wst.common.project.facet.core.xml R src-trl/.settings/org.eclipse.jdt.core.prefs R src-trl/.settings/org.eclipse.jdt.ui.prefs --- |
(0090814) caristu (developer) 2016-10-24 12:16 |
Code reviewed + tested as part of the project: http://wiki.openbravo.com/wiki/Projects:PR17Q1_Raise_Minimum_Stack [^] |
(0090841) hgbot (developer) 2016-10-25 08:27 |
Repository: erp/devel/dbsm-main Changeset: 0a699d2706098a1dfd6d8fa596414ea8367031f0 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Oct 25 08:27:39 2016 +0200 URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/0a699d2706098a1dfd6d8fa596414ea8367031f0 [^] related to issue 34100: allow JDK7 in dbsm --- M .settings/org.eclipse.jdt.core.prefs M build.xml --- |
(0091161) hgbot (developer) 2016-11-04 09:08 |
Repository: erp/devel/pi Changeset: 819624ec877c2aa1fa9f6c94c47a3ba06092c6da Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Fri Nov 04 09:08:03 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/819624ec877c2aa1fa9f6c94c47a3ba06092c6da [^] related to issue 30515, related to issue 34100: execute JDK version check once Only in the update to PR17Q1 --- M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/JdkVersionCheck.class M src-util/buildvalidation/src/org/openbravo/buildvalidation/JdkVersionCheck.java --- |
(0091377) hgbot (developer) 2016-11-11 10:11 |
Repository: erp/pmods/org.openbravo.client.analytics Changeset: 4017501cc7565d376d67cdd2bcf5b0999daf1142 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Fri Nov 11 09:53:10 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/4017501cc7565d376d67cdd2bcf5b0999daf1142 [^] related to issue 34100: from 17Q1 pg 9.3 and jdk 7 are required Removing duplicated bulidvalidations as now they are part of core. --- M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml R build/classes/org/openbravo/client/analytics/buildvalidation/JdkAndDbVersionCheck.class R build/classes/org/openbravo/client/analytics/buildvalidation/JdkAndDbVersionCheckData.class R src-util/buildvalidation/src/org/openbravo/client/analytics/buildvalidation/JdkAndDbVersionCheck.java R src-util/buildvalidation/src/org/openbravo/client/analytics/buildvalidation/JdkAndDbVersionCheck_Data.xsql R src-util/buildvalidation/src/src/org/openbravo/client/analytics/buildvalidation/JdkAndDbVersionCheckData.java --- |
(0092548) hudsonbot (developer) 2016-12-16 18:38 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^] Maturity status: Test |
(0092593) hudsonbot (developer) 2016-12-16 18:38 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2016-09-27 14:35 | alostale | New Issue | |
2016-09-27 14:35 | alostale | Assigned To | => alostale |
2016-09-27 14:35 | alostale | Modules | => Core |
2016-09-27 14:35 | alostale | Triggers an Emergency Pack | => No |
2016-09-27 14:44 | alostale | Description Updated | View Revisions |
2016-10-24 09:10 | alostale | Review Assigned To | => caristu |
2016-10-24 09:12 | hgbot | Checkin | |
2016-10-24 09:12 | hgbot | Note Added: 0090801 | |
2016-10-24 09:12 | hgbot | Status | new => resolved |
2016-10-24 09:12 | hgbot | Resolution | open => fixed |
2016-10-24 09:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f2604d83d7fa3565cfa65564e600e4ae70f927a5 [^] |
2016-10-24 12:16 | caristu | Note Added: 0090814 | |
2016-10-24 12:16 | caristu | Status | resolved => closed |
2016-10-24 12:16 | caristu | Fixed in Version | => 3.0PR17Q1 |
2016-10-25 08:27 | hgbot | Checkin | |
2016-10-25 08:27 | hgbot | Note Added: 0090841 | |
2016-11-04 09:08 | hgbot | Checkin | |
2016-11-04 09:08 | hgbot | Note Added: 0091161 | |
2016-11-11 10:11 | hgbot | Checkin | |
2016-11-11 10:11 | hgbot | Note Added: 0091377 | |
2016-12-06 08:30 | alostale | Relationship added | related to 0034684 |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092548 | |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092593 | |
2016-12-19 09:05 | alostale | Relationship added | blocks 0034765 |
2017-06-07 13:59 | maite | Relationship added | causes 0036192 |
2018-05-31 17:36 | caristu | Issue cloned | 0038675 |
2018-05-31 17:36 | caristu | Relationship added | related to 0038675 |
Copyright © 2000 - 2009 MantisBT Group |