bademux

Results 60 comments of bademux

Looks like dublicated issue. Please see #25

@salehdeh76 Can you please share the the link to google play app?

@salehdeh76 sorry I misread your post. Thanks for your intention, it is great idea.Unfortunately I'm not an Android developer, but it will be cool to have solution compatible with Android...

Issue can be closed. Bug triggered by 2 coincidences: JGit developers ignores possble returned null values and our Windows Admins redirect user.home to `X:\` so JGit tries to load `X:\.gitconfig`...

Looks like I was wrong: JGit version used by git-version is actually very old. @ferozco @dansanduleac could I kindly ask you to look at the issue and update to the...

exactly, but Hibernate4 Jackson module trying to handle this (at least for Collections - check PersistentCollectionSerializer). Let me ask it in other way: Why only collection handled in such way?...

Session is opened by hibernate4module, added here: e4b3654067cc60d0c300ec2979896b87725175ff , see for more info: ``` java PersistentCollectionSerializer#openTemporarySessionForLoading() ``` Hibernate module opens session for read for _each_ collection, but ignoring simple refs....