Re: Failing CI builds (was: Re: [PR] JSPWIKI-925 - Add Missing i18n Literals for Multiple Languages [jspwiki])

2023-10-19 Thread Arturo Bernal
Hi Juan Pablo, I apologize for the confusion earlier. Upon further review, I realized that the job is actually working fine. The issue was on my end; I made the PR before the fix for the jobs was implemented. That's why I thought there was a problem. Thank you for your prompt response and advice.

Re: [PR] Replace 'size() == 0' with 'isEmpty()' [jspwiki]

2023-10-19 Thread via GitHub
arturobernalg merged PR #314: URL: https://github.com/apache/jspwiki/pull/314 -- 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: dev-unsubscr...@jspwiki.ap

Proposal to Implement New GitHub Actions Workflows for CI/CD

2023-10-19 Thread Arturo Bernal
Dear Team, I'd like to propose the addition of three new GitHub Actions workflows to enhance our CI/CD pipeline for the Apache JSPWiki project. Below are the details: 1. *Java CI Workflow*: Provides continuous integration support across multiple OS (Ubuntu, macOS) and Java versions (11,

Re: [PR] Avoid method that assume default platform encoding is suitable. [jspwiki]

2023-10-19 Thread via GitHub
arturobernalg commented on PR #232: URL: https://github.com/apache/jspwiki/pull/232#issuecomment-1771658384 Hi @juanpablo-santos, I've made changes to avoid reliance on default platform encoding, I think this would be a nice addition to the 2.12.2 release. Please take a look.