Triage tomorrow
by Steve Ebersole
I won't be able to make the triage meeting tomorrow
9 years, 1 month
HQL and spatial
by Steve Ebersole
Karel, etal
We have discussed spatial-specific extensions to HQL for quite some time.
But those discussions have always been kind of esoteric ("boy wouldn't it
be nice to have some spatial support in HQL").
As we are working on redesigning the parsing and interpretation of HQL
queries and since spatial has been integrated upstream, it seems like a
great time to discuss specifics of what this might mean.
I have never used spatial data, let alone crafted queries using spatial
data. So I am not the best driver here.
What kinds of things make sense to add to HQL for supporting spatial
queries?
9 years, 1 month
Re: [hibernate-dev] Want to contribute to hibernate community . Want some initial easy bugs for fixing
by Steve Ebersole
I am not really sure what you are asking.
Are there particular bugs you are wanting to fix? Are you looking to
submit bug reports?
On Thu, Nov 5, 2015 at 8:43 AM Abhimanyu Srivasatava <srabhimanyu(a)gmail.com>
wrote:
> Sir ,
> do I need to build a dummy project to apply various
> hibernate tools , validator . I'm using MySQL as the database . I
> really want to associate and contribute towards your community.
>
> On Mon, Sep 28, 2015 at 10:44 AM, Abhimanyu Srivasatava <
> srabhimanyu(a)gmail.com> wrote:
>
>> Sir I want to download your irc channel for jboss #hibernate-dev .
>> Please send me the link so that I start hanging out with you on
>> hibernate community dicussion . Post my query.
>>
>> On Mon, Sep 28, 2015 at 10:42 AM, Abhimanyu Srivasatava <
>> srabhimanyu(a)gmail.com> wrote:
>>
>>> Sir I wasn't able to focus becoz of my university exams , soon I'll
>>> start fixing your bugs. Please keep me throughout . Please help me in all
>>> the possible ways . I want to contribute to your community to my full
>>> extent. How to build source code for hibernate core. Please help me out.
>>>
>>> On Sat, Sep 19, 2015 at 10:58 AM, Steve Ebersole <steve(a)hibernate.org>
>>> wrote:
>>>
>>>> https://github.com/hibernate/hibernate-orm/blob/master/CONTRIBUTING.md
>>>>
>>>> On Fri, Sep 18, 2015 at 1:51 PM Abhimanyu Srivasatava <
>>>> srabhimanyu(a)gmail.com> wrote:
>>>>
>>>>> please send me link of hibernate github account
>>>>>
>>>>> On Mon, Sep 14, 2015 at 7:05 AM, Abhimanyu Srivasatava <
>>>>> srabhimanyu(a)gmail.com> wrote:
>>>>>
>>>>>
>>>>>> ---------- Forwarded message ----------
>>>>>> From: Steve Ebersole <steve(a)hibernate.org>
>>>>>> Date: Thu, Sep 3, 2015 at 5:04 PM
>>>>>> Subject: Re: [hibernate-dev] Want to contribute to hibernate
>>>>>> community . Want some initial easy bugs for fixing
>>>>>> To: Abhimanyu Srivasatava <srabhimanyu(a)gmail.com>
>>>>>>
>>>>>>
>>>>>> http://hibernate.org/community/
>>>>>>
>>>>>> "Contribute" section: "IRC development channel"
>>>>>>
>>>>>> On Thu, Sep 3, 2015 at 12:01 PM Abhimanyu Srivasatava <
>>>>>> srabhimanyu(a)gmail.com> wrote:
>>>>>>
>>>>>>> how can i hang with you on irc channel . Please tell me the procedure
>>>>>>>
>>>>>>> On Wed, Sep 2, 2015 at 9:28 AM, Steve Ebersole <steve(a)hibernate.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi :)
>>>>>>>>
>>>>>>>> Here[1] is the list of all unassigned issues reported against 5.0.
>>>>>>>> That is a great place to start. See if any of them pique your interest.
>>>>>>>>
>>>>>>>> [1]
>>>>>>>> https://hibernate.atlassian.net/browse/HHH-10056?jql=project%20%3D%20HHH%...
>>>>>>>>
>>>>>>>> On Wed, Sep 2, 2015 at 5:32 AM Abhimanyu Srivasatava <
>>>>>>>> srabhimanyu(a)gmail.com> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> hibernate-dev mailing list
>>>>>>>>> hibernate-dev(a)lists.jboss.org
>>>>>>>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>
>>
>
9 years, 1 month
Branching in HSEARCH
by Gunnar Morling
Sanne, all,
Could we please drop the 5.5 branch in the upstream repo. It matches
exactly master (apart from the POM versions), so there is really no
good reason to have it at this point IMHO.
Let's do branches when they actually become necessary. In this case,
work meant only for 5.6 but not for 5.5.1 is about to be merge. Or
just let's do the 5.5.1 release at this point.
The current set-up is confusing, unnecessarily complex and creates
more work than needed (merging PRs to two branches, manage two issue
fix versions etc.).
Thanks,
--Gunnar
9 years, 1 month
Feature proposal: Add Session-level batch size configuration
by Vlad Mihalcea
Hi,
I was browsing the Hibernate code and realized that the Batch/Non-Batch
decision is taken based on the value of the "hibernate.jdbc.batch_size"
SessionFactory configuration.
Wouldn't be more flexible if we allow the Session to have a setBathSize(int
size) method to override the batching configuration on a Session-basis.
This way we can fine-tune the batch size for each particular DAO method.
Any thoughts?
Vlad
9 years, 1 month
Upcoming 5.0 releases
by Steve Ebersole
Keeping up with the 4 week timebox for 5.0 bugfix releases unfortunately
puts them on bad days with the upcoming holidays.
5.0.4 would hit Nov 25th which is the day before Thanksgiving here in the US
5.0.5 would hit Dec 23rd, 2 days before Christmas
So I propose pushing 5.0.4 forward or back one week (Nov 18 or Dec 2nd),
and having 5.0.5 4 weeks after that. Votes? Preferences? Silence means I
pick...
9 years, 1 month
Feature proposal: Add Session-level batch size configuration
by Mihalcea Vlad
Hi,
I was browsing the Hibernate code and realized that the Batch/Non-Batch decision is taken based on the value of the "hibernate.jdbc.batch_size" SessionFactory configuration.Wouldn't be more flexible if we allow the Session to have a setBathSize(int size) method to override the batching configuration on a Session-basis.This way we can fine-tune the batch size for each particular DAO method.
Any thoughts?
Vlad
9 years, 1 month
Fwd: Link to test case templates
by Sanne Grinovero
Adding back the list.
To answer Martijn: personally I don't know the answer, but it sounds
like an excellent idea to implement that, if it's not possible
already.
Keep in mind that Hibernate might need to generate multiple SQL
statements per operation.
Sanne
---------- Forwarded message ----------
From: Martijn Dashorst <martijn.dashorst(a)gmail.com>
Date: 31 October 2015 at 05:43
Subject: Re: [hibernate-dev] Link to test case templates
To: Sanne Grinovero <sanne(a)hibernate.org>
Good to see making test cases easier.
Is it possible to test the actual SQL that is emitted by Hibernate
from a test case? I've looked at the github repo but didn't find a
matching method.
Martijn
On Friday, 30 October 2015, Sanne Grinovero <sanne(a)hibernate.org> wrote:
>
> We should add a page on hibernate.org describing the idea, and from
> there point to github.
>
> On 30 October 2015 at 07:49, Steve Ebersole <steve(a)hibernate.org> wrote:
> > But that was not the purpose of the content at the old link. Yes the
> > templates are nice but that's not the whole picture of what makes a good
> > test case
> >
> > On Fri, Oct 30, 2015, 9:41 AM Gunnar Morling <gunnar(a)hibernate.org> wrote:
> >
> >> 2015-10-30 15:16 GMT+01:00 Steve Ebersole <steve(a)hibernate.org>:
> >> > It looks like that may just be an invalid URL.
> >>
> >> Yes, the link should point to
> >> https://github.com/hibernate/hibernate-test-case-templates instead.
> >> There are the test case templates and also a description of their
> >> usage.
> >>
> >>
> >> > It looks like the content
> >> > that was at that URL was not migrated over in the website migration.
> >> >
> >> > This ties in with an uneasiness that has been growing on me tbh... We
> >> have
> >> > too many places users have to look for potential information. The
> >> website,
> >> > the JBoss wiki, the GitHub wiki, README.mds, CONTRIBUTING.mds. It's
> >> hard to
> >> > keep straight :)
> >> >
> >> > Ideally a lot of this would live under hibernate.org website umbrella.
> >> But
> >> > to be frank, I find developing content for hibernate.org and
> >> in.relation.to
> >> > to be cumbersome. We can get into "why" in a separate subject.
> >> >
> >> >
> >> >
> >> > On Fri, Oct 30, 2015 at 8:53 AM Steve Ebersole <steve(a)hibernate.org>
> >> wrote:
> >> >>
> >> >> But for some reason it directs me back to JIra. Even just clicking that
> >> >> link in the email does. I wonder if someone set up a bad redirect on
> >> the
> >> >> hibernate.org website for that?
> >> >>
> >> >> On Fri, Oct 30, 2015 at 8:52 AM Steve Ebersole <steve(a)hibernate.org>
> >> >> wrote:
> >> >>>
> >> >>> The link target is
> >> http://www.hibernate.org/issuetracker.html#testcases.
> >> >>> That's not the "JIRA main page".
> >> >>>
> >> >>>
> >> >>> On Fri, Oct 30, 2015 at 8:44 AM Gunnar Morling <gunnar(a)hibernate.org>
> >> >>> wrote:
> >> >>>>
> >> >>>> Hi,
> >> >>>>
> >> >>>> When creating a new HHH issue, there is a link "...should generally be
> >> >>>> accompanied by a test case" but it directs to the JIRA main page.
> >> >>>>
> >> >>>> Can we let it point to the test case template repo instead:
> >> >>>>
> >> >>>> https://github.com/hibernate/hibernate-test-case-templates
> >> >>>>
> >> >>>> Thanks,
> >> >>>>
> >> >>>> --Gunnar
> >> >>>> _______________________________________________
> >> >>>> hibernate-dev mailing list
> >> >>>> hibernate-dev(a)lists.jboss.org
> >> >>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >>
> > _______________________________________________
> > hibernate-dev mailing list
> > hibernate-dev(a)lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
--
Become a Wicket expert, learn from the best: http://wicketinaction.com
9 years, 1 month