Skip to content

Commit

Permalink
Fix OSGi & JPMS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Oct 10, 2023
1 parent cd29469 commit 980f4ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/changelog/13.0.0/.release-notes.adoc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<#if release.date?has_content>Release date:: ${release.date}</#if>

The highlights of this major release are Scala 3 support, JPMS descriptors, and the switch to https://semver.org[semantic versioning].
The highlights of this major release are Scala 3 support, OSGi and JPMS descriptors, and the switch to https://semver.org[semantic versioning].

Note that this release is still binary backward compatible with the earlier release `12.0`.
Though we needed to bump the major version number for the semantic versioning switch to avoid the confusion related with version ordering.
Expand Down
2 changes: 1 addition & 1 deletion src/site/_release-notes/_13.0.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Release date:: 2023-10-10
The highlights of this major release are Scala 3 support, JPMS descriptors, and the switch to https://semver.org[semantic versioning].
The highlights of this major release are Scala 3 support, OSGi and JPMS descriptors, and the switch to https://semver.org[semantic versioning].
Note that this release is still binary backward compatible with the earlier release `12.0`.
Though we needed to bump the major version number for the semantic versioning switch to avoid the confusion related with version ordering.
Expand Down
3 changes: 2 additions & 1 deletion src/site/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ libraryDependencies ++= Seq(
)
----
Java module name and OSGi `Bundle-SymbolicName` are both set to `org.apache.logging.log4j.api_scala_2_10`, `org.apache.logging.log4j.api_scala_2_11`, and so on.
Java module name is set to `org.apache.logging.log4j.api.scala`.
OSGi ``Bundle-SymbolicName``s are set to `org.apache.logging.log4j.api.scala.2.10`, `org.apache.logging.log4j.api.scala.2.11`, and so on.
[#usage]
== Usage
Expand Down

0 comments on commit 980f4ed

Please sign in to comment.