Re: Your project website

2020-08-19 Thread Christofer Dutz
Hi all, In the plc4x project we're building the project website during the build of the develop branch. It's all a maven site with custom skin, and auto deployed via git-pubsub. All on Aspache infra. Works nicely. Chris Von: Manfred Moser Gesendet: Donnersta

Re: Your project website

2020-08-19 Thread Manfred Moser
Also ... from a technical standpoint the Maven site is just a bunch of static html files and I think some server side includes. We might have to fix those to be different depending on whatever we migrate to .. with that in mind.. What are our options within the Apache infrastructure or outside?

Re: Your project website

2020-08-19 Thread Olivier Lamy
Hi Andrew & Infra We (maven-dev) wonder what does it mean with using Apache CMS? As far as we can see, we only generate content and commit it to a svn directory. Maybe not for the root part of the website (sources are here https://gitbox.apache.org/repos/asf?p=maven-site.git) which is triggered in

Re: Fwd: Your project website

2020-08-19 Thread Olivier Lamy
Yup sounds correct Anyway better asking infra as we are not really sure :) On Thu, 20 Aug 2020 at 8:35 am, Manfred Moser wrote: > I am not sure but I think that SVN commit is a backend for the CMS .. > > > > Olivier Lamy wrote on 2020-08-19 00:06 (GMT -07:00): > > > > > Hi > > > I'm not sure if

Re: Fwd: Your project website

2020-08-19 Thread Manfred Moser
I am not sure but I think that SVN commit is a backend for the CMS .. Olivier Lamy wrote on 2020-08-19 00:06 (GMT -07:00): > Hi > I'm not sure if we use CMS. > I don't think so AFAIK to publish website content we only commit to a svn > repo. > Am I missing something? > > cheers > Olivier > > -

[GitHub] [maven-doxia] slachiewicz opened a new pull request #37: [DOXIA-610] Drop dependency to outdated Log4j

2020-08-19 Thread GitBox
slachiewicz opened a new pull request #37: URL: https://github.com/apache/maven-doxia/pull/37 Use default configuration - jdk logger This is an automated message from the Apache Git Service. To respond to the message, please

AW: Why is old IO API used in maven resolver?

2020-08-19 Thread Markus KARG
I used Files.copy a lot in the real world with different sizes, and it was always superior to old-school solutions, but I did not benchmark it with multi-GiB files. -Markus -Ursprüngliche Nachricht- Von: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] Gesendet: Mittwoch, 19. August 20

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Romain Manni-Bucau
Did you test the newer Files.copy? It seems to use a plain char[] forwarding impl too ([1]) vs the sendfile64 of the channel impl ([2]). Also did you try with some Gigs files? IIRC sendfile had a limitation of a few gigas - and we sadly have artifacts of > 4G even if rare. That said if the size is

AW: Why is old IO API used in maven resolver?

2020-08-19 Thread Markus KARG
I do not support your judgement. That bug you mention was fixed nine years ago, so even the most exotic platforms should have adopted the fix meanwhile. This IS reliable and not more nor less buggy than any other part of the JRE. What we should do is give intensive tensting of Stefan's PR, but n

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Jochen Wiedmann
On Wed, Aug 19, 2020 at 11:49 AM Michael Osipov wrote: > > Am 2020-08-19 um 11:27 schrieb Jochen Wiedmann: > > Looking at > > > > https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6822107 > > > > I would very much like us to abstain from every attempt to go into the > > direction, that Ste

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Michael Osipov
Am 2020-08-19 um 11:27 schrieb Jochen Wiedmann: Looking at https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6822107 I would very much like us to abstain from every attempt to go into the direction, that Stefan suggests. The consequence could be, that we need to bother with exotic corne

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Jochen Wiedmann
Looking at https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6822107 I would very much like us to abstain from every attempt to go into the direction, that Stefan suggests. The consequence could be, that we need to bother with exotic corner cases. Let's stay simple, but reliable. Jochen

Fwd: Your project website

2020-08-19 Thread Olivier Lamy
Hi I'm not sure if we use CMS. I don't think so AFAIK to publish website content we only commit to a svn repo. Am I missing something? cheers Olivier -- Forwarded message - From: Andrew Wetmore Date: Tue, 18 Aug 2020 at 21:54 Subject: Re: Your project website To: Hi: I wrote