Re: [PR] Support Java 16 records in property lookup [velocity-engine]

2024-04-14 Thread via GitHub
jtotht commented on PR #45: URL: https://github.com/apache/velocity-engine/pull/45#issuecomment-2054064661 Actually, I could only test it with regular classes because of the project’s Java 1.8 support. So other methods work definitely, records work hopefully. :) -- This is an automated

Re: [PR] Support Java 16 records in property lookup [velocity-engine]

2024-04-14 Thread via GitHub
michael-o commented on PR #45: URL: https://github.com/apache/velocity-engine/pull/45#issuecomment-2054058792 Stupid question: is this limited to records only or will it work with any method without get prefix? -- This is an automated message from the Apache Git Service. To respond to

[PR] Support Java 16 records in property lookup [velocity-engine]

2024-04-14 Thread via GitHub
jtotht opened a new pull request, #45: URL: https://github.com/apache/velocity-engine/pull/45 Java 16 records (JEP 395) are a perfect fit for Velocity variables: they are lightweight and desgined to contain immutable data. However, records don’t follow the JavaBean convention: the getter

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-15 Thread via GitHub
asfgit merged PR #43: URL: https://github.com/apache/velocity-engine/pull/43 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-15 Thread via GitHub
arkanovicz commented on PR #43: URL: https://github.com/apache/velocity-engine/pull/43#issuecomment-1999787845 > I have no further objections. @arkanovicz, what is your opinion? Less code for us, and the custom parser test is functional, so no objection, thanks for the upstream work

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-13 Thread via GitHub
slachiewicz commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1524026355 ## velocity-engine-core/pom.xml: ## @@ -139,29 +138,6 @@ - - -

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-13 Thread via GitHub
slachiewicz commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1524025967 ## velocity-engine-core/pom.xml: ## @@ -108,7 +108,7 @@ org.codehaus.mojo javacc-maven-plugin -

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-08 Thread via GitHub
slachiewicz commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1517540877 ## velocity-custom-parser-example/pom.xml: ## @@ -209,34 +209,6 @@ - - -

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-08 Thread via GitHub
slachiewicz commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1517540295 ## velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ParserTreeConstants.java: ## @@ -1,24 +0,0 @@ -package

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-08 Thread via GitHub
slachiewicz commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1517540054 ## velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ParserVisitor.java: ## @@ -1,332 +0,0 @@ -package

Re: [PR] [VELOCITY-977] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-03-08 Thread via GitHub
michael-o commented on code in PR #43: URL: https://github.com/apache/velocity-engine/pull/43#discussion_r1517530848 ## velocity-custom-parser-example/pom.xml: ## @@ -140,7 +140,7 @@ org.codehaus.mojo javacc-maven-plugin -

Re: [PR] Change boxed primitive constructor calls to more modern equivalents. [velocity-engine]

2024-03-08 Thread via GitHub
asfgit closed pull request #44: Change boxed primitive constructor calls to more modern equivalents. URL: https://github.com/apache/velocity-engine/pull/44 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] [VELTOOLS-207] Upgrade to EasyMock 5.2.0 [velocity-tools]

2024-03-08 Thread via GitHub
asfgit merged PR #17: URL: https://github.com/apache/velocity-tools/pull/17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [VELTOOLS-207] Upgrade to EasyMock 5.2.0 [velocity-tools]

2024-03-08 Thread via GitHub
asfgit closed pull request #17: [VELTOOLS-207] Upgrade to EasyMock 5.2.0 URL: https://github.com/apache/velocity-tools/pull/17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Skim and correct README [velocity-tools]

2024-03-08 Thread via GitHub
asfgit merged PR #18: URL: https://github.com/apache/velocity-tools/pull/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Change primitive constructor calls to more modern equivalents. [velocity-engine]

2024-02-21 Thread via GitHub
eamonnmcmanus opened a new pull request, #44: URL: https://github.com/apache/velocity-engine/pull/44 These constructors are [deprecated for removal](https://bugs.openjdk.org/browse/JDK-8254324). -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [VELOCITY-976] Remove obsolete VelTools66TestCase [velocity-engine]

2024-02-18 Thread via GitHub
asfgit closed pull request #42: [VELOCITY-976] Remove obsolete VelTools66TestCase URL: https://github.com/apache/velocity-engine/pull/42 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] Upgrade Java Compiler Compiler to Version 7.0.13 [velocity-engine]

2024-02-16 Thread via GitHub
slachiewicz opened a new pull request, #43: URL: https://github.com/apache/velocity-engine/pull/43 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [VELOCITY-976] Remove obsolete VelTools66TestCase [velocity-engine]

2024-02-16 Thread via GitHub
michael-o commented on PR #42: URL: https://github.com/apache/velocity-engine/pull/42#issuecomment-1949240774 @arkanovicz Any objections? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[PR] Skim and correct README [velocity-tools]

2024-02-13 Thread via GitHub
michael-o opened a new pull request, #18: URL: https://github.com/apache/velocity-tools/pull/18 There is no reason to duplicate information from the POM and force devs to keep the information in sync. -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Upgrade to EasyMock 5.2.0 [velocity-tools]

2024-02-13 Thread via GitHub
michael-o opened a new pull request, #17: URL: https://github.com/apache/velocity-tools/pull/17 This fixes test failures on newer Java versions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] update the resource.loader configuration key to resource.loaders when not used as a prefix [velocity-engine]

2024-02-10 Thread via GitHub
asfgit closed pull request #36: update the resource.loader configuration key to resource.loaders when not used as a prefix URL: https://github.com/apache/velocity-engine/pull/36 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /spring-velocity-support [velocity-engine]

2024-02-10 Thread via GitHub
dependabot[bot] commented on PR #38: URL: https://github.com/apache/velocity-engine/pull/38#issuecomment-1937082424 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /spring-velocity-support [velocity-engine]

2024-02-10 Thread via GitHub
asfgit closed pull request #38: Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /spring-velocity-support URL: https://github.com/apache/velocity-engine/pull/38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [VELOCITY-951] DataSourceResourceLoader: property datasource_url wrong [velocity-engine]

2024-02-10 Thread via GitHub
asfgit merged PR #41: URL: https://github.com/apache/velocity-engine/pull/41 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [VELOCITY-972] Remove Commons IO [velocity-engine]

2024-02-10 Thread via GitHub
asfgit merged PR #40: URL: https://github.com/apache/velocity-engine/pull/40 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [VELOCITY-971] Upgrade to Parent 6 [velocity-engine]

2024-02-10 Thread via GitHub
asfgit merged PR #39: URL: https://github.com/apache/velocity-engine/pull/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] [VELOCITY-951] DataSourceResourceLoader: property datasource_url wrong [velocity-engine]

2024-02-03 Thread via GitHub
michael-o opened a new pull request, #41: URL: https://github.com/apache/velocity-engine/pull/41 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-02-03 Thread via GitHub
michael-o commented on PR #37: URL: https://github.com/apache/velocity-engine/pull/37#issuecomment-1925446221 Superseded by #40. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] [VELOCITY-972] Remove Commons IO [velocity-engine]

2024-02-03 Thread via GitHub
michael-o opened a new pull request, #40: URL: https://github.com/apache/velocity-engine/pull/40 Needs #39 first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-02-03 Thread via GitHub
michael-o closed pull request #37: VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor URL: https://github.com/apache/velocity-engine/pull/37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [VELOCITY-971] Upgrade to Parent 6 [velocity-engine]

2024-02-03 Thread via GitHub
michael-o opened a new pull request, #39: URL: https://github.com/apache/velocity-engine/pull/39 Can be merged as soon as parent 6 is on Maven Central. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-02-03 Thread via GitHub
michael-o commented on PR #37: URL: https://github.com/apache/velocity-engine/pull/37#issuecomment-1925425736 Closing this because the Commons IO dependency will be removed after #39 has been merged. Thank you for your effort. -- This is an automated message from the Apache Git Service.

[PR] Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /spring-velocity-support [velocity-engine]

2024-01-23 Thread via GitHub
dependabot[bot] opened a new pull request, #38: URL: https://github.com/apache/velocity-engine/pull/38 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.27 to 6.0.15. Release notes Sourced from

Re: [PR] Upgrade to Apache Parent 31 [velocity-master]

2024-01-16 Thread via GitHub
asfgit merged PR #1: URL: https://github.com/apache/velocity-master/pull/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Upgrade to Apache Parent 31 [velocity-master]

2024-01-16 Thread via GitHub
michael-o opened a new pull request, #1: URL: https://github.com/apache/velocity-master/pull/1 Explicitly require Maven 3.2.5+ to build and Java 8 as runtime -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-01-11 Thread via GitHub
tmortagne commented on PR #37: URL: https://github.com/apache/velocity-engine/pull/37#issuecomment-1887573776 OK, this time I saw it I think :) I'm not 100% sure my modification of maven-bundle-plugin is right, as I'm not used to it. -- This is an automated message from the Apache

Re: [PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-01-11 Thread via GitHub
tmortagne commented on PR #37: URL: https://github.com/apache/velocity-engine/pull/37#issuecomment-1887307090 Hi @michael-o, thanks for taking a look. I'm sorry, I don't see what you mean. The only reference left to commons-io is [the

[PR] VELOCITY-970: velocity-engine-core contains commons-io Maven descriptor [velocity-engine]

2024-01-11 Thread via GitHub
tmortagne opened a new pull request, #37: URL: https://github.com/apache/velocity-engine/pull/37 Jira issue: https://issues.apache.org/jira/browse/VELOCITY-970 The idea is to remove commons-io from the velocity-engine-core JAR since there does not seem to be a clear reason to do that

Re: [PR] VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet [velocity-tools]

2024-01-09 Thread via GitHub
michael-o commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1883045291 > I can't believe that this has been turned down. this is not the problem of one committer but of everyone who wants to keep his software up-to-date. Currently, velocity-tools is

Re: [PR] VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet [velocity-tools]

2024-01-09 Thread via GitHub
ghueller commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1883038445 I can't believe that this has been turned down. this is not the problem of one committer but of everyone who wants to keep his software up-to-date. Currently, velocity-tools is

Re: [PR] bugfix: remove references to deprecated mergeTemplate [velocity-tools]

2023-10-10 Thread via GitHub
arkanovicz merged PR #16: URL: https://github.com/apache/velocity-tools/pull/16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] bugfix: remove references to deprecated mergeTemplate [velocity-tools]

2023-10-10 Thread via GitHub
arkanovicz commented on PR #16: URL: https://github.com/apache/velocity-tools/pull/16#issuecomment-1755981125 Thanks for the fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [velocity-tools] andygoblins opened a new pull request, #16: bugfix: remove references to deprecated mergeTemplate

2023-09-25 Thread via GitHub
andygoblins opened a new pull request, #16: URL: https://github.com/apache/velocity-tools/pull/16 I was trying to migrate to 3.x and noticed that VelocityLayoutServlet wasn't working at all because it overwrote the deprecated version of mergeTemplate, which is no longer called by

[GitHub] [velocity-engine] rproserpio opened a new pull request, #36: update the resource.loader configuration key to resource.loaders when not used as a prefix

2023-08-13 Thread via GitHub
rproserpio opened a new pull request, #36: URL: https://github.com/apache/velocity-engine/pull/36 Since 2.1 the configuration key `resource.loader` has been deprecated in favor of `resource.loaders`. This PR fixes a deprecation warning caused by the `spring-velocity-support` module,

[GitHub] [velocity-tools] michael-o commented on pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
michael-o commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1633095679 I can easily explain why I have immediate closed this out: Before opening a PR for such a high-impact change I would expect a discussion in the JIRA issue about a possible solution

[GitHub] [velocity-tools] ppodgorsek commented on pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
ppodgorsek commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1632979410 @michael-o Can you explain why modernising Velocity to use Jakarta is a joke for you? It's not right to expect all downstream projects to use the Tomcat migration tool when this

[GitHub] [velocity-tools] ChristopherSchultz commented on pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
ChristopherSchultz commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1632889781 I think it's totally serious. IMO, VelocityTools needs a branch (or main) to migrate to Jakarta EE. Not everybody is going to let their web applications languish forever.

[GitHub] [velocity-tools] michael-o commented on pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
michael-o commented on PR #15: URL: https://github.com/apache/velocity-tools/pull/15#issuecomment-1632855512 This can't be serious -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [velocity-tools] michael-o closed pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
michael-o closed pull request #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet URL: https://github.com/apache/velocity-tools/pull/15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [velocity-tools] ppodgorsek opened a new pull request, #15: VELOCITY-942 - VelocityViewServlet extending from jakarta.servlet instead of javax.servlet

2023-07-12 Thread via GitHub
ppodgorsek opened a new pull request, #15: URL: https://github.com/apache/velocity-tools/pull/15 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [velocity-tools] ajaysharma2 commented on pull request #14: Issue/confsrvdev 23885 fixing xss

2023-06-21 Thread via GitHub
ajaysharma2 commented on PR #14: URL: https://github.com/apache/velocity-tools/pull/14#issuecomment-1601276429 Wrong target branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [velocity-tools] michael-o closed pull request #14: Issue/confsrvdev 23885 fixing xss

2023-06-21 Thread via GitHub
michael-o closed pull request #14: Issue/confsrvdev 23885 fixing xss URL: https://github.com/apache/velocity-tools/pull/14 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [velocity-tools] michael-o commented on pull request #14: Issue/confsrvdev 23885 fixing xss

2023-06-21 Thread via GitHub
michael-o commented on PR #14: URL: https://github.com/apache/velocity-tools/pull/14#issuecomment-1601213318 Looks like spam. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [velocity-tools] ajaysharma2 opened a new pull request, #14: Issue/confsrvdev 23885 fixing xss

2023-06-21 Thread via GitHub
ajaysharma2 opened a new pull request, #14: URL: https://github.com/apache/velocity-tools/pull/14 confsrvdev 23885 Fixed xss changing java 5 to java8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [velocity-engine] xiaoma20082008 commented on pull request #25: refactor the velocity with a more scalable api and spi interfaces

2023-05-17 Thread via GitHub
xiaoma20082008 commented on PR #25: URL: https://github.com/apache/velocity-engine/pull/25#issuecomment-1552319618 I was fired after i started on this issues, and lost many commits on my old computer as it's belong to the company, I'll restart now. -- This is an automated message from

[GitHub] [velocity-engine] arkanovicz merged pull request #35: Bump spring-core from 5.3.26 to 5.3.27 in /spring-velocity-support

2023-04-19 Thread via GitHub
arkanovicz merged PR #35: URL: https://github.com/apache/velocity-engine/pull/35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [velocity-engine] dependabot[bot] opened a new pull request, #35: Bump spring-core from 5.3.26 to 5.3.27 in /spring-velocity-support

2023-04-17 Thread via GitHub
dependabot[bot] opened a new pull request, #35: URL: https://github.com/apache/velocity-engine/pull/35 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27. Release notes Sourced from

[GitHub] [velocity-engine] arkanovicz closed pull request #17: Provide a flag to ignore exception when template generator encounters…

2023-03-26 Thread via GitHub
arkanovicz closed pull request #17: Provide a flag to ignore exception when template generator encounters… URL: https://github.com/apache/velocity-engine/pull/17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [velocity-engine] arkanovicz closed pull request #3: Added the S3Resource Loader to pull velocity templates from Amazon S3…

2023-03-26 Thread via GitHub
arkanovicz closed pull request #3: Added the S3Resource Loader to pull velocity templates from Amazon S3… URL: https://github.com/apache/velocity-engine/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [velocity-engine] arkanovicz commented on pull request #3: Added the S3Resource Loader to pull velocity templates from Amazon S3…

2023-03-26 Thread via GitHub
arkanovicz commented on PR #3: URL: https://github.com/apache/velocity-engine/pull/3#issuecomment-1484027944 Ok, let's close it right away, then. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [velocity-engine] arkanovicz commented on pull request #17: Provide a flag to ignore exception when template generator encounters…

2023-03-26 Thread via GitHub
arkanovicz commented on PR #17: URL: https://github.com/apache/velocity-engine/pull/17#issuecomment-1484026250 >> InvalidReferenceHandler > That would mean a broader check including invalid method names etc, And? I maintain that it's a typical use case for the

[GitHub] [velocity-engine] arkanovicz commented on pull request #26: [Backport] Velocity 931 update secure classlist (updated)

2023-03-26 Thread via GitHub
arkanovicz commented on PR #26: URL: https://github.com/apache/velocity-engine/pull/26#issuecomment-1484022777 The PR has been merged to the 1.7.x branch. But I don't have neither the time or the envy to release a 1.7.x version, so you'll have to use the SNAPSHOT or join the Apache

[GitHub] [velocity-engine] arkanovicz merged pull request #26: [Backport] Velocity 931 update secure classlist (updated)

2023-03-26 Thread via GitHub
arkanovicz merged PR #26: URL: https://github.com/apache/velocity-engine/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [velocity-engine] arkanovicz closed pull request #21: [Backport] Velocity 931 update secure classlist

2023-03-26 Thread via GitHub
arkanovicz closed pull request #21: [Backport] Velocity 931 update secure classlist URL: https://github.com/apache/velocity-engine/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [velocity-engine] arkanovicz commented on pull request #21: [Backport] Velocity 931 update secure classlist

2023-03-26 Thread via GitHub
arkanovicz commented on PR #21: URL: https://github.com/apache/velocity-engine/pull/21#issuecomment-1484022148 Closing this PR, as it has been updated elsewhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [velocity-engine] arkanovicz commented on pull request #3: Added the S3Resource Loader to pull velocity templates from Amazon S3…

2023-03-26 Thread via GitHub
arkanovicz commented on PR #3: URL: https://github.com/apache/velocity-engine/pull/3#issuecomment-1484021923 The `isSourceModified()` always returns false. So even as a contribution, it looks rather incomplete. Let's leave it here for now... -- This is an automated message from the

[GitHub] [velocity-engine] arkanovicz merged pull request #34: Bump spring-core from 5.3.20 to 5.3.26 in /spring-velocity-support

2023-03-23 Thread via GitHub
arkanovicz merged PR #34: URL: https://github.com/apache/velocity-engine/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [velocity-engine] dependabot[bot] opened a new pull request, #34: Bump spring-core from 5.3.20 to 5.3.26 in /spring-velocity-support

2023-03-23 Thread via GitHub
dependabot[bot] opened a new pull request, #34: URL: https://github.com/apache/velocity-engine/pull/34 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.26. Release notes Sourced from