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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 02c9246  Update the OSGi BREE (minimum Bundle Required Execution 
Environment) to 1.7
     new aba2728  Merge pull request #69 from mbooth101/2.3-gae
02c9246 is described below

commit 02c9246436655f15cd69f5ce2ba4710cd89abf45
Author: Mat Booth <[email protected]>
AuthorDate: Tue Jul 21 01:16:00 2020 +0100

    Update the OSGi BREE (minimum Bundle Required Execution Environment) to 1.7
---
 osgi.bnd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/osgi.bnd b/osgi.bnd
index 08bac25..53be782 100644
--- a/osgi.bnd
+++ b/osgi.bnd
@@ -49,10 +49,10 @@ Import-Package: !freemarker.*, *;resolution:="optional"
 # This is needed for "a.class.from.another.Bundle"?new() to work.
 DynamicImport-Package: *
 
-# The required minimum is 1.5, but we utilize versions up to 1.8 if available.
+# The required minimum is 1.7, but we utilize versions up to 1.8 if available.
 # See also: http://wiki.eclipse.org/Execution_Environments, "Compiling
 # against more than is required"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8, JavaSE-1.7, JavaSE-1.6, 
J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8, JavaSE-1.7
 
 # Non-OSGi meta:
 Main-Class: freemarker.core.CommandLine

Reply via email to