[jira] [Commented] (IO-783) Fetching file extension using FilenameUtils.getExtension method throws error in windows machine

2024-05-19 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/IO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847634#comment-17847634 ] Jochen Wiedmann commented on IO-783: I would like to point out, that the check, as it is, is broken

[jira] [Commented] (IO-830) Rethink AbstractOrigin

2024-05-17 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/IO-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847387#comment-17847387 ] Jochen Wiedmann commented on IO-830: [~elharo] While I agree with you, in general (for example, I'd like

[jira] [Commented] (IO-833) Every origin needs a charset

2024-05-17 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/IO-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847382#comment-17847382 ] Jochen Wiedmann commented on IO-833: [~elharo] As far as I can tell, the implementation does use

Re: [DISCUSS] RAT tickets

2024-05-13 Thread Jochen Wiedmann
On Sat, May 11, 2024 at 9:45 AM Claude Warren wrote: > > I think that we should do the following: ... > create a licenses section in the configuration. > > --licenses : a list of files to be read as license files. > --licenses-approved : a list of license IDs to approve. >

Re: End-of-life date for `log4j-1.2-api`

2024-04-08 Thread Jochen Wiedmann
On Mon, Apr 8, 2024 at 1:11 PM Apache wrote: > My opinion is to drop it from 3.0.0. 2.x is going to live a long time still. > By the time it dies Log4J 1.x will have been dead well over 15 years, maybe > even 20. That would give users plenty of time to be aware that they need to > plan to

Re: Finding previous artifact versions

2024-03-20 Thread Jochen Wiedmann
On Wed, Mar 20, 2024 at 3:51 PM Tamás Cservenák wrote: > Look here: > https://github.com/apache/maven-resolver/blob/maven-resolver-1.9.18/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/FindAvailableVersions.java Thanks, very much, Tamas, I

Finding previous artifact versions

2024-03-20 Thread Jochen Wiedmann
Hi, I am currently in the processof implementing a plugin, which should be able to fix missing @since tags. In order to determine the correct value for a given Java class, method, or field, I need a list of all previous artifact versions. Question: Are there any ideas, how my plugin can do that

Re: [VOTE] Release Apache Creadur RAT 0.16.1

2024-01-25 Thread Jochen Wiedmann
+1 (Binding) Thanks for all the work on this important bug fix release. Jochen On Wed, Jan 24, 2024 at 10:50 PM P. Ottlinger wrote: > > Dear friends of RAT, > > the new v0.16.1 fixes 11 issues and I've staged a new release 0.16.1 - > thanks for all feedback and contributions! > > =View on

[jira] [Commented] (RAT-325) Performance degradation compared to 0.15

2024-01-13 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806386#comment-17806386 ] Jochen Wiedmann commented on RAT-325: - See [https://lists.apache.org/thread

RAT-325: Discussion of performance issues

2024-01-13 Thread Jochen Wiedmann
Hi, I'd like to discuss RAT-325 here, as I think, that this is the proper place for such discussions. Let me start by giving an outline of the information, that I currently have: In RAT-325, the original reporter claimed to see extremely different results in terms of performance between 0.15,

[jira] [Commented] (RAT-325) Performance degradation compared to 0.15

2024-01-13 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806270#comment-17806270 ] Jochen Wiedmann commented on RAT-325: - Perfect, [~solomax] , thank you! > Performance degradat

[jira] [Commented] (RAT-325) Performance degradation compared to 0.15

2024-01-12 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806002#comment-17806002 ] Jochen Wiedmann commented on RAT-325: - [~solomax] Can you give a procedure for reproducing this, please

Re: Debian update overwrites environment settings

2024-01-10 Thread Jochen Wiedmann
Thanks, Mark, your suggestion works perfectly. For the record, I now have a file /etc/systemd/system/jenkins.service.d/override.conf with the following content: [Service] Environment="JAVA_HOME=/usr/lib/jvm/temurin-17-jdk-amd64" Environment="JENKINS_PORT=8008" This changes both

[jira] [Commented] (RAT-325) Performance degradation compared to 0.15

2024-01-10 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17805031#comment-17805031 ] Jochen Wiedmann commented on RAT-325: - Could we, please, have a clear distinction between the following

[jira] [Commented] (RAT-325) Performance degradation compared to 0.15

2024-01-09 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17804888#comment-17804888 ] Jochen Wiedmann commented on RAT-325: - [~jbonofre] In your comment from 30/Oct/2023, you unfortunately

Debian update overwrites environment settings

2024-01-02 Thread Jochen Wiedmann
Hi, I am using the Jenkins Debian packages from https://pkg.origin.jenkins.io/debian/ to install, and update Jenkins. In general, I'm quite happy with that. There is one exception, though: My setup requires changing of two environment variables, JENKINS_PORT, and JAVA_HOME. Right now, I

Re: Nullability annotations

2024-01-02 Thread Jochen Wiedmann
On Tue, Jan 2, 2024 at 1:00 PM Piotr P. Karwasz wrote: > > Hi Ralph, > > On Tue, 2 Jan 2024 at 11:59, Apache wrote: > > > > If this is a runtime dependency then I am against using it in Log4J api and > > core. > > It is an annotation-only library, with a retention of `RUNTIME`. > However

Re: [VOTE] Release Apache Creadur RAT 0.16

2023-12-28 Thread Jochen Wiedmann
Here's my +1 (Binding) On Thu, Dec 28, 2023 at 12:05 PM Karl Heinz Marbaise wrote: > > Hi, > > +1 from me. > > Kind regards > Karl Heinz Marbaise > On 28.12.23 02:13, P. Ottlinger wrote: > > Fellow developers, > > > > happy holidays - I've taken the opportunity to create a new release of > >

Re: [VOTE] Release Apache Log4j 3.0.0-beta1

2023-12-20 Thread Jochen Wiedmann
On Tue, Dec 19, 2023 at 2:05 PM Gary Gregory wrote: > Do note that building from sources, not git, is an Apache requirement. Okay, but in what universe is building from a Git tag on the sources (which is, what the release:perform goal does) different from "building from sources"? Jochen

[jira] [Commented] (RAT-337) Apache RAT - GitHub Action

2023-12-07 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794224#comment-17794224 ] Jochen Wiedmann commented on RAT-337: - I have no real experience with GitHub actions, so bear with me

Re: [Discuss] Future of Whisker & Tentacles subprojects

2023-12-04 Thread Jochen Wiedmann
On Mon, Dec 4, 2023 at 10:11 PM P. Ottlinger wrote: > Therefore I'd like to start a discussion about how to cope with > Tentacles & Whisker and see the following possibilities of action: > > a) there is active interest in both projects - projects could be > reanimated ;) > > b) both

Re: Combine a multi-branch, and a multi-configuration project

2023-11-15 Thread Jochen Wiedmann
Thanks, Mark, The scripted pipeline approach sounds fine for me. Jochen On Tuesday, November 14, 2023 at 5:09:42 PM UTC+1 Mark Waite wrote: > On Tuesday, November 14, 2023 at 7:26:38 AM UTC-7 jochen wrote: > > > Hi, > > is it possible to combine multi-branch pipeline, and a multi-config >

Combine a multi-branch, and a multi-configuration project

2023-11-14 Thread Jochen Wiedmann
Hi, is it possible to combine multi-branch pipeline, and a multi-config project? Or, in other words: I have a multi-branch pipeline project, which uses a fixed JDK, and a fixed Maven version. What I would like to have, would be a matrix of builds for every branch with different JDK's, and

[no subject]

2023-11-12 Thread Jochen Wiedmann
Hi, could anyone, please, explain to me what to fix in the script below? I am getting the error message below: Thanks, Jochen <<>> : Apparent variable 'foo' was found in a static scope but doesn't refer to a local variable, static field or class. Possible causes: You attempted to

Re: Rat, Wisker, and tentacles

2023-10-29 Thread Jochen Wiedmann
To be honest: Tentacles, and Wisker are (in my opinion) basically dormant. To me, the question is when (as opposed to: if) we need to archive both? Jochen On Fri, Oct 13, 2023 at 12:32 PM Claude Warren wrote: > > I note that all 3 of these project fall under the "creadur" moniker. Are > they

[jira] [Commented] (FILEUPLOAD-353) JakartaServletFileUpload.getItemIterator() not working in 2.0.0-M1

2023-09-30 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770759#comment-17770759 ] Jochen Wiedmann commented on FILEUPLOAD-353: Hi, Rob,   can you enlighten us

Re: Using variables in an embedded Groovy script

2023-09-27 Thread Jochen Wiedmann
assert gstr.values == [2, 'www'] > assert gstr.toString() == 'foo 2 bar www baz' > > On Wed, Sep 27, 2023 at 9:45 PM Jochen Wiedmann wrote: > > > > > > Hi, Paul, > > > > could you, please, explain what you mean? I really have no idea, what you > > mean. >

Re: Using variables in an embedded Groovy script

2023-09-27 Thread Jochen Wiedmann
Hi, Paul, could you, please, explain what you mean? I really have no idea, what you mean. Thanks, Jochen On 2023/09/25 15:07:28 Paul King wrote: > You'd need to interleave the values from the GString. > > On Tue, Sep 26, 2023 at 12:43 AM Jochen Wiedmann > wrote: > > &

Using variables in an embedded Groovy script

2023-09-25 Thread Jochen Wiedmann
Hi, can anyone advise me, what is wrong with the following code: I'd expect it to write out the word "Okay". Instead, it throws the exception "Unexpected result: Hello, !" final String scriptStr = "return \"Hello, $name!\";"; final GroovyShell gs = new GroovyShell(); final Script script =

Re: [DISCUSS] Major changed for 4.x

2023-08-29 Thread Jochen Wiedmann
On Tue, Aug 22, 2023 at 9:35 AM Guillaume Nodet wrote: > * Support for XML entities / XInclude Careful with that one! You might open a flood of security reports like "If the included file looks like this, or that, then ..." Jochen

Re: How Do I Set SNI(Server Name Indentification)

2023-08-10 Thread Jochen Wiedmann
gs null for SNI > > На чт, 10.08.2023 г. в 22:21 ч. Jochen Wiedmann > написа: > > > On Thu, Aug 10, 2023 at 9:14 PM Petar Tahchiev > > wrote: > > > > > I found this gist which tells how to provide a SNI: > > > > > > https://gist.github.

Re: How Do I Set SNI(Server Name Indentification)

2023-08-10 Thread Jochen Wiedmann
On Thu, Aug 10, 2023 at 9:14 PM Petar Tahchiev wrote: > I found this gist which tells how to provide a SNI: > > https://gist.github.com/jkuipers/e0b35c21c466a9b4d88a > > but it is for HttpClient4 and I am unable to migrate the code to > HttpClient5. >From looking at the gist, all that it does

[jira] [Commented] (RAT-315) RAT build fails with most current Maven 4-alpha3 build

2023-07-24 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17746577#comment-17746577 ] Jochen Wiedmann commented on RAT-315: - Quoting [~pottlinger] : [~joc...@apache.org] the merge changed

Re: Making all date-time formatters follow `DateTimeFormatter` syntax

2023-04-11 Thread Jochen Wiedmann
On Mon, Apr 10, 2023 at 11:54 PM Gary Gregory wrote: > > The PR talks about SDT which is...? SimpleDateFormat?

Re: [lang] Considering a new String utility class

2023-03-15 Thread Jochen Wiedmann
On Wed, Mar 15, 2023 at 1:58 PM Gary Gregory wrote: > Instead, I can see adding a new String utility class that tracks such > attributes on its instance such that you'd say something like: > - Strings.caseSensitive().someOperation(...) > - Strings.caseInsensitive().someOperation(...). Agreed

[jira] [Created] (RAT-316) Add MANIFEST.MF to the default exclude list.

2023-02-22 Thread Jochen Wiedmann (Jira)
Jochen Wiedmann created RAT-316: --- Summary: Add MANIFEST.MF to the default exclude list. Key: RAT-316 URL: https://issues.apache.org/jira/browse/RAT-316 Project: Apache Rat Issue Type: Task

Re: [Beanutils] BeanUtilsBean2

2023-02-16 Thread Jochen Wiedmann
On Thu, Feb 9, 2023 at 1:47 PM Gary Gregory wrote: > > For 2.0, I think we should make the BeanUtilsBean2 class introduced in > 1.8.0 the only behavior, removing the need for the class. I think, these kind of ideas are exactly, what we have major updates for. Jochen -- Philosophy is useless,

Re: [VOTE] Release Apache Commons FileUpload 1.5 based on RC1

2023-02-14 Thread Jochen Wiedmann
Here's my +1. Thanks for your work! On Thu, Feb 9, 2023 at 2:39 PM Mark Thomas wrote: > > Ping. One more PMC member vote required. > > Mark > > On 01/02/2023 12:57, Mark Thomas wrote: > > We have fixed a few bugs and added some small enhancements since > > FileUpload 1.4 was released, so I would

Feature request: sudo

2023-01-19 Thread Jochen Wiedmann via Cygwin
Hi, as someone who is quite used to typing sudo do something I would really like to do the same in my CygWin bash.In my opinion, this could be implemented relatively simply, and straightforward as follows: - Accept an array of strings with the command, that is being executed with

Re: Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread Jochen Wiedmann
he person to > whom it is addressed. If you are not the intended recipient, you are not > authorized to print, retain, copy, disseminate, distribute, or use this > message or any part thereof. If you receive this message in error, please > notify the sender immediately and delete

Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread Jochen Wiedmann
Hi, I have a build job with the following pipeline, which works just fine: @Library('isccr-addons')_ pipeline { agent any stages { stage ('init') { steps { isccrExec "${ISCCR_ADDONS_CONFIG}", "${WORKSPACE} }

[jira] [Commented] (FILEUPLOAD-309) Release version 2.0.0

2023-01-14 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17676943#comment-17676943 ] Jochen Wiedmann commented on FILEUPLOAD-309: What are you voting for? We already have

HTML pages as archived artifacts

2023-01-13 Thread Jochen Wiedmann
Hi, one of my build jobs is creating a few reports (HTML pages), that are being archived as artifacts. The created pages appear to be perfectly fine: If I download, and open them, then thy look exactly as expected. Unfortunately, they don't look the same, if I view them within Jenkins by

Re: [FILEUPLOAD] State of the 1.6 branch

2022-12-15 Thread Jochen Wiedmann
On Wed, Dec 14, 2022 at 12:20 PM Mark Thomas wrote: > - Delete the b2_0 branch > - Move the head of the b1_4 branch to the 1.4 tag > - Update the b1_4 branch for development of 1.4.1 >(or should that be 1.5 and start a new branch?) > - Back-port my recent file count limit change If you can

Re: Math: Yearly patch for commons-math3

2022-12-06 Thread Jochen Wiedmann
Hi, David, if you want to be sure, that commons-math3 is being maintained, then I suggest that you take a look at the Git repository log. That should be sufficient: https://gitbox.apache.org/repos/asf?p=commons-math.git;a=log Jochen On Tue, Dec 6, 2022 at 3:57 PM Darrell Merryweather wrote: >

Private jar file in a shared library

2022-10-27 Thread Jochen Wiedmann
Hi, reading through https://www.jenkins.io/doc/book/pipeline/shared-libraries/ I get the impression, that @Grab is bound to a (possibly local) Maven repository. Which is alright, if I am using jar files from Maven central, or something like that. In my case, I'd much rather do something like

Re: [DISCUSS] Change maven code style

2022-10-14 Thread Jochen Wiedmann
Hi, Guillaume, rather than suggesting (and, what's worse: discussing) code change details: Is there, by any change, an existing code style, that we might adopt? In particular.could we reuse tools, like an Eclipse fornatter, and the like? Apart from that, I'd be more than happy about the changes,

[jira] [Commented] (FILEUPLOAD-309) Release version 2.0.0

2022-10-12 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616306#comment-17616306 ] Jochen Wiedmann commented on FILEUPLOAD-309: Will give it a try this weekend. (Didn't do

Re: [VOTE] Release Apache Creadur Tentacles 0.1

2022-10-08 Thread Jochen Wiedmann
+1 from me (Binding) On Thu, Oct 6, 2022 at 10:05 PM David Blevins wrote: > > Hey All, > > Perhaps after 11 years it's time to do a release of Tentacles. Wouldn't be > offended if this vote didn't pass -- I didn't really give a heads up. Happy > to re-roll with changes if needed. > >

Re: [VOTE][LAZY] Release Apache Commons Parent 54 based on RC1

2022-09-21 Thread Jochen Wiedmann
On Sun, Sep 18, 2022 at 5:47 PM Gary Gregory wrote: > Details of changes since 53 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/54-RC1/RELEASE-NOTES.txt > >

Re: Apache RAT plugin and .gitattributes

2022-07-17 Thread Jochen Wiedmann
On Sun, Jul 17, 2022 at 2:22 PM Gary Gregory wrote: > > It looks like the Apache RAT plugin tries to validate the > .gitattributes file (in contrast to excluding .gitignore). > > Is that an issue to be fixed or documented? Looking into the relevant sources [1], I notice, that the .gitattributes

Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-12 Thread Jochen Wiedmann
On Tue, Jul 12, 2022 at 4:49 AM Matt Juntunen wrote: > Does anyone know what the state of 2.0 development is here? It looks > like the last feature-related changes were from Sept 2021. Is there > anything preventing a release? Mostly, that it is untested. On the other hand, it should be

Re: [jira] [Resolved] (CRYPTO-158) Illegal reflective access

2022-07-03 Thread Jochen Wiedmann
Has this really been resolved? My understanding is, that Gary's remark applies to the comment by Matthew L. only, but not to the original reporters issue. Just asking, because I have recently learned to use method handles as a solution for this kind of messages. Jochen On Thu, Jun 30, 2022 at

Re: [CRYPTO] Drop support for OpenSSL < 1.1.x

2022-07-03 Thread Jochen Wiedmann
On Wed, Jun 29, 2022 at 7:08 PM Gary Gregory wrote: > > An important aspect to consider is compatibility, we do not want to break > anything within a major version. True, but nothing prevents us from incrementing the major version number at this point. That would also enable us, to address more

Re: [CRYPTO] Multiple Docker files - are they both needed?

2022-06-16 Thread Jochen Wiedmann
On Thu, Jun 16, 2022 at 7:00 PM sebb wrote: > [1] src/docker/Dockerfile > [2] src/conf/Docker/Dockerfile-luw Have to admit, that I wasn't aware of [2], when I created [1]. Mine is incomplete, and can easily be removed. Was basically just an attempt to reproduce the build instructions in the

Re: [Crypto] What is it ?

2022-06-16 Thread Jochen Wiedmann
On Wed, Jun 15, 2022 at 6:33 PM Matt Sicker wrote: > > We could always request a Windows VM from Infra if necessary for building > releases. Same for a Mac VM or Linux VM, though the Linux one can be done > fairly easily via Docker on any OS (even FreeBSD supports Linux containers > now).

Re: [Crypto] What is it ?

2022-06-16 Thread Jochen Wiedmann
On Thu, Jun 16, 2022 at 1:03 AM sebb wrote: > But unless one can host macOS on Windows or vice-versa, AFAICT it will > still require two hosts to generate a release. Well, that's the advantage of your suggestion to release the binaries separately. Jochen

Re: [Crypto] What is it ?

2022-06-16 Thread Jochen Wiedmann
s Gary can find it and check > it in. In the meantime, I'll see if I can build one and provide it for > review. I think it would address many of the frustrations that people have > voiced here lately. Thanks for bringing up the issue. > > Alex > > On Wed, Jun 15, 2022

Re: [Crypto] What is it ?

2022-06-15 Thread Jochen Wiedmann
On Wed, Jun 15, 2022 at 12:51 AM sebb wrote: > However, it might make it easier to release the binaries if they were > packaged separately, one per OS. That is a good point, of course! I would completely support that! Jochen

Re: [Crypto] What is it ?

2022-06-14 Thread Jochen Wiedmann
On Tue, Jun 14, 2022 at 3:08 PM Gilles Sadowski wrote: > Is it a Java wrapper around a specific library ("openssl")? > Is it a set of tools (a.o. strong random number generators) for developing > cryptographic applications in Java? > Is it both? Does it intend to be more? > > In order to

[jira] [Commented] (CRYPTO-162) openSslCipher support engine

2022-06-13 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17553543#comment-17553543 ] Jochen Wiedmann commented on CRYPTO-162: Okay. So, what would you want us to do here? Read random

[jira] [Commented] (RAT-302) Site build does not work with JDK18

2022-06-07 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17550882#comment-17550882 ] Jochen Wiedmann commented on RAT-302: - Hi, Philip,   as this appears to be a JDK issue, and JDK 18

Re: [VOTE] Release Apache Creadur RAT 0.14

2022-06-07 Thread Jochen Wiedmann
Sure, but on the other hand, we can also assume the RM's approval implicitly. On Tue, Jun 7, 2022 at 10:26 AM Christofer Dutz wrote: > > Well Phil, you're also allowed to vote :-) > > On 2022/06/02 21:31:23 "P. Ottlinger" wrote: > > Hi, friendly reminder: we do need at least 3 positive binding

Re: [VOTE] Release Apache Creadur RAT 0.14

2022-06-06 Thread Jochen Wiedmann
Hi, sorry for the late reply, due to a week off work. Here's my +1 (Binding) Thanks very much for all your work, Philip.It's rarely mentioned, but definitely appreciated! Jochen On Sun, May 29, 2022 at 10:50 AM P. Ottlinger wrote: > > Hi *, > > after a long time of development we solved 37

Re: [Crypto] How to build?

2022-05-19 Thread Jochen Wiedmann
Thanks, Bruno. Big help! On Thu, May 19, 2022 at 4:05 AM Bruno Kinoshita wrote: > There's a Dockerfile in the commons-crypto repo on GitHub. Not sure if it's > used for building it... but just in case it helps. - To

Re: [Crypto] How to build?

2022-05-18 Thread Jochen Wiedmann
On Wed, May 18, 2022 at 9:15 PM Gary Gregory wrote: > > Yeah, I recall wanting to add a dockerfile... but if it's not there I'll > have to go hunt around for it and the notes I might have from that > release... Please do, Gary. Thanks, Jochen

[Crypto] How to build?

2022-05-18 Thread Jochen Wiedmann
Hi, I recently had the questionable pleasure to get in touch with Commons Crypto, and could not build it. There are some instructions in the BUILDING.txt file, but they aren't really helpful. In case, you don't know: Crypto is not a simple Java library. Instead, it requires building some shared

Properties in a pipeline

2022-05-17 Thread Jochen Wiedmann
Hi, I've got a build job with a pipeline, like below. (Lots of details omitted, obviously.) Now, according to the "Pipeline Utility Steps", I understand, that I can use something like def props = readProperties file: 'dir/my.properties', text: 'other=Override' to read a property file

[crypto] How to get the native library?

2022-05-05 Thread Jochen Wiedmann
Hi, trying to run the unit tests for commons-crypto, I get the error message Native library is not loaded I understand, what it tells me. However, I do not find any hints on how to get the native library. Not on the website, not in the top-level docs. Can anyone help with that? Thanks,

Re: [lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
repo1.maven.org/maven2/org/codehaus/mojo/signature/ > > Older major versions have vendor specific suffixes, none of them use minor > version numbers. > > Gruss > Bernd > -- > http://bernd.eckenfels.net > ____ > Von: Jochen Wiedmann > Gesen

Re: [lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
}${javaTarget.minorVersion} java${javaTarget.majorVersion}${javaTarget.minorVersion} On Mon, May 2, 2022 at 7:57 PM Jochen Wiedmann wrote: > > Hi, > > I am currently preparing a feature for Lang, that makes use of > MethodHandle.invoke(Object...) > > According to the Java

[lang] What does the animal-sniffer-maven-plugin compare against?

2022-05-02 Thread Jochen Wiedmann
Hi, I am currently preparing a feature for Lang, that makes use of MethodHandle.invoke(Object...) According to the Javadocs [1], this should be fine, but I am getting this from the animal-sniffer-maven-plugin: [INFO] --- animal-sniffer-maven-plugin:1.21:check (checkAPIcompatibility) @

Re: Considering porting DI to 2.x

2022-04-17 Thread Jochen Wiedmann
On Sat, Apr 16, 2022 at 11:31 PM Matt Sicker wrote: > > Features only available in DI have been asked about in a couple different > situations already in 2.x development. Whatever those features may be, I think that "use 3.0" is a reasonable reply ti such requests. Jochen -- Philosophy is

[jira] [Commented] (RAT-283) Unify Java 8 requirement or non-requirement

2022-04-06 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17518215#comment-17518215 ] Jochen Wiedmann commented on RAT-283: - I think, this has been resolved with RAT-274.   > Unify Jav

[jira] [Commented] (RAT-288) Remove -debug hint in log messages

2022-04-06 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17518210#comment-17518210 ] Jochen Wiedmann commented on RAT-288: - Hi, Philip,   I'm fine with accepting the patch

[jira] [Commented] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-04-05 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17517289#comment-17517289 ] Jochen Wiedmann commented on RAT-273: - Well, all I can say is: Reading your comment, I understand

[jira] [Commented] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-04-02 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17516319#comment-17516319 ] Jochen Wiedmann commented on RAT-273: - [~pottlinger] From the history, it is not obvious to me, why you

Re: The roadmap to Log4j 3.0.0

2022-04-01 Thread Jochen Wiedmann
On Tue, Mar 29, 2022 at 9:11 PM Matt Sicker wrote: > > I don’t know if any new javax APIs are defined anymore. There’s JakartaEE for > the new APIs, though that’s through Eclipse at this point I think. > > Also, for a generic plugin library, there are some things I’d likely do > slightly

[jira] [Resolved] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-03-31 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved RAT-273. - Fix Version/s: 0.14 Resolution: Fixed Build for Java 16, and Java 17 is still failing

[jira] [Commented] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-03-31 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17515591#comment-17515591 ] Jochen Wiedmann commented on RAT-273: - Reviewing the usage of java.io.LineNumberReader, I found

[jira] [Commented] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-03-31 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17515534#comment-17515534 ] Jochen Wiedmann commented on RAT-273: -   See [https://stackoverflow.com/questions/71697989

[jira] [Commented] (RAT-273) Build failures with >=JDK16 - analyze test behaviour or rewrite tests and update build matrix

2022-03-31 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17515527#comment-17515527 ] Jochen Wiedmann commented on RAT-273: - So far, I can't provide a fix, but I believe to have found

[jira] [Resolved] (FILEUPLOAD-346) Migrate commons-fileupload to jakarta.servlet-api

2022-03-10 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-346. Fix Version/s: 2.0 Resolution: Won't Fix > Migrate commons-fileupl

[jira] [Commented] (FILEUPLOAD-346) Migrate commons-fileupload to jakarta.servlet-api

2022-03-09 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17503836#comment-17503836 ] Jochen Wiedmann commented on FILEUPLOAD-346: We have no intention to migrate

[jira] [Commented] (DOXIA-569) add Markdown Sink, to be able to convert anything to Markdown

2022-02-22 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17495952#comment-17495952 ] Jochen Wiedmann commented on DOXIA-569: --- [~michael-o]  I understand the reasoning. On the other hand

Re: [Log4j] On the use of JSON for a default format in 3.x

2022-02-17 Thread Jochen Wiedmann
How about adopting a minimal Json parser into log4j-core? Examples: 1: https://github.com/KasparNagu/plain-java-json (ASL) 2: https://code.google.com/archive/p/json-simple/ (ASL) 3: https://github.com/ralfstx/minimal-json (MIT) Seems doable, and would work. Jochen On Thu, Feb 17, 2022 at 9:56

[jira] [Commented] (MSHADE-409) ServicesResourceTransformer ignores relocations

2022-02-03 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17486548#comment-17486548 ] Jochen Wiedmann commented on MSHADE-409: Close, please. Created accidentally

[jira] [Created] (MSHADE-409) ServicesResourceTransformer ignores relocations

2022-02-03 Thread Jochen Wiedmann (Jira)
Jochen Wiedmann created MSHADE-409: -- Summary: ServicesResourceTransformer ignores relocations Key: MSHADE-409 URL: https://issues.apache.org/jira/browse/MSHADE-409 Project: Maven Shade Plugin

Re: Adopting the onejar-maven-plugin

2022-01-30 Thread Jochen Wiedmann
On Sat, Jan 29, 2022 at 4:01 AM Alexander Kriegisch wrote: > > As there was no recent development, I asked the plugin author whether > > he would be willing to donate it to mojohaus. And yes, he would do so. > > He would also change the License to Apache v2.0 for us. > > So what is the problem,

Re: Adopting the onejar-maven-plugin

2022-01-28 Thread Jochen Wiedmann
On Fri, Jan 28, 2022 at 8:18 AM Hervé Boutemy wrote: > > notice that there is UnoJar that already did the work of cleanly forking > OneJar and maintain it: > https://github.com/nsoft/uno-jar Thanks for the hint, Hervé. Reading through the license (and, consequently, through the original

Re: Adopting the onejar-maven-plugin

2022-01-27 Thread Jochen Wiedmann
On Thu, Jan 27, 2022 at 11:44 AM Benjamin Marwell wrote: > We would host the usage on gh-pages like all other plugins. > Or do you speak of another site? No, I mean the same site. I am simply suggesting, that in this case we would host not only the plugin, but also it's main dependency. (If

Re: Adopting the onejar-maven-plugin

2022-01-27 Thread Jochen Wiedmann
On Thu, Jan 27, 2022 at 8:54 AM Ben M. wrote: > The advantage would be that we have everything compiled every time. That seems to be desirable to me. On the other hand, it would only work, if Simon would agree to maintain this site, rather than his Sourceforge repository. Jochen -- You

Re: Adopting the onejar-maven-plugin

2022-01-26 Thread Jochen Wiedmann
In this particular case, I'd hope that we can keep the sources of onejar itself, and the Maven plugin in a shared repository. Jochen On Wed, Jan 26, 2022 at 8:34 PM Ben M. wrote: > > Hello everyone, > > probably everyone of us has heard of or used the onejar-maven-plugin. > Due to some design

Re: Code Formatter?

2022-01-13 Thread Jochen Wiedmann
On Thu, Jan 13, 2022 at 4:23 AM Carter Kozak wrote: > We've discussed the idea of using a code formatter before, I finally had a > moment put up an example. Please take a look and provide feedback at your > convenience :-) > https://github.com/apache/logging-log4j2/pull/697 The main problem,

Re: [VOTE] Future of Log4j 1.x

2022-01-01 Thread Jochen Wiedmann
On Sat, Jan 1, 2022 at 4:40 PM Xeno Amess wrote: > > People should migrate to log4j2. > good thinking, but what if they migrate to logback... No, it's not (good thinking, that is). Log4j1 is a part of basically *every* Java based server software, that I am aware of. People don't want to touch

[jira] [Commented] (RAT-275) Update httpclient to fix CVE-2020-13956 once a new doxia-core release is available

2021-12-23 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/RAT-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464515#comment-17464515 ] Jochen Wiedmann commented on RAT-275: - Excuse me? What's going on here? AFAIK, Rat doesn't use Doxia

Re: Zero-copy rolling files

2021-12-19 Thread Jochen Wiedmann
Having worked with symbolic links on Windows a lot, I find that privileges are present, in most cases. However, there is the technical question "How do I create them?" The best solution, that I have found so far is letting "cmd" do the job for me. (The mklink command is not a separate executable,

Class file version problem on Java 17

2021-11-28 Thread Jochen Wiedmann
Hi, I've got a Groovy script (4.0.0-beta-2), which is embedded into a Java program. When unit testing the program on Java 8, everything is working fine. However, if I do run the same unit test on Java 17, I get the stack trace below. Is there anything, I need to adjust when using Java 17? I am

Re: do we really still need vote?

2021-11-25 Thread Jochen Wiedmann
On Thu, Nov 25, 2021 at 11:25 AM Olivier Lamy wrote: > There is very little activity here. > Every vote finishes as a lazy consensus as nobody votes. > Do we really need to vote for a release? > I would make it optional. Personally I find this very counterproductive and > preventing more

Equivalent to BeanFactoryAware, and BenNameAware?

2021-11-21 Thread Jochen Wiedmann
Hi, I am investigating, what the efforts would be to migrate an existing application from Spring Beans to Guice. One of the problems, that I am facing is this: In Spring Beans, there are two special interfaces, called BeanFactoryAware, and BeanNameAware. The first one is used to a)

  1   2   3   4   5   6   7   8   9   10   >