Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions log4j-jakarta-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
-->
<bnd-module-name>org.apache.logging.log4j.web</bnd-module-name>
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<jakarta.support.range>[5.0,7)</jakarta.support.range>
<bnd-extra-package-options>jakarta.servlet;version="${jakarta.support.range}",
jakarta.servlet.http;version="${jakarta.support.range}"</bnd-extra-package-options>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="https://logging.apache.org/xml/ns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="changed">
<issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/>
<description format="asciidoc">
add a bnd tool property that makes sure that the supported jakarta version has a wider range then 5 to 6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

than instead of then

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrei-ivanov,

Thanks, I'll keep it mind, while reviewing the changelog entries for the release.

Support the current release version for 5 to 7
</description>
</entry>