Skip to content

Commit e040b6a

Browse files
Merge pull request #1232 from folio-org/release-36.0.0
Release 36.0.0
2 parents 3c202f5 + b100d65 commit e040b6a

13 files changed

Lines changed: 40 additions & 13 deletions

File tree

NEWS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 36.0.0 2026-04-09
2+
3+
Trillium (2026 R1) release, see [upgrade notes](doc/upgrading.md#version-360).
4+
5+
* [RMB-1025](https://folio-org.atlassian.net/browse/RMB-1025) Create schema even if role already exists
6+
* [RMB-1028](https://folio-org.atlassian.net/browse/RMB-1028) readonly custom field should delete property
7+
* [RMB-785](https://folio-org.atlassian.net/browse/RMB-785) Replace GenerateRunner with domain-models-maven-plugin in README.md
8+
* [RMB-1027](https://folio-org.atlassian.net/browse/RMB-1027) Migrate Vert.x from 4 to 5
9+
* [RMB-1031](https://folio-org.atlassian.net/browse/RMB-1031) validate module\_to which will be stored in DB
10+
* [RMB-1023](https://folio-org.atlassian.net/browse/RMB-1023) Remove/Reduce Ineffective/Verbose Log Lines For CQL2PgJSON
11+
* [RMB-1032](https://folio-org.atlassian.net/browse/RMB-1032) Add futurized TenantAPI.postTenantSync
12+
* [RMB-1033](https://folio-org.atlassian.net/browse/RMB-1033) RestRouting null removal: allow array in path
13+
* [FAT-22537](https://folio-org.atlassian.net/browse/FAT-22537) Added upgrading note about ServicesResourceTransformer to avoid race condition during FolioLocal initialization
14+
* [RMB-1036](https://folio-org.atlassian.net/browse/RMB-1036) Initialize loggers before setting log level
15+
* [RMB-1029](https://folio-org.atlassian.net/browse/RMB-1029) TRUNCATE rmb\_internal\_analyze; ERROR: canceling statement due to lock timeout (55P03)
16+
* [RMB-1026](https://folio-org.atlassian.net/browse/RMB-1026) DB\_MAX\_LIFETIME option with default of 30 minutes
17+
* [RMB-1040](https://folio-org.atlassian.net/browse/RMB-1040) Don't "WARN TenantLoading TenantLoading.perform No X-Okapi-Url-to header"
18+
* [RMB-1041](https://folio-org.atlassian.net/browse/RMB-1041) HttpStatus, HttpHeaders - drop-in replacement of httpcomponents
19+
* [RMB-1042](https://folio-org.atlassian.net/browse/RMB-1042) Vert.x 5.0.6 fixing CVE-2025-67735 Netty CRLF injection request smuggling
20+
* [RMB-1045](https://folio-org.atlassian.net/browse/RMB-1045) upgrade to test-containers 2.0.3
21+
* [RMB-1046](https://folio-org.atlassian.net/browse/RMB-1046) Avoid regex in `.replaceAll(" +[*]", "")`
22+
* [RMB-1047](https://folio-org.atlassian.net/browse/RMB-1047) Fix polynomial runtime regex in PgUtil - Support `)` and `=` in error message fields
23+
* [RMB-1030](https://folio-org.atlassian.net/browse/RMB-1030) CachedConnectionManager "permission denied": Better recovery from error state, warn about buggy DB\_MAXSHAREDPOOLSIZE
24+
* [RMB-1051](https://folio-org.atlassian.net/browse/RMB-1051) Trillium: Bump dependencies (Vertx 5.0.10, log4j 2.25.4, …)
25+
* [RMB-1052](https://folio-org.atlassian.net/browse/RMB-1052) ERROR: 42501: permission denied for "CREATE SCHEMA IF NOT EXISTS"
26+
* [RMB-1048](https://folio-org.atlassian.net/browse/RMB-1048) Enable maven workflows, disable Jenkins workflow
27+
128
## 35.4.0 2025-02-28
229

330
Sunflower (2025 R1) release, see [upgrade notes](doc/upgrading.md#version-354).

cql2pgjson-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0-SNAPSHOT</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<properties>

cql2pgjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.folio</groupId>
99
<artifactId>raml-module-builder</artifactId>
10-
<version>36.0.0-SNAPSHOT</version>
10+
<version>36.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<licenses>

dbschema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.folio</groupId>
99
<artifactId>raml-module-builder</artifactId>
10-
<version>36.0.0-SNAPSHOT</version>
10+
<version>36.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<licenses>

domain-models-api-aspects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0-SNAPSHOT</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-api-aspects</artifactId>
99

domain-models-api-interfaces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0-SNAPSHOT</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-api-interfaces</artifactId>
99

domain-models-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.folio</groupId>
55
<artifactId>raml-module-builder</artifactId>
6-
<version>36.0.0-SNAPSHOT</version>
6+
<version>36.1.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>domain-models-maven-plugin</artifactId>
99
<description>Domain Model Generator that reads RAML files and writes Java files</description>

domain-models-runtime-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0-SNAPSHOT</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<licenses>

domain-models-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.folio</groupId>
88
<artifactId>raml-module-builder</artifactId>
9-
<version>36.0.0-SNAPSHOT</version>
9+
<version>36.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<licenses>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.folio</groupId>
44
<artifactId>raml-module-builder</artifactId>
5-
<version>36.0.0-SNAPSHOT</version>
5+
<version>36.1.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>raml-module-builder</name>
88
<modules>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131

32-
<project.build.outputTimestamp>2025-10-02T08:45:44Z</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>2026-04-09T08:52:44Z</project.build.outputTimestamp>
3333

3434
<aspectj.version>1.9.22.1</aspectj.version>
3535
<maven.version>3.9.14</maven.version>

0 commit comments

Comments
 (0)