Could this be a case of someone importing java.sql.Date by accident when only java.util.Date is needed? In JDK8 this would not cause an immediate problem, but JDK9 might have moved the java.sql.* classes to a separate now-inaccessible module.
On 3/28/18, 10:06 AM, "Antonio" <[email protected]> wrote: >Mmmm.... java.sql.Date? That's weird. > >AFAIK JIRA uses a JSON REST API, so no sql is involved (I think). > >I wrote some instructions at [1] for setting up the JIRA plugin, but it >threw some NullPointerExceptions while running... :-( > > >[1] >https://cwiki.apache.org/confluence/display/NETBEANS/Submitting+issues+in+ >JIRA > >On 28/03/18 13:50, Peter Nabbefeld wrote: >> Thank You, Geertjan! >> >> BTW, when trying to add Apache NetBeans Jira to Services/Task >> Repositories, I get an exception ("java.lang.NoClassDefFoundError: >> java.sql.Date"). Probably a JDK 9 issue. >> >> Kind regards >> Peter >> >> >> Am 28.03.2018 um 13:18 schrieb Geertjan Wielenga: >>> https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-491 >>> >>> Gj >>> >>> On Wed, Mar 28, 2018 at 11:46 AM, Peter Nabbefeld >>> <[email protected]> >>> wrote: >>> >>>> Hello, >>>> >>>> trying to submit an exception report leads me to >>>> http://statistics.netbeans.org/analytics/detail.do?id=232241 >>>> >>>> As I'd expect JIRA on Apache web site should be used (and NetBeans >>>> BugZilla seems to be empty now), I'd see this as a broken (important) >>>> feature. >>>> >>>> My original problem is a regression with NB Hints system (using Java >>>> editor). Surely, the bug is already in JIRA database and I guess >>>>You're >>>> working on it - where can I track progress? >>>> >>>> Kind regards >>>> Peter >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: >>>>[email protected] >>>> >>>> For further information about the NetBeans mailing lists, visit: >>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >>>> >>>> >>>> >>>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> For further information about the NetBeans mailing lists, visit: >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >> >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > >For further information about the NetBeans mailing lists, visit: >https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
