[VFS] Duplicate Listeners

2024-05-23 Thread Bernd Eckenfels
, but itintroduced the whole code with the double indirection and it does not explain why it is needed. What do you think, should we change it? I also wonder why no tests sees it (in factI try to add a test to reproduce what I think shows its not working). Gruss Bernd

Re: (commons-lang) 01/02: Deprecate SystemUtils.getUserName(String) in favor of SystemProperties.getUserName(Supplier)

2024-05-01 Thread Bernd Eckenfels
Hi Gregory, What’s the idea behind that deprecation? The implementation is robust and simple and easy to use. I would guess most user rather want to specify a literal fallback than a supplier. Gruss Bernd ggreg...@apache.org wrote on 1. May 2024 16:07 (GMT +02:00): > This is an automa

Re: [dbcp] Force close connections on fatal SQL Exceptions

2024-02-13 Thread Bernd Eckenfels
vation. If I understand this would happen in the mentioned problem case, so is there a timeout missing. Having said that as a tip to OP use tcpkeepalive and lower the timeouts. It saved my ass more than once, especially with VIPs in place. Gruss Bernd — https://bernd.eckenfe

Re: [RNG] No Javadoc link anywhere in the site menus?

2022-08-22 Thread Bernd Eckenfels
BTW just an easy Trick, VFS is also a Multi-Module built but we just added a manual Javadoc link to the toplevel site: https://github.com/apache/commons-vfs/blob/6590045c11a341217f68750cacb0880bcc3443d7/src/site/site.xml#L33 Gruss Bernd -- http://bernd.eckenfels.net

Commons config release news

2022-08-05 Thread Bernd Eckenfels
-report.html Gruss Bernd -- http://bernd.eckenfels.net

Re: [CRYPTO] Problem with JNA on macOS and Windows

2022-06-30 Thread Bernd Eckenfels
the lib filename constant in above line in your case? Gruss Bernd -- http://bernd.eckenfels.net Von: Alex Remily Gesendet: Friday, July 1, 2022 4:26:33 AM An: Commons Developers List Betreff: Re: [CRYPTO] Problem with JNA on macOS and Windows Yup. Still loads

Re: [CRYPTO] Problem with JNA on macOS and Windows

2022-06-29 Thread Bernd Eckenfels
users) can always ship a compatible one. I think none of the libraries comes out of the box on windows (and even if it did it would not be a showstopper)? So why would libressl be prefered. Other question, why do the symbols differ wasn’t there some form of replaceability? Gruss Bernd -- http

[crypto] upcoming Panama wrapper

2022-06-20 Thread Bernd Eckenfels
Bernd -- http://bernd.eckenfels.net

Re: [Crypto] How to build?

2022-05-18 Thread Bernd Eckenfels
Hello Jochen, I think that’s useful with the container. I would shift it relative to the source project, then you don’t need the wget and git clone but can use copy;mount to provide the source from the current version. But that’s probably not related to the problems you encounter. Gruss Bernd

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

2022-05-02 Thread Bernd Eckenfels
Bernd -- http://bernd.eckenfels.net Von: Jochen Wiedmann Gesendet: Monday, May 2, 2022 8:05:48 PM An: Apache Commons Developers List Betreff: Re: [lang] What does the animal-sniffer-maven-plugin compare against? Followup question: Should the following reveal

Re: [lang] how to submit a proposal for a new component?

2022-04-27 Thread Bernd Eckenfels
. I am not sure if we want to have it in for example commons-collections but a Seperate JAR. Would probably only make sense in a sub project which already releases multiple libs. Gruss Bernd -- http://bernd.eckenfels.net Von: Boo, Guy Gesendet: Wednesday, April

Re: [lang] how to submit a proposal for a new component?

2022-04-27 Thread Bernd Eckenfels
). If you work with collections, then commons-collections sounds a fit. Gruss Bernd -- http://bernd.eckenfels.net Von: Boo, Guy Gesendet: Wednesday, April 27, 2022 4:53:34 PM An: dev@commons.apache.org Betreff: [lang] how to submit a proposal for a new

Re: New component proposal: commons-plugins

2022-04-10 Thread Bernd Eckenfels
Hello, I don’t think plug-ins is something which fits well in the scope of commons, as it does tie into a broader ecosystem/platform normally. but I could be wrong. Btw: Commons VFS has a plug-in system, mostly for providers. Gruss Bernd -- http://bernd.eckenfels.net

Re: [fileupload] jakarta versus javax?

2022-03-31 Thread Bernd Eckenfels
Betreff: Re: [fileupload] jakarta versus javax? Le jeu. 31 mars 2022 à 18:58, Bernd Eckenfels a écrit : > Why not just rename the few dependency classes to their proper name > manually and release a new major branch? That could even be contributed by > any of the people asking fo

Re: [fileupload] jakarta versus javax?

2022-03-31 Thread Bernd Eckenfels
Why not just rename the few dependency classes to their proper name manually and release a new major branch? That could even be contributed by any of the people asking for the new version. Gruss Bernd -- http://bernd.eckenfels.net Von: Romain Manni-Bucau

Re: can we get rid of dependabot?

2021-12-28 Thread Bernd Eckenfels
Snyk can alert on CVEs and it also can sent summary reports, but not sure if it works good with organizational repositories and for open source organisations. https://github.com/ecki/commons-vfs/pull/9 But +1 for getting rid of those notifications. Gruss Bernd -- http://bernd.eckenfels.net

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Bernd Eckenfels
in migrating to 1.4. I am not sure how easy an 1.5 release would be, How current is the documentation for it? Gruss Bernd -- http://bernd.eckenfels.net Von: Michael Osipov Gesendet: Sonntag, September 19, 2021 9:43 PM An: dev@commons.apache.org Betreff: Commons

Top Contributor in the Commons PMC

2021-08-31 Thread Bernd Eckenfels
Congrats Gary to be recognized as a top committer and top (mail) sender in the recent ASF Report ,) https://s.apache.org/FY2021AnnualReport Gruss Bernd

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Bernd
we remove it, it should probably run with most sane JDKs. Gruss Bernd -- https://bernd.eckenfels.net *Von: *sebb *Gesendet: *Montag, 26. Juli 2021 16:41 *An: *Bernd Eckenfels *Cc: *Commons Developers List *Betreff: *Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11 On Mon, 26 J

Re: [NET] FTPSClientTest fails on AdoptOpenJDK 8 & 11

2021-07-26 Thread Bernd Eckenfels
that Oracle behaves better, it is just not tested with the commercially supported latest Oracle versions I suspect). The Crypto roadmap states tls1 for example is disabled since April in Oracle 8u291. https://java.com/en/jre-jdk-cryptoroadmap.html Gruss Bernd -- http://bernd.eckenfels.net

Re: [compress] [Poll] Dealing with uncaught RuntimeExceptions

2021-06-29 Thread Bernd Eckenfels
I vote for the subclass of IOException - if you care about handling broken archives you would catch it, if you don’t care you have to handle IO problems anyway. Gruß Bernd -- https://Bernd.eckenfels.net From: Gilles Sadowski Sent: Wednesday, June 30, 2021 12

Re: [Codec] Base45

2021-06-25 Thread Bernd Eckenfels
Hello, I asked the authors if they can share background info or want to contribute a implementation here. Gruß Bernd -- https://Bernd.eckenfels.net

Re: [Codec] Base45

2021-06-25 Thread Bernd Eckenfels
Hm I Wonder why it does not reserve a char (especially space) for separation, but besides that it is a good case to optimize for QR (only bad thing that most readers would need an url scheme to route it to a handler app. Maybe wait till somebody implements a protocol with it? --

Re: [compress] 7z and Recovering Corrupt Archives

2021-06-04 Thread Bernd Eckenfels
Hello, I would agree, fail fast and be strict as a default. Should also help us with Iess (fuzzing-discovered) DOS security reports and would prevent file type confusion which is a very real attack especially for Archives. Bernd -- http://bernd.eckenfels.net

Re: Information about the development process of commons lang project

2021-06-04 Thread Bernd Eckenfels
. http://commons.apache.org/volunteering.html https://www.apache.org/foundation/how-it-works.html Gruss Bernd -- http://bernd.eckenfels.net Von: Lorenzo Giannini Gesendet: Freitag, Juni 4, 2021 10:39 PM An: dev@commons.apache.org Betreff: Information about

Re: OSS-Fuzz issues are being reported as vulnerabilities

2021-05-24 Thread Bernd
anager would be helpful. This does not only help against malicious files. Not sure if the fuzzer wil find that in the future... BTW: I was not Aware that JFrog has its own vulnerability feed, is that the Snyk Knowledge Base or do they have their own analysts? Gruss Bernd > For example, if you o

Re: [VFS] unexpected 'relative path' in verify.groovy

2021-04-25 Thread Bernd Eckenfels
well in the error message (Maybe add „... or unknown schema“), but you can certainly add an assert in the testcase to ensure the schema is registered. Gruss Bernd -- http://bernd.eckenfels.net Von: Benjamin Marwell Gesendet: Sunday, April 25, 2021 1:24:23 PM An: dev

Re: [commons-vfs] branch master updated: IllegalArgumentException: Bad escape for Chinese characters in FileObject path #168.

2021-03-28 Thread Bernd Eckenfels
String REL_PATH_GREAT = > "src/test/resources/test-data/好.txt"; Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Sonntag, März 28, 2021 11:31 PM An: comm...@commons.apache.org Betreff: [commons-vfs] branch master updated: Illeg

Re: [VFS] Help with FileContent implementation

2021-03-14 Thread Bernd Eckenfels
That is what I used, but it creates an notification email per edit. Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Sunday, March 14, 2021 4:52:18 AM An: Commons Developers List Betreff: Re: [VFS] Help with FileContent implementation

Re: [VFS] Help with FileContent implementation

2021-03-13 Thread Bernd Eckenfels
I added a comment (and sorry for the edits, would be cool if the GitHub integration does allow some typo fix cooldowns for hotshots like me ,) -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Friday, March 12, 2021 10:58:00 PM An: Commons Developers

Re: GitHub license display confused by LICENSE-header.txt

2021-03-08 Thread Bernd Eckenfels
Checkstyle-header.txt sounds good and maybe also moving it to a subdir like src/build/ or src/test/? Gruss Bernd -- http://bernd.eckenfels.net Von: sebb Gesendet: Tuesday, March 9, 2021 1:41:02 AM An: CommonsDev Betreff: GitHub license display confused

Re: [VFS] Consensus needed for https://github.com/apache/commons-vfs/pull/154

2021-03-02 Thread Bernd Eckenfels
it at minimize the changes to fix the actual Bug (if there is one, since I think we still have no specification on concurrency and locking properties of VFS) and keep them Loom support discussion separate from the release? Gruss Bernd -- http://bernd.eckenfels.net

Re: [crypto] Interest in adding support for cryptographic hash function?

2021-02-28 Thread Bernd Eckenfels
> > > Le sam. 27 févr. 2021 à 19:00, Bernd Eckenfels > > a écrit : > > > > > > Hello, > > > > > > I don’t think it’s a Good idea to introduce native dependencies to > > formerly pure Java projects. > > > > +1 > > [I thought

Re: [crypto] Interest in adding support for cryptographic hash function?

2021-02-27 Thread Bernd Eckenfels
Hello, I don’t think it’s a Good idea to introduce native dependencies to formerly pure Java projects. So i think native optimized hash implementations would fit better in commons-crypto. So I would say go for it, keep in mind license clearance and portability. Gruß Bernd -- https

Re: Preparing a release

2020-12-27 Thread Bernd Eckenfels
backward compatibility, package names and so on, but if it’s the first release it should be a new major, either 1.0 or 4.0. Gruss Bernd -- http://bernd.eckenfels.net Von: Lukasz Lenart Gesendet: Sunday, December 27, 2020 8:14:58 PM An: dev@commons.apache.org

Re: JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Bernd Eckenfels
Ok, so I guess I misunderstood your recent batch change, did you actually fixed all of them in master? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Saturday, October 31, 2020 6:57:21 PM An: Commons Developers List Betreff: Re: JIRA

JIRA fixed versions (was: [jira] [Updated] (VFS-600) HttpProviderTestCase#testHttp405 is repeatedly failling

2020-10-31 Thread Bernd Eckenfels
Gary, should we remove the fix versions for all the backlog bugs, or use a synthetic target? I am not sure if it is worth pushing them back. Maybe only specify a concrete version if somebody is working on it? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary D

Re: Dependabot pr's

2020-10-15 Thread Bernd Eckenfels
any time on finding one) So can we turn the notifications off or at least send them to a different mailinglist? Gruss Bernd -- http://bernd.eckenfels.net Von: John Patrick Gesendet: Wednesday, October 14, 2020 3:17:22 PM An: Commons Developers List Betreff

Re: [dbcp][pool] Use abort instead of close for abandoned connections?

2020-09-03 Thread Bernd Eckenfels
problematic) Gruss Bernd -- http://bernd.eckenfels.net Von: Phil Steitz Gesendet: Friday, September 4, 2020 1:06:23 AM An: dev@commons.apache.org Betreff: Re: [dbcp][pool] Use abort instead of close for abandoned connections? On 9/3/20 3:02 PM, Bernd Eckenfels wrote

Re: [dbcp][pool] Use abort instead of close for abandoned connections?

2020-09-03 Thread Bernd Eckenfels
jtds. The cause can be softened by using read timeouts and/or keepalive, but both is not the default and can block the pool for minutes, still. Gruss Bernd -- http://bernd.eckenfels.net Von: Mark Thomas Gesendet: Thursday, September 3, 2020 11:44:52 AM An: de

Re: [dbcp][pool] Use abort instead of close for abandoned connections?

2020-08-30 Thread Bernd Eckenfels
://Bernd.eckenfels.net Von: Phil Steitz Gesendet: Sunday, August 30, 2020 8:27:04 PM An: dev@commons.apache.org Betreff: Re: [dbcp][pool] Use abort instead of close for abandoned connections? On 8/29/20 9:58 PM, Bernd Eckenfels wrote: > We have a pool implementation where

Re: [All] New repo for all proper components as submodules?

2020-08-30 Thread Bernd Eckenfels
I don't mind if I don't have to maintain additional tracking revisions. If you check out all Repos once, you can easily do common work scripted across them, don't think a shared Repo root would help with that, but of course there is nothing speaking against it if you prefer that. Bernd -- http

Re: [dbcp][pool] Use abort instead of close for abandoned connections?

2020-08-29 Thread Bernd Eckenfels
but that also can be blocked before the abort) Gruss Bernd -- https://Bernd.eckenfels.net Von: Gary Gregory Gesendet: Saturday, August 29, 2020 10:02:42 PM An: Commons Developers List Betreff: Re: [dbcp][pool] Use abort instead of close for abandoned connections? On Sat

Re: [all] When to update dependencies?

2020-07-25 Thread Bernd Eckenfels
dependencies? How does this work with sealed jars? Gary On Sat, Jul 25, 2020, 15:57 Bernd Eckenfels wrote: > It will only cause problems if this is registered as a service/spi/driver > like XML, Crypto, JDBC, Authentication and so on. For internal libraries > functions which don't have su

Re: [all] When to update dependencies?

2020-07-25 Thread Bernd Eckenfels
It will only cause problems if this is registered as a service/spi/driver like XML, Crypto, JDBC, Authentication and so on. For internal libraries functions which don't have such global state it's fine. Gruss Bernd -- http://bernd.eckenfels.net Von: Torsten

Re: [all] When to update dependencies?

2020-07-24 Thread Bernd Eckenfels
. we upgrade versions in commons-parent every several months. Bernd Eckenfels 于2020年7月24日周五 下午9:49写道: > Hello, > > When it comes to dependencies wie have both problems: if we upgrade > dependencies to aggressively (or if we don't test with older dependencies) > then users h

Re: [all] When to update dependencies?

2020-07-24 Thread Bernd Eckenfels
Hello, When it comes to dependencies wie have both problems: if we upgrade dependencies to aggressively (or if we don't test with older dependencies) then users have the problem that they might not easily be able to upgrade to a new commons version since the required new dependency version

Re: Re: [doc] Release preparations

2020-06-18 Thread Bernd Eckenfels
BTW I am not sure I understand why you write "import KEYS", not sure if that is a good advice for PGP novices. I would more asume they already have their own key in their default keyring. Ignore me if I misunderstood or you misspoke :) Gruss Bernd -- http://bernd.eck

Re: Allow to pass varargs to ObjectUtils.getIfNull

2020-06-15 Thread Bernd Eckenfels
Sounds like a good idea, I am not sure on what would be a compatible signature, Maybe an additional (Supplier, Supplier...)? It's fine to open a pullrequest or task for simple enhancements like that, especially if you have working code (with tests) already. Gruss Bernd -- http

Re: [io] can we delete release 20030203.000550 in maven central?

2020-06-14 Thread Bernd Eckenfels
or later is the only way to avoid everybody having to manually block the offender. (And of course always specifying a specific version in POMs) Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Sunday, June 14, 2020 4:58:27 PM An: Commons Developers Lis

Re: [email and vfs] about adding class FileObjectDataSource

2020-05-27 Thread Bernd Eckenfels
? Gruss Bernd -- http://bernd.eckenfels.net Von: Xeno Amess Gesendet: Wednesday, May 27, 2020 12:16:22 PM An: Commons Developers List Betreff: Re: [email and vfs] about adding class FileObjectDataSource Yeh that is the function I used. I want to put the class

Re: [vfs] have some test failures when build with linux root user

2020-05-13 Thread Bernd Eckenfels
Hello, I guess we can document this on the site, I would not change the tests as running with root is a unusual thing to do, anyway. Gruss Bernd -- http://bernd.eckenfels.net Von: shuming chen Gesendet: Wednesday, May 13, 2020 12:20:46 PM An: dev

Re: [Vote] Format of "git" tags

2020-04-01 Thread Bernd Eckenfels
Option_2+1 Gruss Bernd -- http://bernd.eckenfels.net Von: Gilles Sadowski Gesendet: Wednesday, April 1, 2020 1:02:38 PM An: Commons Developers List Betreff: [Vote] Format of "git" tags Hello. This vote is a follow-up of the discussion that started

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-03-11 Thread Bernd Eckenfels
eys File has instructions how to edit it in its new location: https://dist.apache.org/repos/dist/release/commons/KE<https://dist.apache.org/repos/dist/release/commons/KEYS>YS Gruss Bernd -- http://bernd.eckenfels.net Von: Carl Hall Gesendet: Dienstag, März

[VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-03-10 Thread Bernd Eckenfels
Hello, I tested windows (java8) build, checksum, source content and signature. This is a +1 Bindung but there are some nits *Carls Key in KEYS seems to be expired * The src.zip misses some dot files (Travis.yml) * The mentioned git tag was wrong, it is dbutil_1_8_Rc2 * I

Re: [releases,dbutils] There are 4 staged copies of dbutils-1.8

2020-03-09 Thread Bernd Eckenfels
Hello Carl, just FYI I sent myself an reminder to look into the release tomorow. I hope I can find the time. If it works out I can cast a PMC+1. -- http://bernd.eckenfels.net Von: Carl Hall Gesendet: Monday, March 9, 2020 8:18:46 PM An: Commons List Betreff:

Re: Getting File of FileObject (was: some questions (/bug?) about commons-vfs2 make me confused.)

2020-01-24 Thread Bernd Eckenfels
()? Having said that, I would still use new File(FileObject.getName().getPathDecoded()) instead. Gruss Bernd -- http://bernd.eckenfels.net Von: Xeno Amess Gesendet: Thursday, January 23, 2020 11:45:21 PM An: Commons Developers List Betreff: Re: Getting File

Re: Getting File of FileObject (was: some questions (/bug?) about commons-vfs2 make me confused.)

2020-01-23 Thread Bernd Eckenfels
are to be handled). So can you give us an example path and what it looks like in URL from VFS and from java.io, so we can check if there is something to tweak. Gruss Bernd -- http://bernd.eckenfels.net Von: Xeno Amess Gesendet: Thursday, January 23, 2020 2:40:59

Re: some questions (/bug?) about commons-vfs2 make me confused.

2020-01-22 Thread Bernd Eckenfels
-user mailing list. Gruss Bernd -- http://bernd.eckenfels.net Von: Xeno Amess Gesendet: Thursday, January 23, 2020 3:02:02 AM An: Commons Developers List Betreff: Re: some questions (/bug?) about commons-vfs2 make me confused. and there comes one more question

Re: [VFS] Webdav failure on Java 14

2019-12-19 Thread Bernd Eckenfels
Hi Gary, just to state the obvious, it seems to be 15-ea which fails, not 14. have you been able to reproduce it locally (currently have no good access to a machine to reproduce it), yet? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet

Re: [commons-io] branch master updated: [IO-632] Add PathUtils for operations on NIO Path.

2019-10-11 Thread Bernd Eckenfels
Hello, any reason why the increment and add methods which do not return results use the incrementAndGet() variant? Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Freitag, Oktober 11, 2019 7:21 PM An: comm...@commons.apache.org

Re: [math] MATH-1486 and release 3.6.2

2019-06-07 Thread Bernd Eckenfels
Gilles, did you meant to use JAVA_HOME not ANT_HOME? Maybe you have been building with Java9+? Gruss Bernd -- http://bernd.eckenfels.net Von: Alex Herbert Gesendet: Freitag, Juni 7, 2019 4:51 PM An: Commons Developers List Betreff: Re: [math] MATH-1486

AW: [GitHub] [commons-vfs] boris-petrov commented on issue #54: Useparent group ids for all artifacts

2019-05-17 Thread Bernd Eckenfels
Hello, I dont really like that change, so somebody else must feel responsible for it  Gruss Bernd Von: GitBox Gesendet: Freitag, 17. Mai 2019 15:18 An: iss...@commons.apache.org Betreff: [GitHub] [commons-vfs] boris-petrov commented on issue #54: Useparent group ids for all artifacts boris

Re: [rng] Split and Jump functions

2019-04-27 Thread Bernd Eckenfels
anyway. Gruss Bernd -- http://bernd.eckenfels.net Von: Gilles Sadowski Gesendet: Sonntag, April 28, 2019 12:34 AM An: Commons Developers List Betreff: Re: [rng] Split and Jump functions Hello. > > > > On 27 Apr 2019, at 14:49, Gilles Sadowski wrote

Re: [codec] Java 8

2019-03-26 Thread Bernd Eckenfels
generally vote for updates only to releases where no Läger number of requested bugfixes is shipped. Gruss Bernd -- http://bernd.eckenfels.net Von: Matt Sicker Gesendet: Dienstag, März 26, 2019 8:01 PM An: Commons Developers List Betreff: Re: [codec] Java 8 I'd

Re: [all] What versions of java do we support?

2019-03-21 Thread Bernd Eckenfels
Nearly all vendors I have seen announced to follow voluntarily or commercial guaranteed the OpenJDK LTS versions (11, some 8) (Redhat, adoptopenjdk, Azul, ojdkbuild, sapengine, Amazon, Ubuntu/Debian, suse). Actually only Oracle‘s OpenJDK is not. Gruss Bernd -- http://bernd.eckenfels.net

[imaging] please push site (where did the javadoc scm-publish go?)

2019-03-12 Thread Bernd Eckenfels
://svn.apache.org/repos/asf/commons/cms-site/trunk/ I guess in case it landed somewhere it will get overwritten when you publish Imaging again. Gruss Bernd -- http://bernd.eckenfels.net

Re: MD5/SHA1 links - make sure they are removed in component source!

2019-03-12 Thread Bernd Eckenfels
ly fixed the xdoc with sha256 and fixed a gitbox link. Gruss Bernd

Re: MD5/SHA1 links - make sure they are removed in component source!

2019-03-12 Thread Bernd Eckenfels
to incubator, are we planning to change this? Gruss Bernd -- http://bernd.eckenfels.net Von: sebb Gesendet: Dienstag, März 12, 2019 10:37 AM An: Commons Developers List Betreff: Re: MD5/SHA1 links - make sure they are removed in component source! On Tue, 12 Mar 2019

Re: MD5/SHA1 links - make sure they are removed in component source!

2019-03-12 Thread Bernd Eckenfels
Bernd Gruss Bernd -- http://bernd.eckenfels.net Von: sebb Gesendet: Dienstag, März 12, 2019 9:56 AM An: CommonsDev Betreff: MD5/SHA1 links - make sure they are removed in component source! DIGESTER-191 - md5 checksum: 404 Not Found noted that the hash download

Re: [crypto] Implementing HMAC and CMAC

2019-02-22 Thread Bernd Eckenfels
as it does not work well with JCE would be a iterated application like PBKDF2 with HMAC (because of the optimization step of precalculating) Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net Von: Benedikt Ritter Gesendet: Freitag, Februar 22, 2019 12:52 PM

Re: [lang] Ready for 3.9???

2019-02-02 Thread Bernd Eckenfels
in Java-lang and the 9+ Profile would skip coverage checks, so using Java 8 looks like the optimal build environment. BTW the Source Link on the site is broken. Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net Von: Rob Tompkins Gesendet: Samstag, Februar 2

javadoc xhtml tags? (was: svn commit: r1852141 -/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java)

2019-01-25 Thread Bernd Eckenfels
the codebase. Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Freitag, 25. Januar 2019 16:26 An: comm...@commons.apache.org Betreff: svn commit: r1852141 -/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java Author

Re: [VOTE] Release Apache Commons FileUpload 1.4 based on RC2

2018-12-24 Thread Bernd Eckenfels
for security, might be a change you Need to accomodate for“ or something like this? Should we add a „Fixed in 1.4 section“ in the security report only to document that the serialisation and System property are gone? (we had quite some discussion…) Bernd Good Holidays everyone -- http

AW: [rng] Uniform big integers

2018-12-21 Thread Bernd Eckenfels
into this. Gruss Bernd -- http://bernd.eckenfels.net Von: Gilles Gesendet: Samstag, 22. Dezember 2018 00:35 An: dev@commons.apache.org Betreff: Re: [rng] Uniform big integers Hi. On Fri, 21 Dec 2018 16:04:05 +, Bernd Eckenfels wrote: > Hello, > > The actual discussion on the Ope

Re: [rng] Uniform big integers

2018-12-21 Thread Bernd Eckenfels
for BigInteger (and possibly BigDecimal) to the Random Providers. (Or did. You mean only the Adapter?) Gruss Bernd -- http://bernd.eckenfels.net Von: Gilles Gesendet: Freitag, Dezember 21, 2018 4:43 PM An: dev@commons.apache.org Betreff: Re: [rng] Uniform big integers

[rng] Uniform big integers

2018-12-20 Thread Bernd Eckenfels
bitlength looks unfamiliar but logical to me). Is it really not enough to fill all bits randomly (especially for the case where it is a 0 .. 2^n range only)? Discussion is here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-December/057594.html Gruss Bernd -- http

[rng](site) broken source(current) link

2018-12-20 Thread Bernd Eckenfels
Gruss Bernd -- http://bernd.eckenfels.net

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Bernd Eckenfels
). In your case you can just delete the Apache classes in the spring jar. Gruß Bernd -- https://Bernd.eckenfels.net Von: Hannes H. Gesendet: Freitag, November 30, 2018 4:01 PM An: dev@commons.apache.org Betreff: Re: Modular version/edition of Apache Commons

Re: [all] maven surefire plugin crashes after JDK updated - solution

2018-11-02 Thread Bernd Eckenfels
Hello, Do you mean 8u191 introduced a problem? What error do you get in which project? Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net Von: Aleksander Ściborek Gesendet: Freitag, November 2, 2018 12:35 PM An: Commons Developers List Betreff: [all] maven

AW: svn commit: r1845521 - in /commons/proper/vfs/trunk:commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/commons-vfs2/src/main/java/org/apache/commons/vfs2/commons-vfs2/src/main/jav

2018-11-01 Thread Bernd Eckenfels
Yes toString is better, forgot about this. -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Freitag, 2. November 2018 00:25 An: Commons Developers List Betreff: Re: svn commit: r1845521 - in

Re: commons-io Java version

2018-10-28 Thread Bernd Eckenfels
That mail was enough, all People with time on their Hands read the dev list. Gruss Bernd -- http://bernd.eckenfels.net Von: Aleksander Ściborek Gesendet: Sonntag, 28. Oktober 2018 22:07 An: Commons Developers List Betreff: Re: commons-io Java version Hi, so if I want to suggest that common-io

Re: [1/2] [text] [TEXT-147] Add a Base64 encoder string lookup. Better Javadoc.

2018-10-06 Thread Bernd Eckenfels
Should this be assertSame() instead? Gruss Bernd -- http://bernd.eckenfels.net Von: ggreg...@apache.org Gesendet: Samstag, Oktober 6, 2018 4:36 PM An: comm...@commons.apache.org Betreff: [1/2] [text] [TEXT-147] Add a Base64 encoder string lookup. Better Javadoc

Re: [2/2] [text] Travis: Also build with openjdk-ea

2018-10-06 Thread Bernd Eckenfels
Ah ignore the question, I misread the diff (thought openjdk-11 was removed which it is not). Btw I would however remove openjdk 9+10 in the future. Gruss Bernd -- http://bernd.eckenfels.net Von: Bernd Eckenfels Gesendet: Samstag, Oktober 6, 2018 4:27 PM

Re: [2/2] [text] Travis: Also build with openjdk-ea

2018-10-06 Thread Bernd Eckenfels
Pascal is OpenJDK-ea actually a good replacement for openjdk-11 which is released (and should not fail)? Gruss Bernd -- http://bernd.eckenfels.net Von: pascalschumac...@apache.org Gesendet: Samstag, Oktober 6, 2018 10:27 AM An: comm...@commons.apache.org Betreff

Re: [vfs] new http4 provider, not replace http?

2018-08-08 Thread Bernd Eckenfels
also (only?) should consider the new JDK httpclient api? Gruss Bernd -- http://bernd.eckenfels.net Von: Woonsan Ko Gesendet: Mittwoch, 8. August 2018 18:35 An: Commons Developers List Betreff: [vfs] new http4 provider, not replace http? Hi, I'm trying to contribute for VFS-360. What a nice

[text] commit Mail subject prefix (was: [50/50] [abbrv] [text] Prepare for releasing 1.4.)

2018-06-09 Thread Bernd Eckenfels
Hello, Is there a possible setup problem of the subject prefix for [text] commit mails? Looks like [abrev] is a left over from some sort of template? Or what it is supposed to mean? Can this be fixed by ourself or dome need a infra ticket? Gruss Bernd -- http://bernd.eckenfels.net

Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Bernd Eckenfels
+1 linear commits and branch.autosetuprebase always Gruss Bernd -- http://bernd.eckenfels.net From: Emmanuel Bourg Sent: Saturday, June 9, 2018 11:54:01 PM To: Commons Developers List Subject: Re: [all] - git: prevent unnecessary merge commits? +1, I prefer

Re: Prepare commons RDF to JDK 9

2018-03-08 Thread Bernd Eckenfels
Hello, any experience with compiling a JAR with old Java and only adding the module-info.jar with a new class Version? Would that allow to avoid the Need for Multi-Release JARs? (of Course it makes a ugly toolchain). Gruss Bernd -- http://bernd.eckenfels.net

Re: Where should the Span contribution be placed?

2018-03-07 Thread Bernd Eckenfels
Hello Claude, I agree, your mentioned classessound like theywould fit in Commons Collection or maybe Commons Lang (or IO), depending on your focus. Whats your typical usecase for it? Thanks for considering contribution. Make sure to check out

Re: [VFS] FILE_OR_FOLDER breaking tests

2018-03-06 Thread Bernd Eckenfels
Those tests should be behind a capability for sure, but I thought they are already (as the resource and URL fikesystem already passes the tests). What filesystem do you have in mind and what are examples of failing testcases? I think I had fixed a few for WebDav back in the days. Gruss Bernd

Re: commons-testing git commit: Add SecurityManagerTestRule from Apache Log4j.

2018-03-01 Thread Bernd Eckenfels
Good Rule Gary, I wonder: do we have a convention for fields? Order might not be so important if you use IDEs, but when reviewing patches or pull requests I still prefer to have my fields at the beginning of a class. Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net

Re: [VFS] HttpClient version 3, 4 and 5

2018-02-18 Thread Bernd Eckenfels
If we want to do a minor update (2.3) we should not introduce new Major dependencies (unless optional), so having a http4 package and an optional dependency on http3+http4 sounds like the better solution. Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Sonntag, 18

Re: [VFS] trunk build failing in travis

2018-02-18 Thread Bernd Eckenfels
Hello, for my accidential commit I opeend a Infra Task (since I canot rename the branches) https://issues.apache.org/jira/browse/INFRA-16054 Gruss Bernd -- http://bernd.eckenfels.net Von: Bernd Eckenfels Gesendet: Freitag, 16. Februar 2018 03:08 An: Commons Developers List Betreff: Re: [VFS

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Bernd Eckenfels
the setUp fail but not be logged cleanly). It’s a bit annoying, sorry. I suspect that maven clean in the toplevel project cures some of them — sometimes. Gruss Bernd -- http://bernd.eckenfels.net From: Otto Fowler <ottobackwa...@gmail.com> Sent: Friday, Febru

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
for it), however after I fixed my PATH to include c:\Windows\System32\wbem the new surefire also works. -> the downgrade is wrong. Since I commited on the wrong tag again, can somebody rename it and copy the Revision 1811361 from rc2 again? Gruss Bernd

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
the Version downgrade? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Freitag, 16. Februar 2018 02:57 An: Commons Developers List Betreff: Re: [VFS] trunk build failing in travis On Thu, Feb 15, 2018 at 6:42 PM, Bernd Eckenfels <e...@zusammenkunft.net> wrote: > H

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
the old surefire Version (and the new parent) works for me: 2.19.1 Should we revert the parent Version or add the property (for now)? Gruss Bernd -- http://bernd.eckenfels.net Von: Otto Fowler Gesendet: Donnerstag, 15. Februar 2018 18:07 An: Commons Developers List Betreff: Re: [VFS] trunk build

Re: Discussion: New commons module/project

2018-02-13 Thread Bernd Eckenfels
Hello, I am not sure how this might turn out, is it only discussion or do you also want to develop a specification language/toolset? In either case it does not sound like the typical commons sub-project. What infrastructure would you require? Gruss Bernd -- http://bernd.eckenfels.net

Re: [VOTE] Create new component commons-signing

2018-02-02 Thread Bernd Eckenfels
+1 Greetings Bernd Von: Mark Thomas Gesendet: Freitag, 2. Februar 2018 18:54 An: Commons Developers List Betreff: [VOTE] Create new component commons-signing Hello all, I propose that we create a new component [commons-signing]. The scope of the component is code signing utilities including

  1   2   3   4   5   >