Jon I.

Results 11 issues of Jon I.

First, thanks for such a good work!! I've a question for you, i don't know whether it's a feature request, suggestion or else. The API you're querying is protected by...

Faulty xmlns declaration within web.xml.

Would it be possible to make classes like Matcher, MatcherKState and MatcherCandidate cacheable? Imagine an ongoing process suddenly stopped... You would like to restore the whole system in the point...

I'm facing issues while updating the IP. Here it's the error log. `[Tue Mar 02 2021 14:40:03 GMT+0100 (GMT+01:00)] Current ip and last ip match. No update neccessary. [Tue Mar...

Hi! Thank you for taking your time to make that script. As you've mentioned before, there's been a fork of this repo which uses the new Godaddy API. As a...

Is there any way to prevent the user from clicking several times a button? I mean, I've proven that the user can click several times a button in a short...

You should modify HibernateUtil so that it becomes thread safe :)

Updated Hibernate from 3.3.1.GA to 5.1.0.Final. I've run `mvn test` within hibernate module and got this: > [INFO] Scanning for projects... > [INFO] > [INFO] ------------------------------------------------------------------------ > [INFO] Building onebusaway-gtfs-hibernate...

I've been able to ignore extra columns for Agency, for instance, as follows: ` private Agency agency; ``` // ... List agenciesObjects = new ArrayList(); agenciesObjects.add(agency); writer.excludeOptionalAndMissingFields(Agency.class, agenciesObjects); writer.handleEntity(agency); ```...

Would it be hard to update to Hibernate 5.x.Final version? I've seen that OBA uses 3.3.1.GA, which is an old version. Anybody who uses OBA could be using one of...