H2 Database Engine: New version 1.4.188 available

193 views
Skip to first unread message

Thomas Mueller

unread,
Aug 1, 2015, 7:17:08 AM8/1/15
to
Hello,

A new version of H2 is available at http://www.h2database.com
(you may have to click 'Refresh').

For details, see the 'Change Log' at
http://www.h2database.com/html/changelog.html

For future plans, see the 'Roadmap' page at
http://www.h2database.com/html/roadmap.html

Please note the jar file may not yet be available in the
Maven central repository (synchronizing usually takes a few hours).

P.S. If you reply to this message please use a different subject.

Have fun,
Thomas

Christian MICHON

unread,
Aug 1, 2015, 8:10:16 AM8/1/15
to H2 Database
Hi

The changelog is missing. I did not find it on github either.

Thanks for this new release.

Regards
Christian

이정주

unread,
Aug 1, 2015, 9:39:21 AM8/1/15
to H2 Database
Hi
Thank you for the new release.
Website yet seem unchanged 
:)


Thomas Mueller

unread,
Aug 2, 2015, 2:15:12 PM8/2/15
to H2 Google Group
Hi,

Sorry, I originally forgot to update the website. But this should be done now.

Regards,
Thomas


--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.
To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

alexr...@gmail.com

unread,
Aug 3, 2015, 2:48:47 PM8/3/15
to H2 Database

On Saturday, August 1, 2015 at 7:17:08 AM UTC-4, Thomas Mueller wrote:
Hello,


Please note the jar file may not yet be available in the
Maven central repository (synchronizing usually takes a few hours).


Thanks Thomas;
Just a note - I haven't seen mvstore artifacts uploaded to maven central yet.

Kenton Garner

unread,
Aug 3, 2015, 2:49:50 PM8/3/15
to H2 Database
I don't seem to have a new build ID in the constants file either... it is still showing 187.  Is there something I am missing?

Thomas Mueller

unread,
Aug 4, 2015, 1:45:25 AM8/4/15
to h2-da...@googlegroups.com
Hi,
 
I don't seem to have a new build ID in the constants file either... it is still showing 187.  Is there something I am missing?

Where exactly did you look?

Regards,
Thomas

sim

unread,
Aug 4, 2015, 2:57:55 AM8/4/15
to H2 Database

Daniele Renda

unread,
Aug 4, 2015, 1:10:32 PM8/4/15
to H2 Database
I don't see the 1.4.188 version on maven central too.

Thanks

Kenton Garner

unread,
Aug 4, 2015, 2:44:58 PM8/4/15
to h2-da...@googlegroups.com
Thomas,
I was updating from the svn repository.  I saw a lot of changes but the version number in the jar file remained at 187 and when I grep'd for the version number in the code - the src/main/org/h2/engine/Constants.java file has the public static final int BUILD_ID = 187;



--
You received this message because you are subscribed to a topic in the Google Groups "H2 Database" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/h2-database/1qk80-GcnV4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to h2-database...@googlegroups.com.

Thomas Mueller

unread,
Aug 4, 2015, 2:56:05 PM8/4/15
to h2-da...@googlegroups.com
Hi,

I see. I don't know what the problem is, but I have uploaded the Maven files to SourceForge as usual. For some reason outside of my control, they are not synchronized to the Maven repository. I will ask the Maven guys what the problem is.

The files are here:


and also here:


From time to time, synchronzation doesn't work, but the last time I got a mail was quite a long time ago, see below.

Regards,
Thomas

------------

---------- Forwarded message ----------
From: ma...@repo1.maven.org <ma...@repo1.maven.org>
Date: Mon, Jul 20, 2015 at 10:30 PM
Subject: [Maven Central Nexus Repository Synchronization] FAILURE
To: "cen...@sonatype.com" <cen...@sonatype.com>, Thomas Mueller <thomas.to...@gmail.com>


--- Some repositories were not synchronized ---
groupId: com.h2database
Error:
ssh: connect to host web.sourceforge.net port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: unexplained error (code 255) at io.c(600) [receiver=3.0.6]
Error synchronizing metadata. Exit code: 255


You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.

alexr...@gmail.com

unread,
Aug 5, 2015, 4:56:28 PM8/5/15
to H2 Database
The problem is most likely sourceforge; they had serious outages recently. The running joke is they were down for a week but hardly anyone noticed :)

Cedric Buest blogged recently about uploading to maven central and bintray here:

-Alex

Kenton Garner

unread,
Aug 9, 2015, 8:38:42 PM8/9/15
to H2 Database
Thomas,

I actually would like to get the latest source - the links you have attached are only the compiled jars. 
Is there a another way to get access to the source? 
I have used the SVN link in the past - but as has been stated, the files are not up to date - still version 187.

I need the source because i still have mods I require so my application instance can determine if it is the owner (embedded instance) of the shared db connection.
I believe we have spoken about this in the past and I do not think my mod is a solution that is exceptable for all use cases so I need to compile my own.
To unsubscribe from this group and all its topics, send an email to h2-database+unsubscribe@googlegroups.com.

To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscribe@googlegroups.com.

Noel Grandin

unread,
Aug 10, 2015, 1:54:18 AM8/10/15
to H2 Database
It's on GitHub now.
On Mon, 10 Aug 2015 at 02:38, Kenton Garner <kenton...@gmail.com> wrote:
Thomas,

To unsubscribe from this group and all its topics, send an email to h2-database...@googlegroups.com.

To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.

To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.

Steve McLeod

unread,
Aug 10, 2015, 4:50:30 AM8/10/15
to H2 Database
Specifically, it is here: https://github.com/h2database

Thanks to GitHub, you can easily fork, watch, and issue pull requests.
To unsubscribe from this group and all its topics, send an email to h2-database+unsubscribe@googlegroups.com.

To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscribe@googlegroups.com.

To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages