- 21 Apr, 2022 2 commits
-
-
Bonita CI authored
-
Baptiste Mesta authored
-
- 15 Apr, 2022 1 commit
-
-
Bonita CI authored
-
- 14 Apr, 2022 2 commits
-
-
Baptiste Mesta authored
-
Baptiste Mesta authored
-
- 12 Apr, 2022 1 commit
-
-
Emmanuel Duchastenier authored
-
- 04 Apr, 2022 2 commits
-
-
Pascal GARCIA authored
* bump tomcat version to mitigate cve as explain here (spring-framework-rce-mitigation-alternative)[https://spring.io/blog/2022/04/01/spring-framework-rce-mitigation-alternative]
-
Pascal GARCIA authored
* bump tomcat version to mitigate cve as explain here (spring-framework-rce-mitigation-alternative)[https://spring.io/blog/2022/04/01/spring-framework-rce-mitigation-alternative]
-
- 15 Mar, 2022 1 commit
-
-
Bonita CI authored
-
- 10 Mar, 2022 1 commit
-
-
Bonita CI authored
-
- 08 Mar, 2022 1 commit
-
-
abirembaut authored
Bump tomcat version to 8.5.76 and 9.0.58 to fix cve [CVE-2022-23181](https://lists.apache.org/thread/l8x62p3k19yfcb208jo4zrb83k5mfwg9) Relates to [RUNTIME-880](https://bonitasoft.atlassian.net/browse/RUNTIME-880)
-
- 04 Mar, 2022 1 commit
-
-
abirembaut authored
Bump tomcat version to 8.5.76 and 9.0.58 to fix cve [CVE-2022-23181](https://lists.apache.org/thread/l8x62p3k19yfcb208jo4zrb83k5mfwg9) Relates to [RUNTIME-880](https://bonitasoft.atlassian.net/browse/RUNTIME-880)
-
- 03 Mar, 2022 1 commit
-
-
Bonita CI authored
-
- 02 Mar, 2022 1 commit
-
-
Baptiste Mesta authored
This was set to false because engin code never let a stop using a connection without releasing it. However, extensions like custom page might do that (even if it's not recommended to use bonita datasource to do sql queries) Remove deprecated `removeAbandoned` property. Closes [RUNTIME-918](https://bonitasoft.atlassian.net/browse/RUNTIME-918) Closes [RUNTIME-862](https://bonitasoft.atlassian.net/browse/RUNTIME-862)
-
- 28 Feb, 2022 2 commits
-
-
Pascal GARCIA authored
-
Pascal GARCIA authored
-
- 16 Feb, 2022 1 commit
-
-
Pascal GARCIA authored
* bump tomcat version to 9.0.58 to fix cve [CVE-2022-23181](https://lists.apache.org/thread/l8x62p3k19yfcb208jo4zrb83k5mfwg9)
-
- 07 Feb, 2022 1 commit
-
-
Bonita CI authored
-
- 02 Feb, 2022 2 commits
-
-
Baptiste Mesta authored
Our internal repository was mirroring restlet repository, it's not the case anymore. Fix it by adding restlet repo to the pom
-
Bonita CI authored
-
- 21 Jan, 2022 1 commit
-
-
Bonita CI authored
-
- 19 Jan, 2022 1 commit
-
-
abirembaut authored
also update tomcat 9 version Covers [RUNTIME-818](https://bonitasoft.atlassian.net/browse/RUNTIME-818)
-
- 07 Jan, 2022 1 commit
-
-
Pascal GARCIA authored
bump tomcat version to 9.0.56 to fix cve [CVE-2021-42340](https://security.netapp.com/advisory/ntap-20211104-0001/)
-
- 22 Dec, 2021 1 commit
-
-
Pascal GARCIA authored
cherry pick commit 872fd7d and 5aeb603 PRs #430 and #431 to enable formatMsgNoLookups to mitigate impact CVE-2021-44228 with custom client's code
-
- 15 Dec, 2021 1 commit
-
-
danila_mazour authored
* fix(datasource): make proposed changes to datasource * specify removeAbandoned="false" Relates to [RUNTIME-495](https://bonitasoft.atlassian.net/browse/RUNTIME-495)
-
- 14 Dec, 2021 1 commit
-
-
Pascal GARCIA authored
revert adding of wrong add of `LOGGING_MANAGER`
-
- 13 Dec, 2021 1 commit
-
-
Pascal GARCIA authored
* Enable `formatMsgNoLookups` to mitigate [CVE-2021-44228](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q) with custom client's code
-
- 24 Nov, 2021 1 commit
-
-
Bonita CI authored
-
- 18 Nov, 2021 1 commit
-
-
Bonita CI authored
-
- 15 Nov, 2021 2 commits
-
-
Baptiste Mesta authored
That period was poluting logs in case of a xa resource that is not recoverable. This can happen when a arjuna is commiting an XA transaction but the connection fails at that time. In that case Arjuna does not know what to do with the XA transaction and tries to recover it each time (it is in HEURISTIC_HAZARD state). This happens even if there is a single resource. In that case, it requires an human action to remove the resource form the transaction log. Set that period to 2 hours by default to reduce the impact on logs while keeping the issue visible. Relates to [RUNTIME-45](https://bonitasoft.atlassian.net/browse/RUNTIME-45) Relates to [RUNTIME-625](https://bonitasoft.atlassian.net/browse/RUNTIME-625) Backported from #415 commit b74c3a583886dc838e1d78a10c428f36b0166107
-
danila_mazour authored
Previously, when attempting to recover a XAConnection, no new connection was initialized. The recovery failed, and was retried indefinitely. We now check if there is an active connection, attempt to close it properly and then create a new one. Closes [RUNTIME-45](https://bonitasoft.atlassian.net/browse/RUNTIME-45) Backported from #411 commit 2136f42b134275cf6ef60a80b7679ec451278ddd
-
- 04 Nov, 2021 1 commit
-
-
Baptiste Mesta authored
That period was poluting logs in case of a xa resource that is not recoverable. This can happen when a arjuna is commiting an XA transaction but the connection fails at that time. In that case Arjuna does not know what to do with the XA transaction and tries to recover it each time (it is in HEURISTIC_HAZARD state). This happens even if there is a single resource. In that case, it requires an human action to remove the resource form the transaction log. Set that period to 2 hours by default to reduce the impact on logs while keeping the issue visible. Relates to [RUNTIME-45](https://bonitasoft.atlassian.net/browse/RUNTIME-45) Relates to [RUNTIME-625](https://bonitasoft.atlassian.net/browse/RUNTIME-625)
-
- 29 Oct, 2021 2 commits
-
-
Haroun El Alami authored
default web.xml added with 60min session-timeout. The change was needed to match with bonita config: #bonita.tenant.session.duration=3600000 The timeout is set while building the bundle zip Closes [RUNTIME-117](https://bonitasoft.atlassian.net/browse/RUNTIME-117)
-
danila_mazour authored
Previously, when attempting to recover a XAConnection, no new connection was initialized. The recovery failed, and was retried indefinitely. We now check if there is an active connection, attempt to close it properly and then create a new one. Closes [RUNTIME-45](https://bonitasoft.atlassian.net/browse/RUNTIME-45)
-
- 28 Oct, 2021 1 commit
-
-
Pascal GARCIA authored
* remove jattach (removed in 7.13) * unzip bonita.war and remove them after unzip. (required for setting permission) Co-authored-by:
Baptiste Mesta <baptiste.mesta@bonitasoft.com>
-
- 18 Oct, 2021 1 commit
-
-
abirembaut authored
* there is no conflict with commons-collections * commons-logging and commons-codec seem to be uses in a different version in bundle-test only but bundle-test depends on bonita-client only and those are server dependencies
-
- 11 Oct, 2021 1 commit
-
-
Baptiste Mesta authored
Allow to specify the user with docker run parameter `--user`. Doing this will change the user with which the container is run. If the user given is not root, we do not try to change some of the folders ownership using `chown` or `chmod`. To allow this behavior, at docker build, we open access rights of few folders to 777 (all users can do anything) and then restrict them if we are root at startup. This is a common strategy to support that. See: https://github.com/docker-library/postgres/pull/253 This comes with some limitation: mounted folder need to have correct access rights configured when running with this option Closes [RUNTIME-547](https://bonitasoft.atlassian.net/browse/RUNTIME-547) Relates to [PF-6998](https://bonitasoft.atlassian.net/browse/PF-6998)
-
- 07 Oct, 2021 1 commit
-
-
Baptiste Mesta authored
-
- 06 Oct, 2021 1 commit
-
-
Baptiste Mesta authored
move all ENV and ARG as low as possible to restore cache-ability
-
- 04 Oct, 2021 1 commit
-
-
Emmanuel Duchastenier authored
on Maven Central, by removing the parent pom Closes [RUNTIME-540](https://bonitasoft.atlassian.net/browse/RUNTIME-540)
-