NHibernate Spatial official source control - nhibernate

anyone knows where is the official source control system for nHibernate Spatial?
In GitHub there is one, but the source is diffent from nhforge.org, and the last doesn't support OracleSpatial. The GitHub's is not "compilable". Any ideas where to find the official?

The SVN repository is at: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Spatial
Hasn't been updated in a while...

Related

Source code for Nhibernate 3.1.0.4000 is missing in GitHub, where could I find it?

We are using this specific version of Nhibernate in our application. And now we come across a situation where we want to debug an issue through Nhibernate, But I am unable to find source code for this specific version in Nhibernate git.
Source package can be downloaded here
https://sourceforge.net/projects/nhibernate/files/NHibernate/3.1.0.GA/
Other versions (latest at the moment is 5):
https://sourceforge.net/projects/nhibernate/files/NHibernate/

Elasticsearch Ingest-Attachment Plugin - Where to get zip distribution

I'm looking for a way to install the ingest-attachment plugin in offline mode.
So to do it i first need download the zip distribution of this plugin.
Official documentation (https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest-attachment.html) provides a non working link on their artifact repository
Would anyone have an idea where to download a stable/released zip version of this plugin ?
Many thanks.
Ok seems like the link they propose is broken cause the version does not exist anymore in their artifact repository.
I had to get a previous version (5.1.1) instead. It's just a shame they do not track any dead link in their documentation for massive indexation / analytics products company... or at least propose a clear URL to browse all available versions.

NHibernate Source Code Location

can anyone tell me where I can get source code NHibernate 3.2.0.4000 and FluentNHibernate 1.3.0.717? i looked on github but it only seems to have the source for 4.0. Thank u.
You can look on sourceForge for NHibernate
See here for all versions
See here for direct link for 3.2.0 GA
For Fluent look on GitHub for the release tag 1.3

Where is the NHibernate 3.0 source repository?

I've been looking everywhere. Maybe I'm just really nearsighted but I can't seem to find it anywhere. Link anyone?
NHibernate 3.0 is also known as the trunk. It has not been officially released yet.
You can find the source code in SVN here:
https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/
The main website for NHibernate is here:
http://nhforge.org/Default.aspx
If you wanted to download binaries for the trunk instead of source, you could try here:
http://www.hornget.net/packages/orm/nhibernate/nhibernate-trunk

Where do I download Iesi.Collections from?

Trying out nHibernate, it says it can't find Iesi.Collections.
Where can I get this from? Shouldn't it ship with the nHibernate download if it is so vital?
The source for Iesi.Collections delivered with NHibernate is here:
https://github.com/nhibernate/nhibernate-core/tree/3.3.x/src
During 2012 it was moved to separate repository:
https://github.com/nhibernate/iesi.collections
Recently master in that repo was changed heavily to adjust to .Net 4, but before that the API had been essentially unchanged for many years.
Binaries of new and old versions are available on NuGet.
This might be an old question, but it's available via NuGet.