Jira - GitHub sync
by Steve Ebersole
I have been noticing that the "GitHub link" in Jira is no longer
automatically performing syncs. I have asked Atlassian about it. In the
meantime, if you use that feature (commit linking, PR linking, etc) you
will have to manually force a sync in Jira
10 years, 1 month
Triage tomorrow
by Steve Ebersole
I won't be able to make the triage meeting tomorrow
10 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?
10 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
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>
>>
>
10 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
10 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
10 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...
10 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
10 years, 1 month