[hibernate-dev] Spam on the Hibernate forum

2015-12-05 Thread Vlad Mihalcea
Hi, I saw there is some spam posting on the forum: https://forum.hibernate.org/search.php?search_id=unanswered Can we block the users to avoid sending more advertising links? Vlad ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://li

Re: [hibernate-dev] Spam on the Hibernate forum

2015-12-05 Thread Sanne Grinovero
Hi Vlad, we have lots of spam, being added every day. We try to cleanup regularly and when an account is clearly just spamming I always it him "for life" but they just keep creating new accounts, even though our Captcha is very complex. The only thing we can do is to keep cleaning regularly: the l

Re: [hibernate-dev] Spam on the Hibernate forum

2015-12-05 Thread Vlad Mihalcea
Hi, Can someone make me admin as well, as I can help with the cleaning as well. Maybe we can integrate the Akismet spam filter on the forum. What do you think? https://github.com/EXreaction/phpbb-akismet Vlad On Sat, Dec 5, 2015 at 5:21 PM, Sanne Grinovero wrote: > Hi Vlad, > we have lots of

Re: [hibernate-dev] Spam on the Hibernate forum

2015-12-05 Thread andrea boriero
cleaned up :) On 5 December 2015 at 15:27, Vlad Mihalcea wrote: > Hi, > > Can someone make me admin as well, as I can help with the cleaning as well. > Maybe we can integrate the Akismet spam filter on the forum. What do you > think? > > https://github.com/EXreaction/phpbb-akismet > > Vlad > > O

[hibernate-dev] Delay the identity generation to flush-time for transactional contexts too

2015-12-05 Thread Vlad Mihalcea
HI, I always wandered why the identity generator needs to assign an identifier prior to flushing. Because of this behavior, the JDBC batching is disabled which is bad news for MySQL where most setups use IDENTITY instead of TABLE generation type. Since the AbstractSaveEventListener supports the s