All Projects : Velocity (Key: VELOCITY)

Project Lead: Will Glass-Husain
URL: http://velocity.apache.org/
Description:
Issue Tracker for the Apache Velocity Project

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Change Log

Current Recommended Release
   Bug VELOCITY-681 FIXED [regression] Changes on the macro parameters are not persisted outside the macro call Critical Resolved
   Bug VELOCITY-693 FIXED resourceExists method in FileResourceLoader returns always false if the template is not in the first directory Critical Resolved
   Bug VELOCITY-682 FIXED #evaluate breaks macro processing Major Resolved
   Bug VELOCITY-667 FIXED Regression: Specifying #macro without parenthesis no longer throws VelocityException Major Resolved
   Bug VELOCITY-723 INVALID URL of Velocity link on getting started page on the website needs to be changed Major Resolved
   Bug VELOCITY-722 INVALID Unable to download velocity 1.6.2 zip on download.cgi page Major Resolved
   Bug VELOCITY-702 FIXED fileloader in front of a classpath loader doesn't respond to runtime addition of template Major Closed
   Bug VELOCITY-701 FIXED migrating from 1.4 to 1.6.1 iteration over a List no longer works Major Closed
   Bug VELOCITY-708 DUPLICATE The Method map does not get created correctly when the inspected class implements interface which itself has a rich inheritance tree Major Closed
   Improvement VELOCITY-721 INVALID Handle the exception HTTP Error 413 - Request entity too large in the exceptions section of Velocity engine Major Closed
   Bug VELOCITY-657 FIXED $velocityHasNext not working properly (returns true even if iterator does not have next value) Minor Resolved
   Bug VELOCITY-689 FIXED ClassMap misses super interfaces Minor Resolved
Release version 1.5
   Bug VELOCITY-461 FIXED Class loading issue Blocker Closed
   Bug VELOCITY-383 FIXED Non thread-safe Template object can cause NPE under heavy concurrent load Blocker Closed
   Bug VELOCITY-24 FIXED calls to local macros not always made when template caching is off Blocker Closed
   Bug VELOCITY-418 FIXED FileInputStreams are not being closed so webapps cannot be undeployed. Critical Closed
   Bug VELOCITY-193 FIXED Memory/logger leak with multiple VelocityEngine instances Critical Closed
   Bug VELOCITY-516 FIXED SecureUberspector doesn't work with #foreach (iterators) Critical Closed
   Bug VELOCITY-157 FIXED velocityEngine.init opens velocity.log multiple times Critical Closed
   Bug VELOCITY-239 FIXED #foreach (${item} in ${list}) behavior inconsistent with #foreach ($item in $list) Major Closed
   Bug VELOCITY-359 FIXED #if(some expression)#end causes ParseException Major Closed
   Bug VELOCITY-188 FIXED AnakiaTask does not store templatePath if props file found. Major Closed
   Bug VELOCITY-350 FIXED Base Equality on toString() when operands are of different classes Major Closed
   Bug VELOCITY-336 FIXED Can't pass a Map to a method. Major Closed
   Bug VELOCITY-324 FIXED Cannot compile Velocity with JDK 1.5 due to use of the newly-reserved word "enum" Major Closed
   Improvement VELOCITY-462 FIXED Change headers in source files to comply with new license header policy Major Closed
   Bug VELOCITY-196 FIXED ClasspathResourceLoader uses wrong ClassLoader Major Closed
   Bug VELOCITY-176 FIXED DataSourceResourceLoader throws null pointer exception Major Closed
   New Feature VELOCITY-405 FIXED Document new Event Handler features Major Closed
   Bug VELOCITY-233 FIXED Documentation and examples do not work and are misleading Major Closed
   Bug VELOCITY-272 FIXED EOF exception when last line is commented out and has no new line at end Major Closed
   Improvement VELOCITY-412 FIXED Enable access to application attributes Major Closed
   Improvement VELOCITY-403 FIXED Enhance Velocity's LogSystem and internal use thereof Major Closed
   Bug VELOCITY-274 FIXED Errant space in velocity.properties file can cause classpath resource loader to fail Major Closed
   Improvement VELOCITY-414 FIXED Extend the MethodInvocation exception to be able to give the velocity macro writer a usefull error page Major Closed
   Bug VELOCITY-408 FIXED Gump failure in test-clean target - can't find testcases.xml file Major Closed
   Bug VELOCITY-458 FIXED InternalContextBase defines non-serializable non-transient fields Major Closed
   Bug VELOCITY-150 FIXED Memory leak in resource loader Major Closed
   Bug VELOCITY-370 FIXED NullPointerException in Introspector.java Major Closed
   Bug VELOCITY-435 FIXED ParseErrorException not thrown with #macro parse error Major Closed
   New Feature VELOCITY-423 FIXED Report invalid references Major Closed
   Bug VELOCITY-151 FIXED RuntimeInstance.setDefaultProperties() codepage problem Major Closed
   Bug VELOCITY-381 FIXED Silent Failure of a toString that return null Major Closed
   Bug VELOCITY-126 FIXED String containing '##' is treated as unterminated String. Major Closed
   Bug VELOCITY-456 FIXED Uberspector chokes on a number of corner cases Major Closed
   Bug VELOCITY-374 FIXED VE throws NPE if not initialized Major Closed
   Bug VELOCITY-449 FIXED Velocity Uberspector behaves differently for get(String) and put(String, Object) methods Major Closed
   Bug VELOCITY-518 FIXED Veloctiy poms should have a <licenses> section Major Closed
   Bug VELOCITY-415 FIXED Wrong link to the SVN repository on the site main page Major Closed
   Bug VELOCITY-453 FIXED [PATCH] Fix IntrospectionCacheData caching Major Closed
   Bug VELOCITY-390 FIXED add MANIFEST.MF to build Major Closed
   Improvement VELOCITY-417 FIXED add log attribute to ant task and "stringUtils" to context Major Closed
   Bug VELOCITY-507 FIXED ant package embeds local path info into TemplateTestBase.java Major Closed
   Bug VELOCITY-43 FIXED can't parse text immediately after #else Major Closed
   Bug VELOCITY-424 FIXED directive.Parse eating RuntimeException Major Closed
   Bug VELOCITY-379 FIXED foreach should generalise for Iterable, not just Collection Major Closed
   Bug VELOCITY-382 FIXED getResourceStream returns null instead of throwing an ResourceNotFoundException Major Closed
   Bug VELOCITY-523 FIXED http://velocity.apache.org/engine/releases/velocity-1.4/index.html is actually 3.1.1 documentation Major Closed
   Bug VELOCITY-199 FIXED java.lang.ClassCastException: 'cache' doesn't map to a Boolean object Major Closed
   Bug VELOCITY-426 FIXED move of Node object broke compatibility with custom directives Major Closed
   Bug VELOCITY-411 FIXED org.apache.velocity.app.event.implement.EscapeReference needs a guard against NPE Major Closed
   Bug VELOCITY-260 FIXED patch to event handling configuration / new event handlers Major Closed
   Bug VELOCITY-282 FIXED properties file name change not documented Major Closed
   Bug VELOCITY-438 FIXED toString is called twice on references Major Closed
   Improvement VELOCITY-425 FIXED wrapped exceptions should have causes Major Closed
   Bug VELOCITY-504 WON'T FIX Call to evaluate inside of macro fails with 1.5 beta2 Major Closed
   Bug VELOCITY-360 DUPLICATE Logger error with multiple Velocity engines Major Closed
   Bug VELOCITY-108 DUPLICATE Use of Velocimacro forward reference and/or recursion causes error messages Major Closed
   Bug VELOCITY-228 DUPLICATE floating point number capability Major Closed
   Bug VELOCITY-389 INVALID IllegalArgumentException while calling an overloaded method Major Closed
   Bug VELOCITY-132 INVALID IllegalArgumentException while calling an overloaded method Major Closed
   Bug VELOCITY-216 INVALID Thread safety fault in Directives when Template caching on Major Closed
   Improvement VELOCITY-515 INVALID how to handlae velosity projects for open source step by step Major Closed
   Bug VELOCITY-81 INVALID org.apache.velocity.util.StringUtils.chop(String s, int i, String eol) assumes too much about EOL string Major Closed
   Bug VELOCITY-90 INCOMPLETE Break / return statement Major Closed
   Bug VELOCITY-91 CANNOT REPRODUCE Backwards compatability lost on templates with 1.3 Major Closed
   Bug VELOCITY-25 CANNOT REPRODUCE Does not leave character # alone. Major Closed
   Bug VELOCITY-366 CANNOT REPRODUCE Need verification of velocity templates to assure that non-UTF-8 characters are flagged for repair Major Closed
   Improvement VELOCITY-316 FIXED Workaround the lack of equality in CharSequence. Minor Resolved
   Bug VELOCITY-98 FIXED #parse / #include causing ClassCastException Minor Closed
   Improvement VELOCITY-186 FIXED #set does not allow to assign nulls---cannot it be changed? Minor Closed
   Bug VELOCITY-262 FIXED #set not parsed in #macro Minor Closed
   Improvement VELOCITY-218 FIXED #stop in conditions is not working Minor Closed
   Bug VELOCITY-432 FIXED #stop produces unexpected results when used with #parse Minor Closed
   Bug VELOCITY-358 FIXED Add documetation for the #literal directive Minor Closed
   Improvement VELOCITY-144 FIXED Allow absolute filename with FileResourceLoader Minor Closed
   Improvement VELOCITY-430 FIXED Allow commas or spaces to separate macro arguments Minor Closed
   Bug VELOCITY-501 FIXED Building Velocity on JDK 1.3.1 throws java.lang.ClassCircularityError Minor Closed
   Improvement VELOCITY-259 FIXED Can't see a reason why Velocity.mergeTemplate(String,Context,Writer) is deprecated Minor Closed
   Improvement VELOCITY-409 FIXED Convert Exceptions to RuntimeExceptions Minor Closed
   Improvement VELOCITY-267 FIXED Create a DataSourceResourceLoader that can be wired to the datasource with IoC Minor Closed
   Improvement VELOCITY-373 FIXED Enhance ParseErrorException Minor Closed
   Bug VELOCITY-116 FIXED Error in Developer Guide Minor Closed
   Bug VELOCITY-71 FIXED False positive error condition parsing VM_global_library.vm Minor Closed
   Improvement VELOCITY-494 FIXED Fix up small documentation issues Minor Closed
   Bug VELOCITY-495 FIXED Gump is failing due to missing HSQLDB jars Minor Closed
   Bug VELOCITY-420 FIXED Library download failure when started by 'ant jar jar-src' Minor Closed
   Bug VELOCITY-85 FIXED Logging too verbose when used with Log4J Minor Closed
   Bug VELOCITY-508 FIXED MacroForwardDefineTestCase fails when built/run under JDK 1.3.1 Minor Closed
   Improvement VELOCITY-152 FIXED Map creation syntax for VTL code Minor Closed
   Bug VELOCITY-224 FIXED Mention in docs that VelocityServlet is deprecated Minor Closed
   Bug VELOCITY-503 FIXED Method arguments are evaluated twice Minor Closed
   Improvement VELOCITY-284 FIXED MethodInvocationException is handled inconsistently Minor Closed
   Improvement VELOCITY-400 FIXED Move Contrib folder to Wiki Minor Closed
   Bug VELOCITY-159 FIXED Not possible to get Velocity to log stack traces. Minor Closed
   Improvement VELOCITY-429 FIXED Pass through runtime exceptions Minor Closed
   Improvement VELOCITY-433 FIXED Replace parser pool Minor Closed
   Improvement VELOCITY-410 FIXED Revise changelog.xml Minor Closed
   Bug VELOCITY-493 FIXED RuntimeInstance.getProperty() should check overridingProperties when not yet initialized Minor Closed
   Bug VELOCITY-75 FIXED Send all log output to System.out in the event that Avalon or whatever can't be loaded. Minor Closed
   Bug VELOCITY-78 FIXED SimpleLog4JLogSystem closes appenders Minor Closed
   Bug VELOCITY-215 FIXED SimpleLog4JLogSystem property lookup should come from RuntimeConstants Minor Closed
   Improvement VELOCITY-502 FIXED Skip jar verification unless "force.jar.loading" is true Minor Closed
   Improvement VELOCITY-183 FIXED StringResourceLoader Minor Closed
   Bug VELOCITY-187 FIXED TexenTask javadoc does not match source code for its inheritance from Ant Task Minor Closed
   Bug VELOCITY-404 FIXED Uberspect - info is created wrong / premature blocking of invalid methods Minor Closed
   Improvement VELOCITY-304 FIXED UberspectImpl#getPropertyGet should return null when not found Minor Closed
   Improvement VELOCITY-191 FIXED UnicodeFileResourceLoader for Win2k Notepad UTF-8 files Minor Closed
   Bug VELOCITY-416 FIXED VTL Reference include directive's explanation is wrong Minor Closed
   Improvement VELOCITY-147 FIXED Version information missing from MANIFEST.MF file. Minor Closed
   Improvement VELOCITY-21 FIXED Why is Context orthogonal to the Collections API Minor Closed
   Improvement VELOCITY-154 FIXED [PATCH] Relative resource loading for #include and #parse Minor Closed
   Improvement VELOCITY-222 FIXED [patch] add javacc task to build.xml Minor Closed
   Improvement VELOCITY-221 FIXED [patch] allow multi-line directives Minor Closed
   Improvement VELOCITY-166 FIXED avoid setting up file logging Minor Closed
   Improvement VELOCITY-77 FIXED build task jar-J2EE should not check for j2ee.jar Minor Closed
   Bug VELOCITY-459 FIXED localscope doesn't allow get to leak Minor Closed
   Bug VELOCITY-164 FIXED org.apache.log4j.Category is deprecated Minor Closed
   Improvement VELOCITY-179 FIXED prevent execution of methods on Class, ClassLoader and related classes Minor Closed
   Bug VELOCITY-285 FIXED reference within macro and foreach is incorrect Minor Closed
   Improvement VELOCITY-401 FIXED remove all J2EE build tasks Minor Closed
   Bug VELOCITY-393 FIXED site.vsl errors Minor Closed
   Improvement VELOCITY-192 WON'T FIX #if directory and long values Minor Closed
   Bug VELOCITY-182 WON'T FIX Corrections to README.txt for example #2 Minor Closed
   Improvement VELOCITY-421 WON'T FIX Downloaded libraries are checked twice when started by 'ant jar jar-src' Minor Closed
   Bug VELOCITY-214 WON'T FIX References to non-public members (inner classes, fields, etc.) should log a warning rather than failing silently Minor Closed
   Bug VELOCITY-326 WON'T FIX forumdemo web.xml Minor Closed
   Bug VELOCITY-121 WON'T FIX test output looks different than install.html Minor Closed
   Bug VELOCITY-469 DUPLICATE Spaces in velocimacro.library hard to troubleshoot Minor Closed
   Improvement VELOCITY-180 DUPLICATE new event handler for input directives (#parse, #include) Minor Closed
   Improvement VELOCITY-219 INVALID Velocity list operator should return a Java List reference rather than ArrayList reference Minor Closed
   Bug VELOCITY-457 INVALID documentation mistake? order of Velocimacros in template Minor Closed
   Task VELOCITY-431 FIXED "Its" has an apostrophe where it shouldn't, throughout the documentation Trivial Closed
   Bug VELOCITY-475 FIXED Javadocs for SecureUberspector are not correct. Trivial Closed
   Improvement VELOCITY-436 FIXED Remove "Exception" type throwing. Trivial Closed

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 50
   7%
Reopened Reopened 2
Resolved Resolved 200
   29%
Closed Closed 429
   63%

Open Issues

By Priority
Major Major 29
   56%
Minor Minor 19
   37%
Trivial Trivial 4
   8%

By Assignee
Henning Schmiedehausen 2
   4%
Nathan Bubna 1
   2%
Unassigned 49
   94%