Re: [FM3] Spring Framework Support (Was: Non-Jiraed issued (was: Re: [FM3] Migration to Gradle))

2017-07-04 Thread Daniel Dekany
Tuesday, July 4, 2017, 6:47:29 AM, Woonsan Ko wrote: > On Sat, Jun 3, 2017 at 9:50 AM, Daniel Dekany wrote: >> I have created two issues for this. For the non-Web-MVC part: >> https://issues.apache.org/jira/browse/FREEMARKER-54 >> and the Web MVC part that builds on the

Re: [FM3] Call syntax, positional and named parameters

2017-07-04 Thread Daniel Dekany
Tuesday, July 4, 2017, 7:29:23 AM, Woonsan Ko wrote: > On Fri, Jun 16, 2017 at 2:41 PM, Daniel Dekany wrote: >>8>8 >> Some very fundamental core directives still would have exceptional >> syntax, such as: >> >> - Assignments (#var/#set as planned for FM3). They

Re: FM3 log categories (Was: Re: [FM3] Spring Framework Support)

2017-07-04 Thread Daniel Dekany
Done, now we are just using private static final Logger LOG = LoggerFactory.getLogger(TheClassYouAreIn.class); everywhere. Monday, June 19, 2017, 4:04:20 PM, Woonsan Ko wrote: > On Mon, Jun 19, 2017 at 6:50 AM, Daniel Dekany wrote: >> Monday, June 19, 2017, 7:03:33 AM,

Re: [FM3] Call syntax, positional and named parameters

2017-07-04 Thread Daniel Dekany
Tuesday, July 4, 2017, 7:57:18 AM, Woonsan Ko wrote: > On Wed, Jun 21, 2017 at 2:30 PM, Daniel Dekany wrote: >> Friday, June 16, 2017, 8:41:37 PM, Daniel Dekany wrote: >> >>> A problem in FM2 is that when calling a directive (as a macro), either >>> all parameters are