Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-10 Thread Murray Altheim
On 11/05/25 00:41, Jürgen Weber wrote: which implementation of JAX-RS would you use? Tomcat doesn't bring one, and Jersey is quite big, so it shouldn't go into the wiki, should it? One usecase would be to collect on a wiki page things from a tablet or the mobile, urls, text snippets or fotos. I

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-10 Thread Jürgen Weber
which implementation of JAX-RS would you use? Tomcat doesn't bring one, and Jersey is quite big, so it shouldn't go into the wiki, should it? One usecase would be to collect on a wiki page things from a tablet or the mobile, urls, text snippets or fotos. I had once played with a servlet to do thi

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-10 Thread Juan Pablo Santos Rodríguez
Oh that be great!! top of my mind, the way we tackle this at work is to specify an openapi.yaml file, and we derive the implementation from that. Having the spec first has yield us a lot of benefits, but if you feel like jumping directly on to the JAX-RS side, it'd be fine for me too. As per the A

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-10 Thread via GitHub
juanpablo-santos merged PR #381: URL: https://github.com/apache/jspwiki/pull/381 -- 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

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-09 Thread Murray Altheim
Hi Juan Pablo, I know I haven't been very active for a long time in terms of contributing code (lots has happened at this end), but if I had a basic specification of what was expected I could probably build out a RESTful API for JSPWiki reasonably quickly (depending on whether or not there are an

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-09 Thread via GitHub
weberjn commented on PR #381: URL: https://github.com/apache/jspwiki/pull/381#issuecomment-2867659055 > Hi!, just a minor nitpick before merging, is `jspwiki-wikipages/de/.gitignore` really needed? maybe moving that entry to the project's `.gitignore` would be better? (not really sure why t

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-09 Thread Juan Pablo Santos Rodríguez
ouch I missed your email between all GH threads. I've also haven't seen xmlrpc usage of JSPWiki, but prefer to keep it there to see if we can keep it on 3.0.0 somehow, as we haven't any easy direct replacement. Perhaps a proper replacement would be to have a web API / some kind of JAX-RS, ideally d

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-05-09 Thread via GitHub
juanpablo-santos commented on PR #381: URL: https://github.com/apache/jspwiki/pull/381#issuecomment-2867536537 Hi!, just a minor nitpick before merging, is `jspwiki-wikipages/de/.gitignore` really needed? maybe moving that entry to the project's `.gitignore` would be better? (not really sur

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-04-16 Thread Murray Altheim
Hi, I've not seen XML-RPC used in software, even in legacy code that I've been hired to refactor, in many years. It would never, never be used in any new implementation, so I'm not even sure there's value in creating a separate support module for it. Does anyone have any evidence that it's being

Re: [PR] Xmlrpc pull-out [jspwiki]

2025-04-16 Thread via GitHub
weberjn commented on PR #381: URL: https://github.com/apache/jspwiki/pull/381#issuecomment-2810566347 to make JSPWiki-jakarta run on current wildfly-36.0.0.Final: add to the end of standalone.conf: JAVA_OPTS="$JAVA_OPTS -Djspwiki.custom.config=/home/weberjn/jspwiki/jspwiki-custom.p

[PR] Xmlrpc pull-out [jspwiki]

2025-04-16 Thread via GitHub
weberjn opened a new pull request, #381: URL: https://github.com/apache/jspwiki/pull/381 Pulled out the xml-rpc code into a new submodule jspwiki-xmlrpc that is not linked to from the parent pom. So the problems with xml-rpc can be deferred to a later time. I doubt that nowadays anyone use