Build failed in Jenkins: Zest(JavaEdition)-develop-java8-check #236

2016-12-06 Thread Apache Jenkins Server
See Changes: [paulmerlin] bootstrap: add some assembly facilities to ApplicationBuilder [paulmerlin] non-checked EntityFinderException [paulmerlin] non-checked AssemblyException [paulmerlin] api: Initializables

Re: Checked Exceptions

2016-12-06 Thread Niclas Hedhman
Sounds good. On Tue, Dec 6, 2016 at 5:44 PM, Paul Merlin wrote: > Le 2016-12-05 13:04, Niclas Hedhman a écrit : > >> I am also "kind of" ok with removing the checked exceptions. But there are >> a couple of places where java.lang.Exception is declared in the interface, >>

Re: Checked Exceptions

2016-12-06 Thread Paul Merlin
Le 2016-12-05 13:04, Niclas Hedhman a écrit : I am also "kind of" ok with removing the checked exceptions. But there are a couple of places where java.lang.Exception is declared in the interface, as a convenience to the user implementing it. Unless really strong reasons, I think that should