Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Is there a roadmap for JGit 5.0?

On Wed, Oct 25, 2017 at 2:55 PM, Marc Strapetz <marc.strapetz@xxxxxxxxxxx> wrote:
I'm asking because as I understand for version 5.0 API changes would be allowed? If so, I'd like to bring up an older topic once again [1]:

Config methods should throw checked Exceptions instead of IllegalArgumentExceptions in case of invalid values: a user can easily introduce invalid values into .git/config. This does not represent an internal or API usage error. The current API, which is using IllegalArgumentException, makes it very hard to detect and handle such cases. Once the time is right, I can provide a (huge) patch here, too, which I'm maintaining since a couple of years.

[1] https://dev.eclipse.org/mhonarc/lists/jgit-dev/msg02529.html

I added your proposal to the 5.0 plan here

I propose we start working on 5.0 after we released 4.10 in December.

-MatthiasĀ 

Back to the top