Hello,
I don’t think a new shared library for HexFormat is a good idea here and
removing codec with a simple code inline would be my preference as well. Do we
really want to maintain a new lib for code which hasn’t changed in ages as it
has a trivial specification.
Maybe to add another datapo
Let me know how you see it.
>
> I can't say if your proposed change has any unintended side-effects; it
> should be accompanied with some kind of test, at the very least to avoid a
> regression.
>
> TY!
> Gary
>
>
> On 2024/05/23 17:08:00 Bernd Eckenfels wrote:
Hello,
I am dealing with a heapdump of VFS where I see a lot of WeakRefFileListener
and all of them have a empty WeakRef to no listener. While I think I found the
reason for that and fixed it on a dependent project, it still does not clean
up correctly. I think the reason is that it does not store
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 automated emai
Phil Steitz wrote on 13. Feb 2024 20:46 (GMT +01:00):
> Thanks, Gary. I agree with everything below. I think it's best to just
> leave things as they are.
If it’s plugable the project might not have to care,
But then how to fix the reported problem? Do we have an idea what’s causing it?
And a
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
_
Hello,
In the release history 2.8 is marked as “minor update” and I don’t find
mentioning of the critical interpolation CVE, should we add to the table and
announcements this CVE and do we need a security section as well?
https://commons.apache.org/proper/commons-configuration/changes-report.ht
The Java.library.path controls the Java side loadLibrary() but that worked
since it loaded the commons-crypto JNI lib.
The dlopen In that shim searches various places, including PATH. If you can’t
put the OpenSSL variant first, then it might instead help to define the path
with a absolute name
Hello,
I don’t really understand why we “must” support libreSSL. I mean it is good if
we would support multiple implementations to cater for a wider audience, but if
commons-crypto requires a certain OpenSSL library and if that library is
available for all platforms, why not.
Integrators (aka
BTW, speaking of wrapping more OpenSSL crypto functions, just came about this
research project from Tomcat for using Panama FFI as a OpenSSL wrapper
technology: that should work faster, safer and especially without native
compiles!
https://github.com/rmaucher/openssl-panama-foreign
Gruss
Bernd
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
BTW Interesting that those signatures are 6 years old, but the coordinates
seems to be correct (don’t know if the content is correct)
https://repo1.maven.org/maven2/org/codehaus/mojo/signature/
Older major versions have vendor specific suffixes, none of them use minor
version numbers.
Gruss
Be
much for your help!
-Original Message-
From: Gary Gregory
Sent: Wednesday, April 27, 2022 23:04
To: Commons Developers List
Subject: Re: [lang] how to submit a proposal for a new component?
Also -scxml
Gary
On Wed, Apr 27, 2022, 11:02 Bernd Eckenfels wrote:
> Hello Guy,
>
>
Hello Guy,
I think Apache Commons might be a good fit, but it depends a bit on your
dependencies.
You could also check -ognl, -xpath or -rdf components, they are all offer
similar features.
If you want to traverse POJO then commons-lang might be an option (but then it
needs to be leightweigt)
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
___
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
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
Gesen
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
__
Michael, from reading the commit messages since cli-1.4 it looks like there is
no major API change, only examples, tests, JavaDoc and build system updates.
The most incompatible changes might therefore be dependency updates.
It does look like 1.5 should be done, but it should not hold you up in
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
You can enable the protocols (see link below) in the Java.security policy file,
but in the long run it’s best to mainly test supported algorithms, maybe by
conditionally checking it only if available, then a manual modified test
environment can use the compatibility tests,
(Btw I don’t think th
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:33
Hello,
I asked the authors if they can share background info or want to contribute a
implementation here.
Gruß
Bernd
--
https://Bernd.eckenfels.net
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?
--
https://Bernd.e
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
Vo
Hello Marco, Saverio, Emanuele And Lorenzo,
Thanks for your interest in our little project. For your research, It is best
if you check out the Website of the Apache Commons project as well as the
general ASF procedures.
Apache Commons is bit special under the Apache roof , since it has a wide
Hello,
I think we already had that issue, the problem is that the url is not
recognized if the scheme handler is not registered, which in turn happens if
some dependencies are missing. Did you check JIRA, can’t remember if it’s still
open or was closed.
I am not sure of this can be solved well
Hello,
Have a question, wat makes the case special? What makes it illegal? is this a
general problem with unicode characters, outside of BMP, or is it an illegal
sequence or something else? What about latin9 euro sign for example? Do we need
to document somewhere that only ascii is allowed?
Co
Sat, Mar 13, 2021 at 3:16 PM Bernd Eckenfels wrote:
>
> 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 ,)
On my GH comments, I can click the "..." menu on that comment and
chose
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 Lis
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 by LICE
Hello,
I do agree that we don’t need to worry about removing synchronized for the
purpose of beeing compatible with early versions of Loom (at least not for all
commons projects). This is especially true if the code gets more ugly, might
have subtle behavior changes or similar.
However I think
ki
> wrote:
>
> > 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
>
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://Bernd.eck
Hello Lukasz,
I would say if the maven release plugin and the maven pgp plug-ins work (on
your system and for the Pom) and the project builds on al l supported
platforms, go for it. If you have your ASF login and thenPgpg key in the Keys
file you would meet the criteria.
I am not sure about ba
think like "I WANT this
fixed in version V"
Gary
On Sat, Oct 31, 2020, 13:47 Bernd Eckenfels wrote:
> 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 ver
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.
Before we do that, I need help. I am considering to ignore or unsubscribe the
commit mailing list. Which is IMHO not a good thing (from the point of security
reviews). However I cannot keep up with dependable suggestions (and don’t have
an easy way to filter - and frankly I don’t want to spent a
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
The issues I have seen are not a/b "deadlocks", they are "just" endless locks -
the close is waiting for a read to finish (since both synchronize on the
connection). If the asumption is a pool timer can in the background cancel a
read - it can't, at least on Oracle thin or jtds.
The cause can b
://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
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:
We have a pool implementation where we had to call abort especially for revoked
long running transactions, since they regularly have been locked up in a
connection wide synchronized in the close. However we only use it for that case
and try to close the objects after the abort anyway. We don’t u
[all] When to update 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
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 Cur
ent
4. 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 us
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 migh
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.eckenfels.net
__
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://bernd.eckenfels
Hello,
I don't think the "largest version detect" is done on the Repo. Maven central
offers all available versions in the metadata, and Maven locally resolves the
highest version (when latest is used)
Also since Maven central is supposed to be immutable a new coordinate sooner or
later is the
The only clean place I could see would be a new module of VFS so it does not
introduce a new dependency to commons-mail, I am not sure if this one class is
worth the work and management overhead for a new jar.
As sample code we could put it in the Maven site or maybe as a test dependency?
Gruss
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@commons.apach
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 in
another th
uno, Bernd)
Non-binding: 2 (Bill, Amey)
> On Mar 10, 2020, at 7:13 AM, Bernd Eckenfels wrote:
>
> 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 t
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 haven
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:
e.execute(HierarchicalTestEngine.java:51)
> at
> org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
> at
> org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
> at
> org.junit.platform.launcher.core.DefaultL
Hello,
I am not sure I understand what the actual difference is, but you are right,
the URL should actually be useable. However there are a lot of inconsistencies
and backward compatibilities to look out for (even File itself has different
URL/URI methods and never defined how Windows drives ar
Hello,
If you represent a local file then I think you can use
fileObj.getName().getPathDecoded()
However it might be a good idea to add a method like
File fileSystemManager.toFile(FileObject)
As the reverse of FileObject fsm.toFileObject(File).
Ps: usage questions are better on commons-
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: Don
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
Bet
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 and rele
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-p
Hello,
Just a question, I am unclear on the terminology, is „jump“ (did I miss the
discussion leading toot?) something invented here? It sounds to me like this is
a generator where the state can be cloned and it is „seekable“. It probably
makes sense to have those two dimensions separated anywa
This is a good general assumption that legacy installations do not care about
new releases, however there is one quite common problem, if they wait for
Commons Bugfixes they will be unhappy if a minor Release no longer works in
their environment (and they would have to recompile). That’s why I g
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
__
Hello,
I fixed a gitbox link and modernized the download-page xdoc files (from
download-page plugin and Manual changes to sha256, see other thread).
Can somebody please push this site update – I dont trust my toolchain at the
moment.
Speaking of trusting toolchain: while I tried out the site g
Hello,
Sebb:
>> BTW the (Imaging] Download (still) points to incubator
>Please start a new thread for a new issue, thanks!
I noticed this seems to be expected as [Imaging] does Mention it on the site.
So I dont pursue this part further.
However while trying to fix some site typos I also tried
09:11, Bernd Eckenfels wrote:
>
> Is that change done here?
>
> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/
Yes, I have a local checkout of the top two levels (only) which makes
this very easy.
> Is there a Svn Web view where we can see the commi
Is that change done here?
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/
Is there a Svn Web view where we can see the commit and check out what files
have been changed? Maybe we can also reduce the number of download links to
mainly the mirror scripts?
Gruss
Ber
Hello,
I think crypto is rather special for native - not sure if you can get the same
speedup from a native HMAC compared to the JCE Version. So a HMAC utility is
mostly about convenience, and that already exists in commons-codec in HmacUtils.
The only thing which would be a good fit as it does
I know that the new release flag is supposed to be better in keeping runtime
API versions separate, do we know it works?
It was a risk in the past to not use the target Java version (or at least the
boot classpath), do you think it’s needed? As far as I know we don’t have
Multi-Release magic in
Hello Gary,
I dont think we should do that, javadoc expects html not xhtml tags. Or has
this changed (in our tooling)?
https://stackoverflow.com/questions/5260368/which-tag-should-be-used-as-paragraph-separator-in-javadoc
And probably if you want to changes it Needs way more changes all over th
Hello,
+1
(checked jar cheksums, , compiled java11/mvn3.3.1 on win10, read Reports)
With nits, there is a „No client code changes are required to migrate from
version 1.3.0 to 1.3.1.“ sentence which could be removed in the release notes
and could be replaced by „1.4 removed serialisation for s
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
On Thu, 20 Dec 2018 17:30:44 +0100, Gilles wrote:
> Hi.
>
> On Thu, 20 Dec 2018 15:15:55 +0000, Bernd Eckenfels wrote:
>> Hello,
>>
>> I don’t know what the usecase is, it is motivated by a Bug about
>> BigInteger(num, Random). I guess one of the users is actually the
://bernd.eckenfels.net
Von: Gilles
Gesendet: Donnerstag, Dezember 20, 2018 2:16 PM
An: dev@commons.apache.org
Betreff: Re: [rng](site) broken source(current) link
Hi.
On Thu, 20 Dec 2018 12:43:51 +, Bernd Eckenfels wrote:
> I wanted to check if RNG can construct unifor
I wanted to check if RNG can construct uniformly distributed BigIntegers and
how it is doing it (answer: it doesn’t) while doing so I noticed that the site
link to the source is broken, maybe this is due to git-wip migration?
BTW: http://cr.openjdk.java.net/~bpb/8146153/webrev.01/index.html
Gru
Hello,
The split package is a problem in spring.jcl not in Apache commons Logging.
Also adding module info would unfortunately require a multi release JAR if it
is supposed to be compatible with Java 8.
So I guess parallel release would be the solution (but it does not help with
your problem).
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 s
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
/commons/proper/vfs/trunk:commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/c
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 s
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.
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
An
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:
Hello,
I am for http4. In the begining it wont be maped in the StandardManager but can
be changed later on.
I do wonder if we can get rid of a Special https Provider and have only one
(http4) which can handle both Kinds of URLs… not quite sure, what do you think?
Besides that, I wonder if we a
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
___
+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 linea
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
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
https://github.com/apache/commons-collections/blob/
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
V
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
___
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. Febru
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
Gregory; Commons Developers List
Cc: Bernd Eckenfels
Subject: Re: [VFS] trunk build failing in travis
That did the trick. Thank you. I’m going to submit pr’s for VFS-398 and
VFS-614 soon.
On February 16, 2018 at 13:54:53, Gary Gregory
(garydgreg...@gmail.com<mailto:garydgreg...@gmail.
Hello,
I digged a bit deeper, and on my Windows System surefire 1.20.1 is failing
because of this new „ping“ behavior:
http://maven.apache.org/surefire/maven-surefire-plugin/examples/shutdown.html
Looks like a bug that surefire is not falling back when wmic is not found (or
better search for i
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
wrote:
> Hello Otto,
>
> can confirm t
Hello Otto,
can confirm that on my local Windows builds the latest parent makes the package
Goal fail (w/ a crashing jvm when starting surefire).
When reverting the parent surefire is not started and the build suceeds. Error
Messages are however different from your Travis logs.
Setting the old
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
_
+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, b
1 - 100 of 408 matches
Mail list logo