This is an automated email from the ASF dual-hosted git repository. olamy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-standard.git.
from b283d88 move from javax to jakarta namespace new 9df0299 use StringBuilder instead of StringBuffer new 4d3880e minor changes as the code is now java 1.8 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../standard/tag/common/core/ImportSupport.java | 8 +++---- .../standard/tag/common/core/ParamSupport.java | 10 ++++----- .../standard/tag/common/core/SetSupport.java | 6 +----- .../standard/tag/common/core/UrlSupport.java | 4 +++- .../taglibs/standard/tag/common/core/Util.java | 3 ++- .../standard/tag/common/fmt/BundleSupport.java | 25 ++++++++-------------- .../standard/tag/common/fmt/FormatDateSupport.java | 2 +- .../tag/common/fmt/FormatNumberSupport.java | 21 +++--------------- .../standard/tag/common/sql/UpdateTagSupport.java | 12 +---------- .../standard/tag/common/xml/JSTLVariableStack.java | 2 +- .../standard/tag/common/xml/ParseSupport.java | 10 ++------- .../standard/tag/common/xml/TransformSupport.java | 10 ++------- .../apache/taglibs/standard/tlv/JstlBaseTLV.java | 11 ++-------- .../taglibs/standard/util/ExpressionUtil.java | 4 ++-- .../org/apache/taglibs/standard/util/XmlUtil.java | 6 +----- .../lang/jstl/BinaryOperatorExpression.java | 2 +- .../taglibs/standard/lang/jstl/ComplexValue.java | 2 +- .../taglibs/standard/lang/jstl/ELEvaluator.java | 6 +++--- .../standard/lang/jstl/ExpressionString.java | 4 ++-- .../standard/lang/jstl/FunctionInvocation.java | 2 +- .../taglibs/standard/lang/jstl/StringLiteral.java | 4 ++-- .../lang/jstl/UnaryOperatorExpression.java | 2 +- .../standard/lang/jstl/parser/ParseException.java | 2 +- .../standard/lang/jstl/parser/TokenMgrError.java | 2 +- .../taglibs/standard/examples/beans/Address.java | 2 +- .../taglibs/standard/examples/beans/Customer.java | 2 +- .../standard/examples/taglib/Functions.java | 2 +- 27 files changed, 54 insertions(+), 112 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org