Skip to content

Commit 33b7735

Browse files
added blog tags and updates to blog
1 parent 372d405 commit 33b7735

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

blog_tags.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"blog_tags": [
33
{
44
"name": "announcements",
5-
"posts": ["26.0.0.3-beta", "26.0.0.2", "26.0.0.2-beta",
5+
"posts": ["26.0.0.3", "26.0.0.3-beta",
6+
"26.0.0.2", "26.0.0.2-beta",
67
"26.0.0.1", "26.0.0.1-beta",
78
"25.0.0.12", "25.0.0.12-beta",
89
"25.0.0.11", "25.0.0.11-beta",
@@ -99,7 +100,7 @@
99100
"featured": "true"
100101
},{
101102
"name": "microprofile",
102-
"posts": ["25.0.0.8", "25.0.0.7-beta",
103+
"posts": ["26.0.0.3", "25.0.0.8", "25.0.0.7-beta",
103104
"25.0.0.6", "25.0.0.6-beta",
104105
"25.0.0.5", "25.0.0.4",
105106
"25.0.0.4-beta", "microprofile-telemetry-20",
@@ -174,7 +175,9 @@
174175
},
175176
{
176177
"name": "java-se",
177-
"posts": ["25.0.0.10", "25.0.0.10-beta", "25.0.0.6", "25.0.0.6-beta", "25.0.0.4",
178+
"posts": ["26.0.0.3", "25.0.0.10",
179+
"25.0.0.10-beta", "25.0.0.6",
180+
"25.0.0.6-beta", "25.0.0.4",
178181
"25.0.0.4-beta", "24.0.0.10",
179182
"24.0.0.10-beta", "24.0.0.4",
180183
"24.0.0.4-beta", "24.0.0.3",
@@ -193,7 +196,9 @@
193196
},
194197
{
195198
"name": "release",
196-
"posts": ["26.0.0.3-beta", "26.0.0.2", "26.0.0.2-beta", "26.0.0.1", "26.0.0.1-beta",
199+
"posts": ["26.0.0.3", "26.0.0.3-beta",
200+
"26.0.0.2", "26.0.0.2-beta",
201+
"26.0.0.1", "26.0.0.1-beta",
197202
"25.0.0.12", "25.0.0.12-beta",
198203
"25.0.0.11", "25.0.0.11-beta",
199204
"25.0.0.10", "25.0.0.10-beta",
@@ -325,7 +330,7 @@
325330
},
326331
{
327332
"name": "security",
328-
"posts": ["25.0.0.12", "25.0.0.12-beta",
333+
"posts": ["26.0.0.3", "25.0.0.12", "25.0.0.12-beta",
329334
"25.0.0.9", "25.0.0.9-beta",
330335
"25.0.0.3", "25.0.0.3-beta",
331336
"25.0.0.2", "25.0.0.1-beta",
@@ -420,7 +425,8 @@
420425
},
421426
{
422427
"name": "jakarta-ee",
423-
"posts": ["25.0.0.12-beta", "24.0.0.12-beta", "rethinking-microservices",
428+
"posts": ["26.0.0.3", "25.0.0.12-beta",
429+
"24.0.0.12-beta", "rethinking-microservices",
424430
"24.0.0.8", "liberty-developer-essentials-badge",
425431
"24.0.0.8-beta", "24.0.0.7-beta",
426432
"24.0.0.6-beta", "simplifying-nosql-database-integration-with-jakarta-nosql",
@@ -619,7 +625,7 @@
619625
},
620626
{
621627
"name": "performance-enhancements",
622-
"posts": ["25.0.0.12-beta", "25.0.0.11-beta",
628+
"posts": ["26.0.0.3", "25.0.0.12-beta", "25.0.0.11-beta",
623629
"25.0.0.1", "25.0.0.1-beta",
624630
"24.0.0.11", "24.0.0.11-beta",
625631
"five-java-dev-musthaves-fast-startup", "rapid-startup-without-compromise",

posts/2026-03-24-26.0.0.3.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: "Java Toolchains in Liberty Build Plugins in 26.0.0.3"
3+
title: "UserRegistry Attribute Reader Enhancement and Jandex Index Format Support Update in 26.0.0.3"
44
# Do NOT change the categories section
55
categories: blog
66
author_picture: https://avatars3.githubusercontent.com/navaneethsnair1
77
author_github: https://github.com/navaneethsnair1
8-
seo-title: Java Toolchains in Liberty Build Plugins in 26.0.0.3- OpenLiberty.io
8+
seo-title: UserRegistry Attribute Reader Enhancement and Jandex Index Format Support Update in 26.0.0.3- OpenLiberty.io
99
seo-description: This release introduces UserRegistry Attribute Reader APIs for retrieving user attributes from LDAP and custom registries, and adds support for Jandex index formats 11-13 to improve application startup performance.
1010
blog_description: This release introduces UserRegistry Attribute Reader APIs for retrieving user attributes from LDAP and custom registries, and adds support for Jandex index formats 11-13 to improve application startup performance.
1111
open-graph-image: https://openliberty.io/img/twitter_card.jpg
1212
open-graph-image-alt: Open Liberty Logo
1313
---
14-
= Java Toolchains in Liberty Build Plugins in 26.0.0.3
14+
= UserRegistry Attribute Reader Enhancement and Jandex Index Format Support Update in 26.0.0.3
1515
Navaneeth S Nair <https://github.com/navaneethsnair1>
1616
:imagesdir: /
1717
:url-prefix:

0 commit comments

Comments
 (0)