Is there a maintainer of hibernate filters plugin somewhere around?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Is there a maintainer of hibernate filters plugin somewhere around?

Alex Shneyderman
Scott Bruch looks to be the name. Sorry, I have to bother the nice
folks on this list but there was no email provided in the plugin
descriptor, hence the intrusion.

I would like to know if there is still development going on (or rather
maintenance) of the plugin? If so where is the source for it? What is
the process of submitting bug reports/fixes?

If no answer is forthcoming in-time (I reserve the right to determine
what's in-time :-)), I will fork the plugin on github from what source
I can find and do a new release from there.

Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Is there a maintainer of hibernate filters plugin somewhere around?

gatherer
I do not know if he's still around, but look at this:

http://jira.grails.org/browse/GRAILSPLUGINS-2962

The patch presented there makes the plugin much more useful, but it's still not merged.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Is there a maintainer of hibernate filters plugin somewhere around?

Alex Shneyderman
ok.

You are adding a new parameter option. It is a bit error prone for the
user, albeit simple to implement.

I have a bit of a different approach. I have some code that does
proper parsing of the parameters out of condition statement. Where it
parses out everything that starts with a colon (":") Whatever is
\p{Alnum} or underscore that directly follows the colon is a parameter
name.

Anyhow, I will pick up the maintenance of this plugin and maybe do a
quick release this week. There were some complaints that it does not
appear to be working with grails 2. I will take a look at that as well
- it might be a simple thing to fix.

Cheers,
Alex.

On Wed, Feb 22, 2012 at 4:45 PM, gatherer <[hidden email]> wrote:

> I do not know if he's still around, but look at this:
>
> http://jira.grails.org/browse/GRAILSPLUGINS-2962
> http://jira.grails.org/browse/GRAILSPLUGINS-2962
>
> The patch presented there makes the plugin much more useful, but it's still
> not merged.
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/Is-there-a-maintainer-of-hibernate-filters-plugin-somewhere-around-tp4410520p4410772.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Is there a maintainer of hibernate filters plugin somewhere around?

gatherer
It is not my patch, it was posted to the plugin's JIRA and I just found it to be very useful because it makes it more flexible and takes advantage of more hibernate features, especially the parameter lists.

Looking forward to your new release, hope you can add many new cool features as well as maintaining as much compatibility as you can.
Loading...