Thanks Gail!
On Tue, Sep 12, 2017 at 8:10 AM, Gail Badner wrote:
> I created https://hibernate.atlassian.net/browse/HHH-11982.
>
> I just committed the one-line change without a unit test. Unless I hear
> otherwise, I'll assume that's OK and I'll plan to release on Wednesday,
> 9/13.
>
> Regards
Hello all,
I just noticed that our IDEA codestyle configuration files have specific
rules about how to organize imports, whereas the Eclipse ones don't.
The most noticeable difference: organizing imports in Eclipse puts static
imports at the top, while in IDEA they end up at the bottom. But there
Fundamentally no IDE will ever produce exactly the same code so you
need to learn control your primal lust for perfection and remember
it's not relevant. Have some decency ;)
What does actually matter is that we don't keep chaging the order as
it introduces conflicts on backporting, it's very anno
Hi,
Yes, I had a hard time reverting the import changes in my recent patches
for ORM. I was changing only a few lines per file and had a lot of import
noise.
I would say that it would be nice to have Eclipse and Idea rules as similar
as possible. The issue with that is that, for a while, the ORM
>
> Fundamentally no IDE will ever produce exactly the same code so you
> need to learn control your primal lust for perfection and remember
> it's not relevant. Have some decency ;)
Sorry if that seemed "indecent", but I did mention that I could live with
the inconsistencies, and that what matte
On 12 September 2017 at 10:42, Yoann Rodiere wrote:
>> Fundamentally no IDE will ever produce exactly the same code so you
>> need to learn control your primal lust for perfection and remember
>> it's not relevant. Have some decency ;)
>
>
> Sorry if that seemed "indecent", but I did mention that
On Tue, Sep 12, 2017 at 11:45 AM, Sanne Grinovero
wrote:
> Yes I'm "ok" with that. But wouldn't it be even better to leave this
> level of detail undefined?
>
> At least it would allow me to make new code having them on the bottom
> as I like them more, and you'd save some itme :)
>
The issue is
On 12 September 2017 at 10:49, Yoann Rodiere wrote:
> Well, if you don't mind me sending PRs with those imports in a different
> order next time I change the file (because I don't spend time on organizing
> imports manually, I just use CTRL+SHIFT+O), then yes, we can leave that
> undefined.
That
Well, if you don't mind me sending PRs with those imports in a different
order next time I change the file (because I don't spend time on organizing
imports manually, I just use CTRL+SHIFT+O), then yes, we can leave that
undefined.
Yoann Rodière
Hibernate NoORM Team
yo...@hibernate.org
On 12 Sept
>
> - Releases speaks less than downloads, Where do I download Hibernate X
> is a question we want addressed from the top level menus
>
Always amazed that there's still people out there actually downloading JARs
manually. But yes, we shouldn't forget about them.
My problem with "downloads" is th
Hi,
Here are the minutes of the NoORM IRC meeting:
16:33 < jbott> Meeting ended Tue Sep 12 14:33:25 2017 UTC. Information
about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
16:33 < jbott> Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2017/hibernate-dev.2017
LogicalConnectionImplementor#makeShareableCopy [1] doesn't seem to be used
by anything.
The implemented method in LogicalConnectionManagedImpl returns null. [2]
Should this method be deprecated?
I'm asking because I created a PR [3] that allows passing JdbcObserver
to ResourceRegistryStandardImp
12 matches
Mail list logo