This is an automated email from the ASF dual-hosted git repository.

Rikkola pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new d7b472ae5 release note 10.3 for drools
d7b472ae5 is described below

commit d7b472ae54bdbf1a38343ee1baf34dbcaa641fb9
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Fri Aug 28 10:41:54 2026 +0900

    release note 10.3 for drools
---
 .../pages/release-notes/_release-notes-10.3.adoc   | 35 ++++++++++++++++++++++
 .../modules/ROOT/pages/release-notes/index.adoc    |  2 ++
 2 files changed, 37 insertions(+)

diff --git 
a/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.3.adoc 
b/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.3.adoc
new file mode 100644
index 000000000..dc10a6a39
--- /dev/null
+++ b/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.3.adoc
@@ -0,0 +1,35 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+////
+
+== 10.3.0 release notes
+
+=== DRL Editor for VS Code
+
+A new VS Code extension, **DRL Editor**, provides full language support for 
`.drl` files, powered by a dedicated Language Server.
+
+Features include:
+
+* **Code completion** for DRL keywords, Java class names, fields/properties, 
and DRL `declare` types
+* **Navigation** — go-to definition, find references, rename, document 
symbols, and type hierarchy for both DRL and Java types
+* **Diagnostics** — syntax error reporting and configurable lint checks 
(missing `end`, missing separators, unbalanced parentheses, unknown types with 
"Did you mean?" quick-fix)
+* **Hover tooltips** with doc-comment rendering for DRL and Java types
+* **Inlay hints** for bound variables
+* **Reference-count code lens** for DRL declared types
+
+The extension resolves Java types directly from `.java` source files in the 
workspace, so completion and navigation work on a fresh checkout before Maven 
has produced any class files. The extension requires Java 17+ and Maven for 
classpath resolution.
diff --git a/drools-docs/src/modules/ROOT/pages/release-notes/index.adoc 
b/drools-docs/src/modules/ROOT/pages/release-notes/index.adoc
index a6d672b79..90950efd3 100644
--- a/drools-docs/src/modules/ROOT/pages/release-notes/index.adoc
+++ b/drools-docs/src/modules/ROOT/pages/release-notes/index.adoc
@@ -30,6 +30,8 @@ This chapter contains the release notes for the {PRODUCT} 
10-series.
 
 For the release notes of the _previous releases_, you can refer to the 
{PRODUCT} documentation of 
link:https://docs.drools.org/8.44.0.Final/drools-docs/drools/release-notes/index.html[version
 8].
 
+include::_release-notes-10.3.adoc[leveloffset=0]
+
 include::_release-notes-10.2.adoc[leveloffset=0]
 
 include::_release-notes-10.1.adoc[leveloffset=0]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to