Ronan Browne
909b7643ca
Merge pull request #7127 from corda/connelm/ENT-6716/disable-publish-dockerhub-patch4.7
...
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-23 17:13:14 +00:00
Ronan Browne
5f7bc6ce7b
Merge pull request #7128 from corda/connelm/ENT-6716/disable-publish-dockerhub-patch4.3
...
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-23 17:13:01 +00:00
ConnelMcGovern
b03e71cb53
INFRA-1743 Activate C4 email notifications Open source and Ent
2022-03-23 16:56:35 +00:00
ConnelMcGovern
682aa43f97
INFRA-1743 Activate C4 email notifications Open source and Ent
2022-03-23 16:54:21 +00:00
ConnelMcGovern
8a0249b08b
INFRA-1743 Activate C4 email notifications Open source and Ent
2022-03-23 16:53:09 +00:00
ConnelMcGovern
8808a5563c
INFRA-1743 Activate C4 email notifications Open source and Ent
2022-03-23 16:52:30 +00:00
ConnelMcGovern
84c2cb5882
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-22 15:44:24 +00:00
ConnelMcGovern
75e97fdaf1
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-22 15:43:33 +00:00
ConnelMcGovern
1af3b85b53
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-22 15:42:09 +00:00
ConnelMcGovern
13a129e7cb
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-22 15:40:44 +00:00
ConnelMcGovern
a0aabe7b30
ENT-6716 Remove Corda OS image publishing to Docker hub for CE4.8.x patches and below
2022-03-22 15:39:37 +00:00
Ronan Browne
0c7b5e56ae
INFRA-1697 update wrapper URL
2022-03-16 16:52:52 +00:00
Ronan Browne
21d768b0a3
INFRA-1699 use correct version
2022-03-16 16:51:07 +00:00
Ronan Browne
87e8c96ead
INFRA-1697 update wrapper URL
2022-03-16 16:50:22 +00:00
Ronan Browne
5c83e27e78
INFRA-1697 update wrapper URL
2022-03-16 16:48:33 +00:00
Ronan Browne
501b9490c3
INFRA-1697 update wrapper URL
2022-03-16 16:45:31 +00:00
Ronan Browne
f1975c7b04
INFRA-1697 update wrapper URL
2022-03-16 16:44:17 +00:00
Connel McGovern
9d2144ef81
INFRA-1735 Teams notification's for C4 ( #7112 )
...
* INFRA-1728 set correct java version for JDK 11 base image
2022-03-15 15:57:11 +01:00
Connel McGovern
648f4cf397
INFRA-1735 Teams notification's for C4 ( #7110 )
...
* INFRA-1728 set correct java version for JDK 11 base image
2022-03-15 15:56:48 +01:00
Connel McGovern
8da0e718a5
INFRA-1735 Teams notification's for C4 ( #7108 )
...
* INFRA-1728 set correct java version for JDK 11 base image
2022-03-15 08:58:36 +01:00
Connel McGovern
8a240e2859
INFRA-1735 Teams notification's for C4 ( #7109 )
...
* INFRA-1728 set correct java version for JDK 11 base image
2022-03-15 08:58:21 +01:00
Connel McGovern
a84c174aad
INFRA-1735 Teams notification's for C4 ( #7111 )
...
* INFRA-1728 set correct java version for JDK 11 base image
2022-03-15 08:57:57 +01:00
Ronan Browne
7658c5a413
INFRA-1720: remove dockerhub publishing nightly ( #7079 )
2022-02-22 09:37:15 +01:00
Ronan Browne
beaed61028
INFRA-1720: remove dockerhub publishing nightly ( #7081 )
2022-02-22 09:36:33 +01:00
Ronan Browne
a624e863fa
INFRA-1720: remove dockerhub publishing nightly ( #7080 )
2022-02-22 09:36:01 +01:00
Ronan Browne
e00bd93478
INFRA-1386 - remove nightly publish to dockerhub ( #6908 ) ( #7078 )
...
* INFRA-1386 - remove nightly publish to dockerhub.
* Remove entirely.
Co-authored-by: Dries Samyn <dries.samyn@r3.com>
2022-02-22 09:35:17 +01:00
Adel El-Beik
c11eb382ce
ENT-6588 Restrict database operations platform flag ( #7053 ) ( #7073 ) ( #7074 ) ( #7076 )
...
* ENT-6588 Restrict database operations platform flag
Put the restricting of database operations in `RestrictedConnection` and
`RestrictedEntityManager` behind a platform version flag.
`RESTRICTED_DATABASE_OPERATIONS = 7` was added to signify this.
If the version is less than 7, then the database operations will not be
restricted. A warning is logged to indicate that they are using
potentially dangerous methods.
If the version is 7 or greater, then the database operations are
restricted and throw an error if called.
Co-authored-by: Dan Newton <dan.newton@r3.com>
2022-02-18 09:42:59 +00:00
Adel El-Beik
470bce8a6b
ENT-6588 Restrict database operations platform flag ( #7053 ) ( #7073 ) ( #7074 )
...
* ENT-6588 Restrict database operations platform flag
Put the restricting of database operations in `RestrictedConnection` and
`RestrictedEntityManager` behind a platform version flag.
`RESTRICTED_DATABASE_OPERATIONS = 7` was added to signify this.
If the version is less than 7, then the database operations will not be
restricted. A warning is logged to indicate that they are using
potentially dangerous methods.
If the version is 7 or greater, then the database operations are
restricted and throw an error if called.
Co-authored-by: Dan Newton <dan.newton@r3.com>
Co-authored-by: Dan Newton <dan.newton@r3.com>
2022-02-17 16:59:34 +00:00
Adel El-Beik
12fd451919
ENT-6588 Restrict database operations platform flag ( #7053 ) ( #7073 )
...
* ENT-6588 Restrict database operations platform flag
Put the restricting of database operations in `RestrictedConnection` and
`RestrictedEntityManager` behind a platform version flag.
`RESTRICTED_DATABASE_OPERATIONS = 7` was added to signify this.
If the version is less than 7, then the database operations will not be
restricted. A warning is logged to indicate that they are using
potentially dangerous methods.
If the version is 7 or greater, then the database operations are
restricted and throw an error if called.
Co-authored-by: Dan Newton <dan.newton@r3.com>
2022-02-17 14:07:11 +00:00
Ramzi El-Yafi
7fda462dd6
Merge pull request #7040 from corda/ramzi/os-46-47-merge
...
NOTICK Merge OS 4.6 -> OS 4.7 20/01/22
2022-01-21 10:50:43 +00:00
Ramzi El-Yafi
ba4d275887
Merge remote-tracking branch 'origin/release/os/4.6' into ramzi/os-46-47-merge
2022-01-20 17:51:36 +00:00
Ramzi El-Yafi
48707e595a
NOTICK Merge OS 4.5 -> OS 4.6 20/01/22
2022-01-20 17:49:42 +00:00
Ramzi El-Yafi
c9d758f84a
Merge remote-tracking branch 'origin/release/os/4.5' into ramzi/os-45-46-merge
2022-01-20 14:55:56 +00:00
Ramzi El-Yafi
0b2b3e464e
Merge pull request #7037 from corda/ramzi/os-44-45-merge
...
NOTICK Merge OS 4.4 -> OS 4.5 20/01/22
2022-01-20 14:44:59 +00:00
Ramzi El-Yafi
4dfd4c613a
Merge remote-tracking branch 'origin/release/os/4.4' into ramzi/os-44-45-merge
2022-01-20 10:19:16 +00:00
Ramzi El-Yafi
a45be650c7
ENT-6533 Update validating notary flow to be non-idempotent ( #7031 )
2022-01-20 09:52:45 +00:00
Waldemar Żurowski
46d03fc430
Merge pull request #7021 from corda/wz/merge-os-46-47-2022-01-12
...
NOTICK: Merging forward updates from OS 4.6 to OS 4.7 (2022-01-12)
2022-01-12 09:50:39 +01:00
Waldemar Zurowski
46a358965e
Merge branch 'release/os/4.6' into wz/merge-os-46-47-2022-01-12
2022-01-12 07:34:32 +01:00
Waldemar Żurowski
43c97b6869
Merge pull request #7019 from corda/wz/merge-os-45-46-2022-01-11
...
NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-01-11)
2022-01-11 17:18:36 +01:00
Viktor Kolomeyko
8191073c7f
NOTICK: Change repository for ghostdriver
library
...
Since SCI Java repository is no longer available, the library has been copied to the internal `corda-dependencies` repository.
2022-01-11 16:48:51 +01:00
Waldemar Zurowski
42cac5d677
Merge branch 'release/os/4.5' into wz/merge-os-45-46-2022-01-11
2022-01-11 16:27:40 +01:00
Waldemar Żurowski
8cfe6064ab
Merge pull request #7018 from corda/wz/merge-os-44-45-2022-01-11
...
NOTICK: Merging forward updates from OS 4.4 to OS 4.5 (2022-01-11)
2022-01-11 16:25:16 +01:00
Waldemar Zurowski
0fdfc98345
Merge branch 'release/os/4.4' into wz/merge-os-44-45-2022-01-11
2022-01-11 15:52:40 +01:00
Waldemar Żurowski
24de478aaf
Merge pull request #7017 from corda/wz/merge-os-43-44-2022-01-11
...
NOTICK: Merging forward updates from OS 4.3 to OS 4.4 (2022-01-11)
2022-01-11 15:46:13 +01:00
Waldemar Zurowski
e92baeeb26
Merge branch 'release/os/4.3' into wz/merge-os-43-44-2022-01-11
...
Conflicts:
build.gradle
2022-01-11 14:39:38 +01:00
Waldemar Żurowski
d91b06605f
NOTICK: Change repository for ghostdriver
library ( #7016 )
...
* Maven SCI Java repository is not available
* `ghostdriver` moved to `corda-dependencies` repository in R3
Artifactory
2022-01-11 14:35:32 +01:00
Waldemar Żurowski
5de343ecf0
NOTICK: Merging forward updates from OS 4.5 to OS 4.6 (2022-01-11) ( #7014 )
...
* ENT-6494: Upgraded log4j to 2.17.0 (#6996 )
* NOTICK: Merging forward updates from OS 4.4 to OS 4.5 (2022-01-07) (#7007 )
* backported from emergency releases for log4j updates
* adds a build parameter, which control if tests should be run or not, default is `true`
* ENT-6494: Upgraded log4j to 2.17.1
Co-authored-by: Adel El-Beik <48713346+adelel1@users.noreply.github.com>
Co-authored-by: Adel El-Beik <adel.el-beik@r3.com>
2022-01-11 12:44:42 +01:00
Adel El-Beik
c69a840e2e
Merge pull request #7010 from corda/adel/log4j-4.4
...
ENT-6494: Upgraded log4j to 2.17.1
2022-01-10 13:42:16 +00:00
Adel El-Beik
f26da0325f
Merge pull request #7013 from corda/adel/log4j-4.7
...
ENT-6494: Upgraded log4j to 2.17.1
2022-01-10 12:54:17 +00:00
Adel El-Beik
cf0b5b9cb1
Merge pull request #7012 from corda/adel/log4j-4.6
...
ENT-6494: Upgraded log4j to 2.17.1
2022-01-10 12:54:00 +00:00