Re: Upgrading jdk requirement?

2022-08-09 Thread Jürgen Weber
Actually I never understood the need for get/setters anyway (course I know the book). C++ got along well without. Cheers Murray Altheim schrieb am Di., 9. Aug. 2022, 16:12: > On 2022/08/09 22:55, Jürgen Weber wrote: > > Java 11 would be OK. Not more. Enterprises are very con

Re: Upgrading jdk requirement?

2022-08-09 Thread Jürgen Weber
Java 11 would be OK. Not more. Enterprises are very conservative. Also, I do not see why a mature product like JSPWiki should be refactored to use newer Java features. Cheers, Juergen Am Di., 9. Aug. 2022 um 15:10 Uhr schrieb Juan Pablo Santos Rodríguez : > > Hi all, > > As noted some days ago,

Re: [DISCUSS] moving from jira to github issues?

2021-10-18 Thread Jürgen Weber
The issues in Jira should not get lost, neither the closed ones. It is important history. A quick search finds some migration scripts: https://stackoverflow.com/questions/31125655/is-there-a-way-to-import-jira-issues-to-github https://gist.github.com/graemerocher/ee99ddef8d0e201f0615 and Spring

Re: JSPWiki public api proposal + 2.11.0.M7 release

2020-03-07 Thread Jürgen Weber
Hi, part of the appeal of JSPWiki is for me that I can reach deep into the wiki engine from plugins. JSPWiki is for hackers, BigCorps use Confluence. And as hacker I want control, I need to look into the Wiki core and use what it offers, or work around its limitations. So I'd rather prefer no API

Re: Some questions on proposed JSPWiki plugins

2018-10-26 Thread Jürgen Weber
Apache licensed, Murray's plugins should fit fine into the org.apache.wiki.plugin package .. Cheers, Juergen Am Fr., 26. Okt. 2018 um 05:25 Uhr schrieb Murray Altheim : > > Hello. > > It's been awhile since I've been involved in the project and I'm not > sure if I'm even still on the committer's

Update to Servlet 3.0

2018-07-13 Thread Jürgen Weber
Hello dev, JSPWiki is currently at web-app version="2.5" What about going forward to 3.0 ? This would give native multipart/form-data handling. All non-retired Tomcat, Jetty, Weblogic or WebSphere versions support Servlet 3.0 Greetings, Juergen

Re: [VOTE] Release JSPWiki version 2.10.3

2018-02-11 Thread Jürgen Weber
+1 2018-02-10 1:37 GMT+01:00 Juan Pablo Santos Rodríguez : > Hi all, > > this is a release vote for Apache JSPWiki, version 2.10.3. The vote > will be open for at least 72 hours from now. > > It fixes the following issues: > >

Re: Moving JSPWiki to Spring and SpringBoot

2017-11-09 Thread Jürgen Weber
gt;> know Spring. >> >> You are right though, a better front end UI for mobile would be valuable. >> But I guess I'm more of a backend developer and curious whether anyone has >> any thoughts on the roadmap for back end? >> >> Cheers, >> David V &

Re: Moving JSPWiki to Spring and SpringBoot

2017-10-06 Thread Jürgen Weber
Hi, right now you have the choice of several products to run JSPWiki: Tomcat, Jetty, Wildfly, Weblogic and Websphere (liberty). WildFly Swarm even gives you a full application if you prefer microservices. I do not see anything in Spring that we don't already have. A far more important missing

Re: Ehcache necessary?

2017-09-04 Thread Jürgen Weber
03.09.2017 09:27 schrieb "Siegfried Goeschl" < siegfried.goes...@it20one.com>: > Hi Jürgen, > > did you also look at CPU usage? > > Thanks in advance, > > Siegfried Goeschl > > > > On 1 Sep 2017, at 18:40, Jürgen Weber <juer...@jwi.de> wrote:

Re: Ehcache necessary?

2017-09-01 Thread Jürgen Weber
<harry.met...@gmail.com>: > It would surely be interesting to see what the performance difference would > be. > > We could also ditch CachingProvider then probably? > And remove some code complexity... > > Grtz. > Harry > > Op 29 aug. 2017 12:07 a.m. schreef &quo

docs of jspwiki.shortURLConstructor.prefix

2017-07-13 Thread Jürgen Weber
Hi, Spamfilter won't let me change page=Configuration, so would someone please add a documentation line to jspwiki.shortURLConstructor.prefix : # This prefix must be in some elements of web.xml, too: in servlet-mapping of WikiServlet, in filter-mapping of WikiJSPFilter Some for

Re: Some possible education assistance with maintenance tasks

2016-02-02 Thread Jürgen Weber
2016-02-02 16:53 GMT+01:00 Juan Pablo Santos Rodríguez : > - new skins for default template have JSPWiki look better on smart phones would be great .. Cheers, Juergen

Re: Wiki spammed

2014-08-22 Thread Jürgen Weber
think about this, and won't mind to change my opinion if enough people think we should be stricter / would be nice to have a sandbox wiki / etc. br, juan pablo On Wed, Aug 20, 2014 at 10:22 AM, Jürgen Weber juer...@jwi.de wrote: Hi Juan Pablo, actually I think

EncryptingFileProvider

2014-08-02 Thread Jürgen Weber
Hi JSPWiki Devs, I wonder if it might make sense to write an encrypting Fileprovider. This might be useful you run your wiki installation with a provider you cannot trust, whose technicans could look at your filesystem. SSL builds encryption between user's browser and the Wiki-VM, storage could

JSPWiki Plugin License

2014-07-08 Thread Jürgen Weber
Hi, https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedPlugins says nothing about the license of contributed plugins. Shouldn't we add a notice to the page that plugin contributors should put their plugins under Apache license or another Open Source license? I think code contributed to

Re: JSPWiki Plugin License

2014-07-08 Thread Jürgen Weber
://cxf.apache.org/commercial-cxf-offerings.html. Regards, Glen On 07/08/2014 10:06 AM, Jürgen Weber wrote: Hi, https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedPlugins says nothing about the license of contributed plugins. Shouldn't we add a notice to the page that plugin contributors

Re: [ANNOUNCE] Apache JSPWiki 2.10.1 released

2014-06-04 Thread Jürgen Weber
if the remain on the website, WDYT? br, juan pablo [#1]: http://incubator.apache.org/guides/sites.html On Wed, Jun 4, 2014 at 1:40 PM, Jürgen Weber juer...@jwi.de wrote: Hi Juan Pablo, I guess my browser cache was stale, the links are there. I'd suggest to put the Getting Started link

Steps to run JSPWiki on WebSphere 8.5.5.2

2014-05-27 Thread Jürgen Weber
Enable Container Security in web.xml and recreate the war. In WebSphere console - Users and Groups create users and groups Wikiuser and Wikiadmin. Put jspwiki-custom.properties into WebSphere/AppServer-8.5/classes Deploy the war via console. In the war's Detail Properties - Security role to

Re: [VOTE] Release JSPWiki version 2.10.1

2014-05-26 Thread Jürgen Weber
+1 Am 25.05.2014 19:38 schrieb Juan Pablo Santos Rodríguez juanpablo.san...@gmail.com: This is a release vote for Apache JSPWiki, version 2.10.1. The vote will be open for at least 72 hours from now. It fixes the following issues:

Re: Open Discussion - How to increasing JSPWiki publicity ...

2014-05-16 Thread Jürgen Weber
+1 Am 16.05.2014 02:02 schrieb Glen Mazza glen.ma...@gmail.com: I'm opposed to this, and would still like to see whatever Facebook page we presently have taken down/deleted. Janne is not on the team anymore, per his own choice, and he shouldn't be creating additional social media sites that

Re: Mobile experience

2014-03-28 Thread Jürgen Weber
wrote: Jürgen, I haven' t. And BTW, the attachment is not there, I think the list does not accept attachments. regards, Harry On 26 March 2014 23:13, Jürgen Weber juer...@jwi.de wrote: Hi, has anybody tried to make wiki pages look better on small mobile screens

Re: [VOTE] Release JSPWiki version 2.10.0

2014-01-15 Thread Jürgen Weber
Is there no more a jspwiki.properties in the war? Jürgen Am 14.01.2014 23:09 schrieb Juan Pablo Santos Rodríguez juanpablo.san...@gmail.com: This is a release vote for Apache JSPWiki, version 2.10.0. The vote will be open for at least 72 hours from now. It fixes the following issues:

Re: [VOTE] Release JSPWiki version 2.10.0

2014-01-15 Thread Jürgen Weber
:12 PM, Jürgen Weber juer...@jwi.de wrote: Is there no more a jspwiki.properties in the war? Jürgen Am 14.01.2014 23:09 schrieb Juan Pablo Santos Rodríguez juanpablo.san...@gmail.com: This is a release vote for Apache JSPWiki, version 2.10.0. The vote will be open for at least

Re: Kick out 2.9.1

2013-12-19 Thread Jürgen Weber
Metske wrote: what would be reasons to release 2.9.x versus 2.10.x ? The latter has more issues fixed... regards, Harry On 8 November 2013 08:41, Jürgen Weber juer...@jwi.de wrote: +1 Am 07.11.2013 19:33 schrieb Juan