[ANN] NHibernate 2.1alpha1 and NH.Validator 1.2alpha1 released

3 views
Skip to first unread message

Dario Quintana

unread,
Mar 16, 2009, 9:59:39 AM3/16/09
to sharp-arc...@googlegroups.com
Hi all

Just an update for the commiters, maybe they want to update #A.
http://nhforge.org/blogs/nhibernate/archive/2009/03/15/nhibernate-2-1-0-on-the-road.aspx
http://nhforge.org/blogs/nhibernate/archive/2009/03/16/nhibernate-validator-1-2-alpha1-released.aspx

IIRC the Castle libraries are updated to since the new RC few days ago.

Cheers.
--
Dario Quintana
http://darioquintana.com.ar
http://twitter.com/darioquintana

Billy

unread,
Mar 16, 2009, 10:05:44 AM3/16/09
to S#arp Architecture
Thank you for the update Dario. Do you feel that NH Alpha is ready
for inclusion within a #Arch project or would you recommend waiting
until a further release for fixes?

Thank you,
Billy McCafferty


On Mar 16, 7:59 am, Dario Quintana <conta...@darioquintana.com.ar>
wrote:
> Hi all
>
> Just an update for the commiters, maybe they want to update #A.http://nhforge.org/blogs/nhibernate/archive/2009/03/15/nhibernate-2-1...http://nhforge.org/blogs/nhibernate/archive/2009/03/16/nhibernate-val...

Dario Quintana

unread,
Mar 16, 2009, 10:33:10 AM3/16/09
to sharp-arc...@googlegroups.com
My personal opinion, is ready, actually I'm using it in real project (also NHV 1.2) without problems and enjoying the new features.
But, you know, I can't decide, the call is for the #Arch users.

Why may I want to change to NH 2.1 ?
- For these features: http://nhforge.org/blogs/nhibernate/archive/tags/NH2.1/default.aspx
- See also the release note, there is a bunch of bug fixes.
- And also consider there is a lot of important improvements/fixes which involve these Oracle/MySql/PostgreSQL/MsSQL2008.
- To bring feedback to us.

Regards


On Mon, Mar 16, 2009 at 11:05 AM, Billy <wmcca...@gmail.com> wrote:

Thank you for the update Dario.  Do you feel that NH Alpha is ready
for inclusion within a  #Arch project or would you recommend waiting
until a further release for fixes?

Thank you,
Billy McCafferty


Billy

unread,
Mar 16, 2009, 1:49:48 PM3/16/09
to S#arp Architecture
Thanks Dario! I'll begin upgrading the #Arch trunk later this week
and will be sure to include it within the 1.0 GA release.

Billy


On Mar 16, 8:33 am, Dario Quintana <conta...@darioquintana.com.ar>
wrote:
> My personal opinion, is ready, actually I'm using it in real project (also
> NHV 1.2) without problems and enjoying the new features.
> But, you know, I can't decide, the call is for the #Arch users.
>
> Why may I want to change to NH 2.1 ?
> - For these features:http://nhforge.org/blogs/nhibernate/archive/tags/NH2.1/default.aspx
> - See also the release note, there is a bunch of bug fixes.
> - And also consider there is a lot of important improvements/fixes which
> involve these Oracle/MySql/PostgreSQL/MsSQL2008.
> - To bring feedback to us.
>
> Regards
>

orjan

unread,
Mar 17, 2009, 4:24:13 AM3/17/09
to S#arp Architecture
+1 for NH 2.1

I tried to rebuild S#harp with HN 2.1 and the only problem, except for
the new proxy thing in NH, was the new syntax for FluentNhibernate
e.g. this code won't work anymore with FluentNhibernate from trunk:
private void GetConventions(Conventions c) {
c.GetTableName = type => Inflector.Net.Inflector.Pluralize
(type.Name);
c.IsBaseType = IsBaseTypeConvention;
c.FindIdentity = type => type.Name == "Id";
c.GetForeignKeyNameOfParent = type => type.Name + "Id";
c.OneToManyConvention = o => o.Cascade.All();

fmorriso

unread,
Mar 17, 2009, 11:06:01 AM3/17/09
to S#arp Architecture
I do all my study of S#harp Architecture using SQL Server 2000
Developer Edition with Service Pack 1 applied, so I too would welcome
an upgrade to use NH 2.1 so I can explicitly state that I want a
dialect of MsSqlServer2008.

On Mar 16, 10:33 am, Dario Quintana <conta...@darioquintana.com.ar>
wrote:
> My personal opinion, is ready, actually I'm using it in real project (also
> NHV 1.2) without problems and enjoying the new features.
> But, you know, I can't decide, the call is for the #Arch users.
>
> Why may I want to change to NH 2.1 ?
> - For these features:http://nhforge.org/blogs/nhibernate/archive/tags/NH2.1/default.aspx
> - See also the release note, there is a bunch of bug fixes.
> - And also consider there is a lot of important improvements/fixes which
> involve these Oracle/MySql/PostgreSQL/MsSQL2008.
> - To bring feedback to us.
>
> Regards
>

Tuna Toksoz

unread,
Mar 17, 2009, 12:19:24 PM3/17/09
to sharp-arc...@googlegroups.com
Dialect of 2008 for 2000 sql backend?>

Tuna Toksöz
http://tunatoksoz.com
http://devlicio.us/blogs/tuna_toksoz
http://twitter.com/tehlike

Eternal sunshine of the open source mind.


On Tue, Mar 17, 2009 at 5:06 PM, fmorriso <fpmor...@verizon.net> wrote:
upgrade to use

Dario Quintana

unread,
Mar 18, 2009, 11:15:59 PM3/18/09
to sharp-arc...@googlegroups.com
I did fix a bug related to Message Interpolation into NHV. You've to options:
- Update your system to NHV 1.2 alpha2 (compiled with NH 2.1alpha1)
- Inject this interpolator instead using the default:
https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Validator/src/NHibernate.Validator/Interpolator/DefaultMessageInterpolator.cs
How to inject a custom interpolator ? Go here: http://nhforge.org/wikis/howtonh/create-a-custom-message-interpolator-for-nhibernate-validator.aspx

orjan

unread,
Mar 25, 2009, 2:19:43 AM3/25/09
to S#arp Architecture
It looks like Billy has updated the trunk to NH 2.1, I'm going to give
it a try right a way:
http://code.google.com/p/sharp-architecture/source/list

Good work...


On Mar 19, 4:15 am, Dario Quintana <conta...@darioquintana.com.ar>
wrote:
> I did fix a bug related to Message Interpolation into NHV. You've to
> options:
> - Update your system to NHV 1.2 alpha2 (compiled with NH 2.1alpha1)
> - Inject this interpolator instead using the default:https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHi...
> How to inject a custom interpolator ? Go here:http://nhforge.org/wikis/howtonh/create-a-custom-message-interpolator...
>
> On Mon, Mar 16, 2009 at 10:59 AM, Dario Quintana <
>
>
>
> conta...@darioquintana.com.ar> wrote:
> > Hi all
>
> > Just an update for the commiters, maybe they want to update #A.
>
> >http://nhforge.org/blogs/nhibernate/archive/2009/03/15/nhibernate-2-1...
>
> >http://nhforge.org/blogs/nhibernate/archive/2009/03/16/nhibernate-val...

Billy

unread,
Mar 25, 2009, 8:58:20 AM3/25/09
to S#arp Architecture
Good eye orjan! ;) Don't get latest yet though. James Gregory has
just checked in an important bug fix to FNH which I'll be applying to
the trunk this morning. I"ll make an announcement as soon as it's in
there.

Billy

Jay Oliver

unread,
Mar 25, 2009, 3:38:40 PM3/25/09
to S#arp Architecture
Is it safe yet? I see a fluent commit.

Billy

unread,
Mar 25, 2009, 3:41:51 PM3/25/09
to S#arp Architecture
Yes, it's safe. ;)

Trunk has:
* MVC 1.0
* NH 2.1 Alpha 1
* Latest NHibernate.LINQ
* Latest Fluent NHibernate
* Latest MvcContrib

This isn't the #Arch 1.0 release, but it's close. VersionHistory.txt
has upgrade notes.

Billy

Zihotki

unread,
Mar 25, 2009, 9:16:20 PM3/25/09
to S#arp Architecture
Thanks for such great news!

Lurrrrr

unread,
Mar 26, 2009, 9:39:12 AM3/26/09
to S#arp Architecture
Thank you for the hard work, i'm getting the last revision right now!
Reply all
Reply to author
Forward
0 new messages