What is the evaluation strategy for velocity macros?

2010-05-03 Thread Sergiu Dumitriu
, it should be well documented to avoid surprises. Well, it won't actually avoid surprises, but at least there will be a piece of documentation to point to. -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e

Re: What is the evaluation strategy for velocity macros?

2010-05-03 Thread Sergiu Dumitriu
://wiki.apache.org/velocity/MacroEvaluationStrategy , but I have no idea where to link it from. -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e

Re: [VOTE] Promote mavenized Velocity projects to trunk

2010-09-10 Thread Sergiu Dumitriu
PMC members are binding. The vote passes if there is at least one binding +1 and no binding -1. +1 (non-binding). -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org

Re: Is it safe to give users access to Velocity templates?

2010-10-31 Thread Sergiu Dumitriu
to use in this fashion. You can also add more paranoid control if you use a security policy at the Java level, although we've never had any problems from Velocity in 6 years. -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: duck typing

2010-12-25 Thread Sergiu Dumitriu
think we should, but we haven't done that in the past, so it's not my first priority. -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h

Re: Imbed Other Velocity Templates within a velocity template

2011-11-29 Thread Sergiu Dumitriu
, see http://velocity.apache.org/engine/releases/velocity-1.7/vtl-reference-guide.html#aparse_-_Renders_a_local_template_that_is_parsed_by_Velocity #parse('mypage_html_header.vm') text to be displayed #parse('mypage_html_footer.vm') -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: How to structure and implement test classes for Velocity JSR 223

2012-06-20 Thread Sergiu Dumitriu
and etc. ? Any ideas ? Shouldn't the TCK be used? At least parts of it could be used as an inspiration for new unit tests. -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr

Re: Velocity Macro Stack Traces Patch

2012-10-01 Thread Sergiu Dumitriu
this to a future release of Velocity - it would be very useful! Thanks, Luke -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h

Re: Velocity Macro Stack Traces Patch

2012-10-02 Thread Sergiu Dumitriu
On 10/01/2012 08:15 PM, Benson Margulies wrote: On Mon, Oct 1, 2012 at 8:06 PM, Sergiu Dumitriu sergiu.dumit...@gmail.com wrote: On 10/01/2012 07:29 PM, Benson Margulies wrote: yes you are! it's explicitly provided for in the apache license. I don't think this is a licensing issue

Re: Velocity Macro Stack Traces Patch

2012-10-02 Thread Sergiu Dumitriu
of the license, and that license specifies that, if they send in a patch, it's a contribution. CLAs are only required for significant new work that is not a derived work of the existing code. I see, thanks for the clarification. -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: GSoC 2013 Project Ideas

2013-04-08 Thread Sergiu Dumitriu
On 04/08/2013 05:45 PM, Nathan Bubna wrote: So far, looks like Apache's not in GSoC this year, which is weird. http://www.google-melange.com/gsoc/program/accepted_orgs/google/gsoc2013 Only projects that have submitted the organization profile appear in that list. Unless you have an official

Re: GSoC 2013 Project Ideas

2013-04-09 Thread Sergiu Dumitriu
-B0A940D6C617%40apache.org%3E On Mon, Apr 8, 2013 at 2:49 PM, Sergiu Dumitriu sergiu.dumit...@gmail.com wrote: On 04/08/2013 05:45 PM, Nathan Bubna wrote: So far, looks like Apache's not in GSoC this year, which is weird. http://www.google-melange.com/gsoc/program/accepted_orgs/google/gsoc2013

Re: [RESULT] [VOTE] Sergiu Dumitriu as comitter

2013-05-01 Thread Sergiu Dumitriu
PM, Nathan Bubna nat...@esha.com wrote: Hi all, Sergiu Dumitriu has been around for a long time (8 years, i think). He's more active on the lists and stackoverflow's Velocity tag than most people on this list (maybe all). He's shown expertise on a range of Velocity issues and code and been

Move the CONTRIBUTORS in the POM file?

2013-05-02 Thread Sergiu Dumitriu
://velocity.apache.org/team-list.html - we make use of a Maven feature instead of relying on plain text files Some of the contributors are also developers now, but not all developers are listed as contributors; should they be removed from the list of contributors? -- Sergiu Dumitriu http://purl.org/net

Re: [PROPOSAL][REPORT] Apache Velocity - May 2013

2013-05-06 Thread Sergiu Dumitriu
* None CURRENT ACTIVITY * Minimal COMMUNITY * We have welcomed Sergiu Dumitriu as a committer. * Activity remains low on all lists and slightly higher on Stack Overflow. - To unsubscribe, e-mail: dev-unsubscr

Re: Scala

2013-06-01 Thread Sergiu Dumitriu
On 05/31/2013 05:23 PM, Stephen Samuel (Sam) wrote: Is there any interest in extending Velocity (separate dependency perhaps) to support standard Scala types such as Option and Scala collections ? Can you be more specific? What kind of support are you interested in?

Re: Scala

2013-06-01 Thread Sergiu Dumitriu
library, which is why you might want to do this as some kind of add on release or separate fork. I think this is very useful for people who are using velocity in Scala because they are unable or unwilling to use something like Scalate. On 1 June 2013 22:54, Sergiu Dumitriu sergiu.dumit

Re: ResourceNotFound errors start after several days using the ClasspathResourceLoader

2014-02-05 Thread Sergiu Dumitriu
. Velocity is only used in webapp B. * We use Velocity 1.7, configured to use the ClasspathResourceLoader. We configure Velocity programmatically. * Our JVM is OpenJDK build 20.0-b12 (java version 1.6.0_27) -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: ResourceNotFound errors start after several days using the ClasspathResourceLoader

2014-02-14 Thread Sergiu Dumitriu
output was at the time of the failure, but I can say that I cross checked the system logs (Ubuntu 10.04). There was no other process/daemon issues and no indication of I/O failures or even high activity. On Feb 5, 2014, at 2:59 PM, Sergiu Dumitriu sergiu.dumit...@gmail.com wrote: Can you

Re: Spent time working on Velocity

2014-09-26 Thread Sergiu Dumitriu
- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: Changing velocity web site

2015-06-09 Thread Sergiu Dumitriu
: dev-h...@velocity.apache.org -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: Change on Generics and remove unnecesary cast

2015-06-11 Thread Sergiu Dumitriu
/velocity-engine/tree/feature/fix-some-generics If you have some requirement or new ideas... all are welcome Best Regards -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr

Re: Change on Generics and remove unnecesary cast

2015-06-11 Thread Sergiu Dumitriu
, 2015 at 5:08 PM, Sergiu Dumitriu sergiu.dumit...@gmail.com wrote: Hi Francisco, Thank you for this work, it's appreciated. I did a quick pass over the code, I don't know if you received those comments [1], and I see you did even more work afterwards. Can you review those comments? [1] https

Re: Need to be added to the VELTOOLS jira admin role

2015-06-11 Thread Sergiu Dumitriu
...@velocity.apache.org -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: [jira] [Resolved] (VELOCITY-861) Improve parser modification and build documentation

2015-06-02 Thread Sergiu Dumitriu
-861. Resolution: Fixed -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h

Re: [jira] [Resolved] (VELOCITY-861) Improve parser modification and build documentation

2015-06-02 Thread Sergiu Dumitriu
] Mike Kienenberger resolved VELOCITY-861. Resolution: Fixed -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org

Re: svn commit: r1683210 - in /velocity/engine/branches/1.x: build/BUILD_PARSER_README.txt src/java/org/apache/velocity/runtime/parser/BUILD_README.txt src/java/org/apache/velocity/runtime/parser/buil

2015-06-02 Thread Sergiu Dumitriu
+and will change with javacc 2.0. Since we already require JavaCC 3.2+ does the will change with javacc 2.0 part make sense? +-gmj I'd remove this ^ -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail

Re: [jira] [Updated] (VELOCITY-864) Download and install Apache Rat task in preparation target for ant rat

2015-06-02 Thread Sergiu Dumitriu
Kienenberger (JIRA) wrote: Mike Kienenberger updated VELOCITY-864: --- Affects Version/s: (was: 1.7.x) 1.x -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: 1.8-SNAPSHOT as version for 1.x pom.xml?

2015-06-02 Thread Sergiu Dumitriu
nameApache Velocity/name urlhttp://velocity.apache.org/engine/devel//url - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org -- Sergiu Dumitriu http

Re: Upgraded Commons and Velocity 2.0

2015-05-28 Thread Sergiu Dumitriu
to do, but nothing done, seems like. -chris -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: Successfully building 1.x branches and regenerating parser files

2015-05-29 Thread Sergiu Dumitriu
. - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe

Re: Upgraded Commons and Velocity 2.0

2015-05-29 Thread Sergiu Dumitriu
can use jcl-over-slf4j to mimic commons-logging while redirecting commons-logging messages to slf4j. Antonio -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org

Re: [VOTE] Mike Kienenberger as committer

2015-05-29 Thread Sergiu Dumitriu
... [ ] -1 No. Because... My vote is +1 Vote ends in about three days (sometime Monday) -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands

Re: svn commit: r1682680 - in /velocity/engine/branches/1.x/build: build.properties download.xml

2015-05-31 Thread Sergiu Dumitriu
- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: No JIRA changes sent to a mailing list?

2015-05-30 Thread Sergiu Dumitriu
for the commits mailing list, but as I was looking through the archives, I noticed that there's no JIRA change notifications sent to commit@, nor are they sent to dev@. Shouldn't these be going to a mailing list? How do you subscribe to JIRA changes? -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: svn commit: r1696822 - in /velocity/tools/trunk: src/site/xdoc/ velocity-tools-struts/src/main/java/org/apache/velocity/tools/struts/ velocity-tools-view/src/main/java/org/apache/velocity/tools/vi

2015-08-20 Thread Sergiu Dumitriu
(ctx.getRequest()); setResponse(ctx.getResponse()); setServletContext(ctx.getServletContext()); -setLog(ctx.getVelocityEngine().getLog()); } } } -- Sergiu Dumitriu http://purl.org/net/sergiu

Re: svn commit: r1696822 - in /velocity/tools/trunk: src/site/xdoc/ velocity-tools-struts/src/main/java/org/apache/velocity/tools/struts/ velocity-tools-view/src/main/java/org/apache/velocity/tools/vi

2015-08-20 Thread Sergiu Dumitriu
idea either to keep a static reference on the servlet context. I'm open to suggestions... Claude On 20/08/2015 20:45, Sergiu Dumitriu wrote: Isn't the logging framework supposed to be pluggable, meaning that all calls go through org.apache.velocity.runtime.log.Log which is then passed

Re: svn commit: r1696822 - in /velocity/tools/trunk: src/site/xdoc/ velocity-tools-struts/src/main/java/org/apache/velocity/tools/struts/ velocity-tools-view/src/main/java/org/apache/velocity/tools/vi

2015-08-30 Thread Sergiu Dumitriu
the perfect solution, and will simplify many things. Claude On 20/08/2015 21:32, Sergiu Dumitriu wrote: A recent discussion was proposing to switch to slf4j as the façade. On Aug 20, 2015 3:12 PM, Claude Brissoncla...@renegat.net wrote: Thanks for the review. Yes, we should be using Velocity

Re: svn commit: r1700798 [1/2] - in /velocity/tools/trunk: src/site/xdoc/ test/conf/ velocity-tools-assembly/ velocity-tools-examples/ velocity-tools-examples/displaytag-directive/ velocity-tools-exam

2015-09-07 Thread Sergiu Dumitriu
" variable is never initialized. It also doesn't have anything to do with the logger switch, so it shouldn't have been included in this commit. > > values.put(entry.getKey().substring(subkey.length()),entry.getValue()); > } > } > -- Se

Re: svn commit: r1700750 - in /velocity/tools/trunk: maven-velocity-tools-plugin/ pom.xml

2015-09-02 Thread Sergiu Dumitriu
All the submodules must also have the parent version updated. On 09/02/2015 06:05 AM, cbris...@apache.org wrote: > Author: cbrisson > Date: Wed Sep 2 10:05:52 2015 > New Revision: 1700750 > > URL: http://svn.apache.org/r1700750 > Log: > [tools] get rid (for now?) of broken package

Re: svn commit: r1746583 - in /velocity/tools/trunk: src/site/ src/site/resources/images/ src/site/xdoc/ src/site/xdoc/css/ velocity-tools-assembly/src/site/ velocity-tools-examples/src/site/ velocity

2016-06-02 Thread Sergiu Dumitriu
I see some java files removed and changed as well, is that on purpose? On Jun 2, 2016 10:33, wrote: > Author: cbrisson > Date: Thu Jun 2 14:32:52 2016 > New Revision: 1746583 > > URL: http://svn.apache.org/viewvc?rev=1746583=rev > Log: > remove deprecated site files from

Re: svn commit: r1753491 - in /velocity/engine/trunk: ./ velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ velocity-engine-core/src/test/java/org/apache/velocity/test/util/int

2016-07-20 Thread Sergiu Dumitriu
ect > { > -public VelPropertySet getPropertySet(Object obj, String identifier, > Object arg, Info info) > +@Deprecated > +public String foo() > { > -identifier = identifier.replaceAll("foo","bar"); > -return inner.getPropertySet(obj,identifier,arg,info); > +return "foo"; > } > -} > > -// replaces setFoo by setBar > -public static class LinkedUberspector extends UberspectImpl > -{ > -public VelPropertyGet getPropertyGet(Object obj, String identifier, > Info info) > +@Deprecated > +public String getBar() > { > -identifier = identifier.replaceAll("foo","bar"); > -return super.getPropertyGet(obj,identifier,info); > +return "bar"; > } > } > > -public static class Foo > +@Deprecated > +public static class DeprecatedObject > { > -private String bar; > +public String foo() > +{ > +return "foo"; > +} > > -public String zeMethod() { return "ok"; } > -public String getBar() { return bar; } > -public void setBar(String s) { bar = s; } > +public String getBar() > +{ > +return "bar"; > +} > } > - > } > > -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: svn commit: r1753002 - in /velocity/site: cms/trunk/content/engine/devel/apidocs/ cms/trunk/content/engine/devel/apidocs/org/apache/velocity/ cms/trunk/content/engine/devel/apidocs/org/apache/velo

2016-07-17 Thread Sergiu Dumitriu
/svn.apache.org/viewvc?rev=1753002=rev > Log: > [site] update engine/devel javadocs > > > [This commit notification would consist of 497 parts, > which exceeds the limit of 50 ones, so it was shortened to the summary.] > -- Sergiu

Re: svn commit: r1753422 - /velocity/engine/trunk/velocity-engine-core/src/test/java/org/apache/velocity/test/MacroAutoReloadTestCase.java

2016-07-19 Thread Sergiu Dumitriu
It is recommended to include the jira issue id in the commit message, so that jira can find the right commits for an issue, and a commit can quickly identify the relevant discussion. On Jul 19, 2016 16:27, wrote: > Author: cbrisson > Date: Tue Jul 19 20:26:58 2016 > New

Re: resource loader API change

2016-07-16 Thread Sergiu Dumitriu
gt;> typically want to just implement all absctract methods, which means he >>>> will >>>> have to implement getResourceStream(), and won't be asked to implement >>>> getResourceReader()... >>

Re: [VOTE] Michael Osipov as committer

2017-01-27 Thread Sergiu Dumitriu
> > [ ] +1 Sounds good. > [ ] +/- 0 Not sure, because... > [ ] -1 No. Because... > > My vote is +1 > > Vote ends in about three days (sometime Monday). > [x] +1 Sounds good. -- Sergiu Dumitriu http://purl.org/net/sergiu ---

Re: svn commit: r1779031 - in /velocity/tools/trunk: velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ velocity-tools-view/src/test/java/org/apache/velocity/tools/test/blackbox/

2017-01-20 Thread Sergiu Dumitriu
On 01/16/2017 08:56 AM, cbris...@apache.org wrote: > + Michael Obispov suggested this example: That would be "Osipov"... -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail:

Re: svn commit: r1760339 - /velocity/engine/trunk/velocity-engine-core/pom.xml

2016-09-12 Thread Sergiu Dumitriu
Why not put this in the parent pom, so it also affects, the other modules? On Sep 12, 2016 7:50 AM, wrote: > Author: cbrisson > Date: Mon Sep 12 11:49:56 2016 > New Revision: 1760339 > > URL: http://svn.apache.org/viewvc?rev=1760339=rev > Log: > have explicit

Re: svn commit: r1768695 - in /velocity/tools/trunk/velocity-tools-generic/src/main: java/org/apache/velocity/tools/generic/ java/org/apache/velocity/tools/generic/log/ resources/org/apache/velocity/t

2016-11-08 Thread Sergiu Dumitriu
gger log) > +{ > +this.LOG = log; > } > > /** > > Modified: > velocity/tools/trunk/velocity-tools-generic/src/main/resources/org/apache/velocity/tools/generic/tools.xml > URL: > http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-g

Re: svn commit: r1768687 - in /velocity/engine/trunk/velocity-engine-core/src: main/java/org/apache/velocity/util/introspection/ test/java/org/apache/velocity/test/util/introspection/ test/resources/c

2016-11-08 Thread Sergiu Dumitriu
t); > +standardConverterMap.put(new Pair<>(Float.class, Short.TYPE), > toFloat); > +standardConverterMap.put(new Pair<>(Float.class, Integer.TYPE), > toFloat); > +standardConverterMap.put(new Pair<>(Float.class, Long.TYPE), > toFloat); > >

Re: JIRA release note?

2016-11-06 Thread Sergiu Dumitriu
tes-720412392.html >>>> >>>> Did I miss something, or do I lack some karma on Jira? >>>> >>>>Claude >>>> >>>> >>>> >>>> ----- >>>> To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org >>>> F

Re: [tools] status of the velocity-tools-struts module?

2016-11-07 Thread Sergiu Dumitriu
say remove this tool for the moment. -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: svn commit: r1769055 - in /velocity/tools/trunk: velocity-tools-generic/ velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ velocity-tools-generic/src/test/java/org/apache/vel

2016-11-10 Thread Sergiu Dumitriu
efaultKey("render") > +@InvalidScope(Scope.SESSION) Is it intended to have an IN-valid scope? What prevents it to be used in a session? > public class RenderTool extends SafeConfig > { > /** > -- Sergiu Dumitriu http://purl.org/net/sergiu/ -

Re: svn commit: r1769055 - in /velocity/tools/trunk: velocity-tools-generic/ velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ velocity-tools-generic/src/test/java/org/apache/vel

2016-11-10 Thread Sergiu Dumitriu
@ -103,7 +104,9 @@ import org.apache.velocity.tools.config. >>>* @author Nathan Bubna >>>* @version $Revision$ $Date$ >>>*/ >>> + >>> @DefaultKey("render") >>> +@InvalidScope(Scope.SESSION) >> Is it

Re: svn commit: r1770547 - in /velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools: ConversionUtils.java generic/DateTool.java

2016-11-24 Thread Sergiu Dumitriu
s. If we want dates to be timezone agnostic, then we must explicitly set the timezone offset to 0. -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: [tools] Tools reeng

2016-11-17 Thread Sergiu Dumitriu
each.index % 2) > for this purpose. > > +1 for all of these, as long as they are deprecations, and not direct removals. -- Sergiu Dumitriu http://purl.org/net/sergiu - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: svn commit: r1770547 - in /velocity/tools/trunk/velocity-tools-generic/src/main/java/org/apache/velocity/tools: ConversionUtils.java generic/DateTool.java

2016-11-20 Thread Sergiu Dumitriu
9 21:54:50-07:00 > * > * Example of formatting an arbitrary date: > * $myDate -> Tue Oct 07 03:14:50 PDT 2003 > @@ -77,7 +84,7 @@ public class DateTool extends FormatConf > */ > public static final String TIMEZONE_KEY = "timezone"; > &

Re: [VOTE] Release velocity-master 2

2016-10-11 Thread Sergiu Dumitriu
ion 1: - added Sergiu Dumitriu as a developer - upgraded parent apache pom from v10 to v18 (I don't know where snapshots and prepared releases do land on https://repository.apache.org , I was unable to find them on https://repository.apache.org after the release:prepare call, which apparent

Re: [tool] More tools reenginering

2016-12-05 Thread Sergiu Dumitriu
n a future version... > > Just checked Velosurf, really sick stuff (meant positively). > Velosurf isn't probably the best name for that because it says not much > about its objective. I am quite certain that there is a usecase for that > where you have some command line tool to auto gen

Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

2017-01-01 Thread Sergiu Dumitriu
/> > http://velocity.apache.org/mail-lists.html; > /> > http://velocity.apache.org/download.cgi; /> > > -- Sergiu Dumitriu http://purl.org/net/sergiu/ - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: svn commit: r1777124 - /velocity/site/cms/trunk/content/release-process.mdtext

2017-01-03 Thread Sergiu Dumitriu
ory where it will be available to all users. > > -Login to {{{https://repository.apache.org}Nexus repository}} again. > +Login to [Nexus repository](https://repository.apache.org) again. > >

Re: svn commit: r1777124 - /velocity/site/cms/trunk/content/release-process.mdtext

2017-01-03 Thread Sergiu Dumitriu
On 01/03/2017 01:39 PM, Michael Osipov wrote: > Am 2017-01-03 um 16:43 schrieb Sergiu Dumitriu: >> On 01/03/2017 09:09 AM, cbris...@apache.org wrote: >>> Author: cbrisson >>> Date: Tue Jan 3 14:09:41 2017 >>> New Revision: 1777124 >>> >>> URL

[jira] Updated: (VELOCITY-588) Provide a an ubespector that allows chaining other uberspectors

2008-05-06 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-588: - Attachment: ChainableUberspectorsXWiki.patch This is the first version

[jira] Commented: (VELOCITY-588) Provide a an ubespector that allows chaining other uberspectors

2008-08-21 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12624301#action_12624301 ] Sergiu Dumitriu commented on VELOCITY-588: -- I had it about 60% done, but during

[jira] Created: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2009-01-22 Thread Sergiu Dumitriu (JIRA)
Project: Velocity Issue Type: Bug Components: Engine Affects Versions: 1.6.1 Reporter: Sergiu Dumitriu Priority: Critical Fix For: 1.6.2, 1.7 The fix for VELOCITY-615 was too radical, since it completely disables #setting new values

[jira] Updated: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2009-01-22 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-681: - Attachment: VELOCITY-681-trunk.patch [regression] Changes on the macro parameters

[jira] Commented: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2009-01-22 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12666381#action_12666381 ] Sergiu Dumitriu commented on VELOCITY-681: -- Provided a fix, which doesn't break

[jira] Created: (VELOCITY-682) #evaluate breaks macro processing

2009-01-22 Thread Sergiu Dumitriu (JIRA)
Reporter: Sergiu Dumitriu When using #evaluate, all further macro processing is broken; old macros are not recognized anymore, and new macros cannot be defined. For example: {noformat} #macro(aSimpleMacro) This is a simple macro #end ## called 3 times to show that it works each time

[jira] Updated: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2009-01-22 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-681: - Description: The fix for VELOCITY-615 was too radical, since it completely disables

[jira] Created: (VELOCITY-683) When passing literals other than strings to macro calls, setting new values the formal parameters does not propagate the changes outside the local scope

2009-01-22 Thread Sergiu Dumitriu (JIRA)
Key: VELOCITY-683 URL: https://issues.apache.org/jira/browse/VELOCITY-683 Project: Velocity Issue Type: Bug Components: Engine Affects Versions: 1.6.1, 1.6, 1.5 Reporter: Sergiu Dumitriu Priority

[jira] Created: (VELOCITY-684) Passing a map literal to a macro call forbids altering the map in any way, while maps bound to an actual parameter may be changed

2009-01-22 Thread Sergiu Dumitriu (JIRA)
URL: https://issues.apache.org/jira/browse/VELOCITY-684 Project: Velocity Issue Type: Bug Components: Engine Affects Versions: 1.6.1 Reporter: Sergiu Dumitriu For example, with the following macro: #macro(changeMap $map) Before

[jira] Commented: (VELOCITY-684) Passing a map literal to a macro call forbids altering the map in any way, while maps bound to an actual parameter may be changed

2009-01-23 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1233#action_1233 ] Sergiu Dumitriu commented on VELOCITY-684: -- No, there's no real usecase, I

[jira] Commented: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2009-01-23 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1245#action_1245 ] Sergiu Dumitriu commented on VELOCITY-681: -- After reading a bit more, I think

[jira] Commented: (VELOCITY-684) Passing a map literal to a macro call forbids altering the map in any way, while maps bound to an actual parameter may be changed

2010-05-03 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863424#action_12863424 ] Sergiu Dumitriu commented on VELOCITY-684: -- See http://wiki.apache.org/velocity

[jira] Commented: (VELOCITY-681) [regression] Changes on the macro parameters are not persisted outside the macro call

2010-05-03 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863426#action_12863426 ] Sergiu Dumitriu commented on VELOCITY-681: -- See http://wiki.apache.org/velocity

[jira] Commented: (VELOCITY-692) have #if handle empty strings/arrays/collections/maps more conveniently

2010-12-28 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975498#action_12975498 ] Sergiu Dumitriu commented on VELOCITY-692: -- How about 0, either as a Number

[jira] Commented: (VELOCITY-796) Velocity #parse not parsing content.

2011-01-28 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988029#action_12988029 ] Sergiu Dumitriu commented on VELOCITY-796: -- We've encountered this occasionally

[jira] [Commented] (VELOCITY-801) Velocity 1.7 uses string interning

2011-04-29 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027060#comment-13027060 ] Sergiu Dumitriu commented on VELOCITY-801: -- myth3 has one important

[jira] [Commented] (VELTOOLS-142) $mathTool.roundTo fails for negative numbers

2011-06-16 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELTOOLS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13050467#comment-13050467 ] Sergiu Dumitriu commented on VELTOOLS-142: -- Works for me on velocity-tools-1.4

[jira] [Commented] (VELTOOLS-142) $mathTool.roundTo fails for negative numbers

2011-06-17 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELTOOLS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051140#comment-13051140 ] Sergiu Dumitriu commented on VELTOOLS-142: -- It's not good to introduce fixed

[jira] [Commented] (VELOCITY-818) Case-insensitive matching ${object.methodName} == ${object.methodname} == ${object.methodName}

2015-06-02 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14570219#comment-14570219 ] Sergiu Dumitriu commented on VELOCITY-818: -- I agree that it doesn't make sense

[jira] [Closed] (VELOCITY-824) Wrong pom in velocity trunk

2015-05-31 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu closed VELOCITY-824. Resolution: Fixed Fix Version/s: 2.x Assignee: Sergiu Dumitriu Wrong pom

[jira] [Closed] (VELOCITY-854) Problem Creating a Default description

2015-05-31 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu closed VELOCITY-854. Resolution: Invalid Assignee: Sergiu Dumitriu Problem Creating a Default

[jira] [Closed] (VELOCITY-863) Regression: #settableft-paren no longer valid grammar

2015-05-31 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu closed VELOCITY-863. Resolution: Fixed Fix Version/s: 1.7.1 2.x Assignee

[jira] [Commented] (VELTOOLS-167) Dealing with missing keys in resource bundle

2015-07-03 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELTOOLS-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613311#comment-14613311 ] Sergiu Dumitriu commented on VELTOOLS-167: -- That behavior should

[jira] [Updated] (VELTOOLS-167) Dealing with missing keys in resource bundle

2015-07-03 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELTOOLS-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELTOOLS-167: - Description: No exception is thrown when doing a template merge with a non-existent key

[jira] [Resolved] (VELOCITY-869) Vulnerability in dependency: commons-collections:3.2.1

2015-11-17 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu resolved VELOCITY-869. -- Resolution: Fixed Assignee: Sergiu Dumitriu Fix Version/s: 1.x

[jira] [Assigned] (VELOCITY-870) Exception displayed when trying to loop over an Iterable private class

2015-12-04 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu reassigned VELOCITY-870: Assignee: Sergiu Dumitriu > Exception displayed when trying to loop o

[jira] [Created] (VELOCITY-871) #foreach should work over any Iterable class

2015-12-04 Thread Sergiu Dumitriu (JIRA)
Sergiu Dumitriu created VELOCITY-871: Summary: #foreach should work over any Iterable class Key: VELOCITY-871 URL: https://issues.apache.org/jira/browse/VELOCITY-871 Project: Velocity

[jira] [Updated] (VELOCITY-870) Exception displayed when trying to loop over an Iterable private class

2015-12-04 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-870: - Summary: Exception displayed when trying to loop over an Iterable private class

[jira] [Closed] (VELOCITY-871) #foreach should work over any Iterable class

2015-12-04 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu closed VELOCITY-871. Resolution: Fixed Fix Version/s: 1.x 2.x > #foreach should w

[jira] [Closed] (VELOCITY-870) Exception displayed when trying to loop over an Iterable private class

2015-12-04 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu closed VELOCITY-870. Resolution: Fixed Fix Version/s: 1.x 2.x 1.7

[jira] [Commented] (VELOCITY-874) Subtraction doesn't work as expected

2016-05-08 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275916#comment-15275916 ] Sergiu Dumitriu commented on VELOCITY-874: -- Probably because {{-}} is a valid variable name

[jira] [Commented] (VELOCITY-869) Vulnerability in dependency: commons-collections:3.2.1

2016-04-18 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15245550#comment-15245550 ] Sergiu Dumitriu commented on VELOCITY-869: -- Depends on how your build works. If you're using

[jira] [Commented] (VELOCITY-869) Vulnerability in dependency: commons-collections:3.2.1

2016-04-15 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15242894#comment-15242894 ] Sergiu Dumitriu commented on VELOCITY-869: -- There are no real code changes, so all you have

[jira] [Commented] (VELOCITY-553) Posibility to configure ReportInvalidReferences to don't report report variables,properties and method which exist, but only have null value

2016-07-13 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15376174#comment-15376174 ] Sergiu Dumitriu commented on VELOCITY-553: -- What about the $!silent notation? Will all of them

[jira] [Updated] (VELOCITY-806) Can't access map values when get(Object key) is overriden

2016-07-18 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-806: - Fix Version/s: (was: 2.x) > Can't access map values when get(Object

[jira] [Commented] (VELOCITY-799) Optionally add context to itself

2016-07-18 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15383115#comment-15383115 ] Sergiu Dumitriu commented on VELOCITY-799: -- I'm not sure, but I think jsr233 (or whatever

[jira] [Comment Edited] (VELOCITY-799) Optionally add context to itself

2016-07-18 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15383115#comment-15383115 ] Sergiu Dumitriu edited comment on VELOCITY-799 at 7/18/16 9:32 PM

[jira] [Updated] (VELOCITY-826) OutOfMemoryError using #parse and resource.loader.cache off

2016-07-20 Thread Sergiu Dumitriu (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergiu Dumitriu updated VELOCITY-826: - Fix Version/s: (was: 2.x) > OutOfMemoryError using #parse and resource.loader.ca

  1   2   >