This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit aa2bc88c7693634f4031a706def220cd90a29db0 Author: Matt Sicker <[email protected]> AuthorDate: Sun Jan 29 18:26:22 2023 -0600 Update Java version requirement to match reality --- log4j-api-kotlin/bnd/log4j-api-kotlin.bnd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd b/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd index 1ffdb9d..06b144c 100644 --- a/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd +++ b/log4j-api-kotlin/bnd/log4j-api-kotlin.bnd @@ -3,7 +3,7 @@ Bundle-Name: ${project.name} Bundle-Description: ${project.description} Bundle-Vendor: Apache Log4j Kotlin Project Bundle-ContactAddress: ${project.parent.url} -Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.6))" +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.8))" Import-Package: \ kotlin, \ @@ -14,4 +14,4 @@ Import-Package: \ -removeheaders: Private-Package -exportcontents:\ - org.apache.logging.log4j.kotlin \ No newline at end of file + org.apache.logging.log4j.kotlin
