Request for Permissions to Update Apache JSPWiki Website
Hello Team, I am in the process of updating the Apache JSPWiki website, specifically trying to add a curated changelog at https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12.1. However, it seems I lack the necessary permissions to do so. Could you assist me in obtaining the required permissions or guide me on where and how I can add this changelog? Thank you in advance for your assistance and understanding. Best regards, Arturo
Re: Request for Permissions to Update Apache JSPWiki Website
if you tell me your user name, I can give you permissions cheers, Harry On Fri, 11 Aug 2023 at 14:15, Arturo Bernal wrote: > Hello Team, > > I am in the process of updating the Apache JSPWiki website, specifically > trying to add a curated changelog at > https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12.1. However, it > seems I lack the necessary permissions to do so. > > Could you assist me in obtaining the required permissions or guide me on > where and how I can add this changelog? > > Thank you in advance for your assistance and understanding. > > Best regards, > > Arturo >
Re: Request for Permissions to Update Apache JSPWiki Website
abernal Cheers On Fri, Aug 11, 2023 at 2:18 PM Harry Metske wrote: > if you tell me your user name, I can give you permissions > > cheers, > Harry > > > On Fri, 11 Aug 2023 at 14:15, Arturo Bernal wrote: > > > Hello Team, > > > > I am in the process of updating the Apache JSPWiki website, specifically > > trying to add a curated changelog at > > https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12.1. However, it > > seems I lack the necessary permissions to do so. > > > > Could you assist me in obtaining the required permissions or guide me on > > where and how I can add this changelog? > > > > Thank you in advance for your assistance and understanding. > > > > Best regards, > > > > Arturo > > > -- Arturo
Re: Request for Permissions to Update Apache JSPWiki Website
can you try again? On Fri, 11 Aug 2023 at 14:19, Arturo Bernal wrote: > abernal > > Cheers > > On Fri, Aug 11, 2023 at 2:18 PM Harry Metske > wrote: > > > if you tell me your user name, I can give you permissions > > > > cheers, > > Harry > > > > > > On Fri, 11 Aug 2023 at 14:15, Arturo Bernal wrote: > > > > > Hello Team, > > > > > > I am in the process of updating the Apache JSPWiki website, > specifically > > > trying to add a curated changelog at > > > https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12.1. However, it > > > seems I lack the necessary permissions to do so. > > > > > > Could you assist me in obtaining the required permissions or guide me > on > > > where and how I can add this changelog? > > > > > > Thank you in advance for your assistance and understanding. > > > > > > Best regards, > > > > > > Arturo > > > > > > > > -- > Arturo >
Re: Request for Permissions to Update Apache JSPWiki Website
HI Harry, I'm getting 'Your edit has been rejected by our SpamFilter, sorry. I' Arturo On Fri, Aug 11, 2023 at 2:20 PM Harry Metske wrote: > can you try again? > > On Fri, 11 Aug 2023 at 14:19, Arturo Bernal wrote: > > > abernal > > > > Cheers > > > > On Fri, Aug 11, 2023 at 2:18 PM Harry Metske > > wrote: > > > > > if you tell me your user name, I can give you permissions > > > > > > cheers, > > > Harry > > > > > > > > > On Fri, 11 Aug 2023 at 14:15, Arturo Bernal > wrote: > > > > > > > Hello Team, > > > > > > > > I am in the process of updating the Apache JSPWiki website, > > specifically > > > > trying to add a curated changelog at > > > > https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12.1. However, > it > > > > seems I lack the necessary permissions to do so. > > > > > > > > Could you assist me in obtaining the required permissions or guide me > > on > > > > where and how I can add this changelog? > > > > > > > > Thank you in advance for your assistance and understanding. > > > > > > > > Best regards, > > > > > > > > Arturo > > > > > > > > > > > > > -- > > Arturo > > >
[jira] [Closed] (JSPWIKI-1172) jspwiki.workDir default should be in $javax.servlet.context.tempdir
[ https://issues.apache.org/jira/browse/JSPWIKI-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed JSPWIKI-1172. -- Resolution: Fixed > jspwiki.workDir default should be in $javax.servlet.context.tempdir > --- > > Key: JSPWIKI-1172 > URL: https://issues.apache.org/jira/browse/JSPWIKI-1172 > Project: JSPWiki > Issue Type: Improvement > Components: Core & storage >Affects Versions: 2.11.2 >Reporter: Jürgen Weber >Priority: Major > Labels: pull-request-available > Fix For: 2.12.1 > > > Currently the default of jspwiki.workDir is java.io.tmpdir > On Unix this is often /tmp and space limited, sometimes in ramdisk. > A better default would be the container default temp directory for each > context whose location is pointed to by the context variable > javax.servlet.context.tempdir > [http://timjansen.github.io/jarfiller/guide/servlet25/temporarydirectory.xhtml] > The change would have to be done in > org.apache.wiki.WikiEngine.createAndFindWorkingDirectory(Properties) > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[RESULT][VOTE] Release JSPWiki version 2.12.1
Hi, +72 hours passed, we have 3 +1 votes - Murray Altheim - Juan Pablo Santos* - Harry Metske* - Arturo Bernal* 3 approved [+1] 1 don't mind [0] (* denoting PMC binding vote) so the vote passes :-) I'll proceed with the release Thanks to everyone that voted! cheers, Arturo
[PR] Add GitHub Actions workflows for Java CI and Dependency Review (jspwiki)
arturobernalg opened a new pull request, #299: URL: https://github.com/apache/jspwiki/pull/299 This pull request introduces two new GitHub Actions workflows: 1. **Java CI Workflow**: - Provides continuous integration support for multiple OS and Java versions. - Caches Maven dependencies for optimized build times. - Implements CodeQL analysis for enhanced code security. 2. **Dependency Review Workflow**: - Triggered on pull requests to ensure dependencies are reviewed and safe. These workflows aim to enhance the project's CI/CD pipeline, ensuring code quality and security with each pull request. Feedback and suggestions are welcome! -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org