Skip to content

Commit

Permalink
[Jenkins | hotfix-2.0.x] Prepare for the next development iteration (…
Browse files Browse the repository at this point in the history
…2.0.16-SNAPSHOT)
  • Loading branch information
1000 user committed Feb 21, 2024
1 parent 20b5720 commit 8c49f6c
Show file tree
Hide file tree
Showing 119 changed files with 397 additions and 365 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
19 changes: 19 additions & 0 deletions changelog-2.adoc-include
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ If you want to add changelog entries, create a new file in changelog/src/changel
mvn -pl changelog install
////

[[v2.0.15]]
== 2.0.15 (21.02.2024)

icon:check[] REST: When requesting sorted data, the permission limitations are violated. This has been fixed.

icon:check[] Core: Creating a translation for the root node of a project always failed with a "Bad Request" error, which has been fixed.

icon:check[] Elasticsearch: A full access to the data backed by ES has been given to the admin users.

icon:check[] Because of a flawed cache invalidation strategy, the project stayed on an old 'latest' branch, even if a new one has been assigned, until the caches are invalidated, or a restart is triggered. This has been fixed.

icon:check[] Cache: A mechanism of reattaching the cached entity to the persistence context has been introduced, allowing implementations of smarter cache policies.

Cache: Because of a flawed cache invalidation strategy, the project stayed on an old 'latest' branch, even if a new one has been assigned, until the caches are invalidated, or a restart is triggered. This has been fixed.

icon:check[] A regression regarding OAuth user filtering has been fixed.

Minor improvements in authentication-related utilities Java API, allowing more control over authentication URL management.

[[v2.0.14]]
== 2.0.14 (07.02.2024)

Expand Down
2 changes: 1 addition & 1 deletion changelog-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion changelog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<artifactId>mesh-changelog</artifactId>
Expand Down
13 changes: 13 additions & 0 deletions changelog/src/changelog/mappings/2.0.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"changeLogEntryFileNames": [
"7692.SUP-14428.bugfix",
"7691.SUP-14117.bugfix",
"7666.SUP-16258.bugfix",
"7693.SUP-15608.bugfix",
"7690.SUP-12823.bugfix",
"7694.SUP-16105.bugfix"
],
"version": "2.0.15",
"date": "21.02.2024",
"genericProperties": {}
}
2 changes: 1 addition & 1 deletion common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/orientdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-databases</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-demos</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-demos</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distributed-coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<artifactId>mesh-distributed-coordinator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.15</version>
<version>2.0.16-SNAPSHOT</version>
</parent>

<artifactId>mesh-doc</artifactId>
Expand Down
24 changes: 12 additions & 12 deletions doc/src/main/docs/generated/api/api-docs.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "2.0.14"
version: "2.0.15"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -706,7 +706,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "d63c71731f2549b3b1bdc5c7e6f14418"
"uuid" : "7ac0aa7a2df64f509d079f6d38d680cb"
} ]
}
responses:
Expand Down Expand Up @@ -1354,7 +1354,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "35ba7df9070145ce89c11da3e0348f16"
"uuid" : "df4932cbb8bf4f92a74481947c3b4a6b"
} ]
}
responses:
Expand Down Expand Up @@ -1893,7 +1893,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "c22a86365bc3493c9607fb85c5f629fa"
"uuid" : "03cde4964a384d23b323d094ed425689"
} ]
}
responses:
Expand Down Expand Up @@ -2865,7 +2865,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "dda6b8a397a44c7491daf52a8cb3e5d7"
"uuid" : "eadd0baac08f4077a27fca093d7d5d18"
} ]
}
responses:
Expand Down Expand Up @@ -3845,7 +3845,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "e4bd077f81634f0cac2be5f40bafd2b3"
"uuid" : "06433be15853448290e297baab06ef1d"
} ]
}
responses:
Expand Down Expand Up @@ -4502,7 +4502,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "d542dcb4c73c49e0b9a694d4b07669c7"
"uuid" : "7552db1188f14f1c9bf3782c06f79b28"
} ]
}
responses:
Expand Down Expand Up @@ -7702,7 +7702,7 @@ mediaType: application/json
| vertxVersion | false | string | Used Vert.x version. |
example: |
{
"meshVersion" : "2.0.14",
"meshVersion" : "2.0.15",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down Expand Up @@ -10222,7 +10222,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "e97d8715fc414dd29609a395afd5f2f3"
"uuid" : "f792ed87d6d74a5aa585e097b48a19f8"
} ]
}
responses:
Expand Down Expand Up @@ -11732,7 +11732,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "ccc91e53a60448cc810601b913a47cbc"
"uuid" : "f6c30fd42ddf41e6aa9b691304625b52"
} ]
}
responses:
Expand Down Expand Up @@ -12548,7 +12548,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "792f14b7fdcc457ba938d864fe92f9cf"
"uuid" : "8ad10eb4af08421ebbf5a83ffff3f602"
} ]
}
responses:
Expand Down Expand Up @@ -14248,7 +14248,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "230d072318774487b955eb339a8434ac"
"uuid" : "231676614f4e4867aca52dcb32287eb9"
} ]
}
responses:
Expand Down
24 changes: 12 additions & 12 deletions doc/src/main/docs/generated/api/api.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "2.0.14"
version: "2.0.15"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -1528,7 +1528,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "bf83f8ea88d2493e9b309b22df1783f6"
"uuid" : "497b43e6dfe747debcdf69a7077a576d"
} ]
}
responses:
Expand Down Expand Up @@ -3061,7 +3061,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "0928b364e6564bb0b78ddb94518f1666"
"uuid" : "c5b9503cf4564a14bd9e7bc0cfe049fa"
} ]
}
responses:
Expand Down Expand Up @@ -4367,7 +4367,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "040927d6830c440e931155508d36a080"
"uuid" : "aa98496fc9cd43c8b3add056c2da6330"
} ]
}
responses:
Expand Down Expand Up @@ -6780,7 +6780,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "4964456566364d70b304802e944ecfe7"
"uuid" : "49269a53a45e4514bddfb013ddde9a72"
} ]
}
responses:
Expand Down Expand Up @@ -9138,7 +9138,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "332abfb30276469498e38451d3b5304b"
"uuid" : "72afaf67946d44bfa815aa2ed6f8893a"
} ]
}
responses:
Expand Down Expand Up @@ -10841,7 +10841,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "20ce24ab02714486b351a0acfbe2afd8"
"uuid" : "7b3bdc0060034c04befa74243b7bc4f7"
} ]
}
responses:
Expand Down Expand Up @@ -17372,7 +17372,7 @@ mediaType: application/json
}
example: |
{
"meshVersion" : "2.0.14",
"meshVersion" : "2.0.15",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down Expand Up @@ -23227,7 +23227,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "ffba85e98eda4cbc80ddf55240dda65e"
"uuid" : "04c97cee12e44b739502cbe8cf658d76"
} ]
}
responses:
Expand Down Expand Up @@ -26691,7 +26691,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "36726811218a48c3bdb9000358661019"
"uuid" : "cecd800d68024a688b7b353038075b2d"
} ]
}
responses:
Expand Down Expand Up @@ -28581,7 +28581,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "d3403490c7784739a299fc9d99a112ad"
"uuid" : "6dba0f68f1fb4f40a25e0456c7583988"
} ]
}
responses:
Expand Down Expand Up @@ -32418,7 +32418,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "d7941e1362c64734b4109bd7ce3acd6e"
"uuid" : "556d70115ce744a2a8d7aad2146c9c41"
} ]
}
responses:
Expand Down
Loading

0 comments on commit 8c49f6c

Please sign in to comment.