This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 97a76c3a4 Drop useless 'compile.optimize' option
97a76c3a4 is described below
commit 97a76c3a441e1bb9f38b2e9664655b016d39d842
Author: Michael Osipov <[email protected]>
AuthorDate: Thu Oct 12 12:37:35 2023 +0200
Drop useless 'compile.optimize' option
---
build.properties.default | 5 ++---
build.xml | 1 -
xdocs/miscellaneous/changelog.xml | 3 +++
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index abef2f347..edc5342db 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -5,9 +5,9 @@
# 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.
@@ -34,7 +34,6 @@ compile.source=11
compile.target=11
compile.debug=off
compile.deprecation=on
-compile.optimize=on
base-maven.loc=https://repo.maven.apache.org/maven2
diff --git a/build.xml b/build.xml
index c511fc473..df6ed702a 100644
--- a/build.xml
+++ b/build.xml
@@ -203,7 +203,6 @@ limitations under the License.-->">
target="${compile.target}"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1"
includeantruntime="false">
<classpath refid="classpath"/>
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index 638eb1fc4..88e9ed553 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -43,6 +43,9 @@
<fix>
<bug>67616</bug>: o.a.tomcat.jni.SSL contains useless check for old
OpenSSL version. (michaelo)
</fix>
+ <update>
+ Drop useless <code>compile.optimize</code> option. (michaelo)
+ </update>
</changelog>
</section>
<section name="Changes in 2.0.6">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]