Unless someone else (on the PMC) beasts me to it, my plan is to create a
release candidate (RC) soon and then the community can vote. Please see
https://commons.apache.org/releases/index.html.
Gary
On Mon, Jul 16, 2018 at 3:59 PM Aleksander Ściborek <
aleksanderscibo...@gmail.com> wrote:
> Yes I
Yes I think it's a good idea :)
But it should be voted or something like that? I l'm asking because I
joined yo this community recently so I don´t know to much yet ;)
On Mon, Jul 16, 2018, 23:52 Gary Gregory wrote:
> Not a new branch, the plan I am in mind:
> - Release 3.8 now pretty much as is
Not a new branch, the plan I am in mind:
- Release 3.8 now pretty much as is out of git master. This is for Java 7.
If need be we can create a 3.8.x branch for additional patches for Java 7.
- Update git master to require Java 8
- Let people provide PRs.
Gary
On Mon, Jul 16, 2018 at 3:35 PM Aleks
You mean creating a new branch on git for new Lang release or what, because
I'm not sure if I understand ?
On 15 July 2018 at 23:26, Pascal Schumacher
wrote:
> Am 15.07.2018 um 22:09 schrieb Gary Gregory:
>
>> Let's cut a Lang release and then update to Java 8.
>>
>
> +1
>
>
> --
Am 15.07.2018 um 22:09 schrieb Gary Gregory:
Let's cut a Lang release and then update to Java 8.
+1
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
Let's cut a Lang release and then update to Java 8.
Gary
On Sun, Jul 15, 2018, 13:11 Aleksander Ściborek <
aleksanderscibo...@gmail.com> wrote:
> Yes, you are right
> I forgot about it, but when new commons-lang will requires Java 8 I hope I
> will be able to help you ;)
> Aleksander
>
> On 15 J
Yes, you are right
I forgot about it, but when new commons-lang will requires Java 8 I hope I
will be able to help you ;)
Aleksander
On 15 July 2018 at 21:06, Pascal Schumacher
wrote:
> Hi Aleksander,
>
> guess you are referring to java.time.Duration?
>
> This class was added in Java 8 and commo
Hi Aleksander,
guess you are referring to java.time.Duration?
This class was added in Java 8 and commons-lang currently only requires
Java 7. Therefore we can not add this at the moment.
Sorry,
Pascal
Am 14.07.2018 um 21:26 schrieb Aleksander Ściborek:
Hello everyone
During implamanting a f
Hello everyone
During implamanting a feauture in Java I noticed that there is no methods
to round duration for instance:
between 10:00 and 12:31 there is 2h 31 min. I want to write some methods to
reduce boilerplate code to calculate time in given unit between temporals
and round this time - e.g.