[GeoNetwork-devel] GN3.0.3 minor release planning

Hi all,

A reminder for 3.0.3 which is planned for 15 December. I could take care of the release build.

Is there any bug fix or major features to be apply before the release ? Any languages to add from Transifex ?

I propose to have an IRC meeting next Tuesday 11:00 CET if anything needs to be discussed for the release.

Cheers.

Francois

Hi all,

3.0.3 is still panned for today. Let me know if there is any blocker ?

If none, I’ll make the release this afternoon after some more db migration tests.

Cheers.

Francois

···

2015-12-05 9:23 GMT+01:00 Francois Prunayre <fx.prunayre@anonymised.com>:

Hi all,

A reminder for 3.0.3 which is planned for 15 December. I could take care of the release build.

Is there any bug fix or major features to be apply before the release ? Any languages to add from Transifex ?

I propose to have an IRC meeting next Tuesday 11:00 CET if anything needs to be discussed for the release.

Cheers.

Francois

On 12/15/15 09:48, Francois Prunayre wrote:

Hi all,

3.0.3 is still panned for today. Let me know if there is any blocker ?

If none, I'll make the release this afternoon after some more db
migration tests.

Am i the only one seeing the 'full view' broken ?
https://github.com/geonetwork/core-geonetwork/issues/1350 is giving me headaches since some days..

--
Landry Breuil
Mouton a 5 pattes du CRAIG

Hi Landry,

I had some issues also with DC and associated tab (https://github.com/geonetwork/core-geonetwork/issues/1348) but got them fixed.

Is your error related to a specific record ?

Francois

···

2015-12-15 10:33 GMT+01:00 Landry Breuil <breuil@anonymised.com>:

On 12/15/15 09:48, Francois Prunayre wrote:

Hi all,

3.0.3 is still panned for today. Let me know if there is any blocker ?

If none, I’ll make the release this afternoon after some more db
migration tests.

Am i the only one seeing the ‘full view’ broken ?
https://github.com/geonetwork/core-geonetwork/issues/1350 is giving me
headaches since some days…


Landry Breuil
Mouton a 5 pattes du CRAIG



GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

On 12/15/15 10:35, Francois Prunayre wrote:

Hi Landry,

I had some issues also with DC and associated tab
(https://github.com/geonetwork/core-geonetwork/issues/1348) but got them
fixed.

Is your error related to a specific record ?

Nope, i'm seeing this even on the templates coming from iso19139 schema. Errors during geonetwork bootstrapping, and at runtime when trying 'full view' on the 'Template for Vector data in ISO19139 (preferred!)' MD.

--
Landry Breuil
Mouton a 5 pattes du CRAIG

On 12/15/15 10:48, Landry Breuil wrote:

On 12/15/15 10:35, Francois Prunayre wrote:

Hi Landry,

I had some issues also with DC and associated tab
(https://github.com/geonetwork/core-geonetwork/issues/1348) but got them
fixed.

Is your error related to a specific record ?

Nope, i'm seeing this even on the templates coming from iso19139 schema.
Errors during geonetwork bootstrapping, and at runtime when trying 'full
view' on the 'Template for Vector data in ISO19139 (preferred!)' MD.

And the more debug logging i add to classes in services/src/test/java/org/fao/geonet/services/metadata/format/groovy/template, the more i have the impression that all those NodeFactory classes are *never* called.

On another note for 3.0.3 you might want to eventually merge https://github.com/geonetwork/core-geonetwork/pull/1346 & maybe https://github.com/geonetwork/core-geonetwork/pull/1347

--
Landry Breuil
Mouton a 5 pattes du CRAIG

Hi François,

the migration process fails if you try to migrate from a version prior to v3.0.0 because a Java migration is not found.
In the migration config file [1], the migration is v300.SetSequenceValueToMaxOfMetadataAndStats but in the Java code the package name is commented. Is a good moment for fixing it?

[1] https://github.com/geonetwork/core-geonetwork/blob/develop/web/src/main/webapp/WEB-INF/config-db/database_migration.xml#L97
[2] https://github.com/geonetwork/core-geonetwork/blob/develop/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v300/SetSequenceValueToMaxOfMetadataAndStats.java#L1

···

On Tue, Dec 15, 2015 at 11:03 AM, Landry Breuil <breuil@anonymised.com> wrote:

On 12/15/15 10:48, Landry Breuil wrote:

On 12/15/15 10:35, Francois Prunayre wrote:

Hi Landry,

I had some issues also with DC and associated tab
(https://github.com/geonetwork/core-geonetwork/issues/1348) but got them
fixed.

Is your error related to a specific record ?

Nope, i’m seeing this even on the templates coming from iso19139 schema.
Errors during geonetwork bootstrapping, and at runtime when trying ‘full
view’ on the ‘Template for Vector data in ISO19139 (preferred!)’ MD.

And the more debug logging i add to classes in
services/src/test/java/org/fao/geonet/services/metadata/format/groovy/template,
the more i have the impression that all those NodeFactory classes are
never called.

On another note for 3.0.3 you might want to eventually merge
https://github.com/geonetwork/core-geonetwork/pull/1346 & maybe
https://github.com/geonetwork/core-geonetwork/pull/1347


Landry Breuil
Mouton a 5 pattes du CRAIG



GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork


Vriendelijke groeten / Kind regards,

Juan Luis Rodríguez.


Veenderweg 13
6721 WD Bennekom
The Netherlands
T: +31 (0)318 416664

Please consider the environment before printing this email.

Hola jUAN

···

2015-12-15 12:18 GMT+01:00 Juan Luis Rodríguez Ponce <juanluisrp@anonymised.com>:

Hi François,

the migration process fails if you try to migrate from a version prior to v3.0.0 because a Java migration is not found.
In the migration config file [1], the migration is v300.SetSequenceValueToMaxOfMetadataAndStats but in the Java code the package name is commented. Is a good moment for fixing it?

Done here
https://github.com/geonetwork/core-geonetwork/commit/2365c4b8ef1ff9ac2858138b269eba7feb487b99

Francois

[1] https://github.com/geonetwork/core-geonetwork/blob/develop/web/src/main/webapp/WEB-INF/config-db/database_migration.xml#L97
[2] https://github.com/geonetwork/core-geonetwork/blob/develop/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v300/SetSequenceValueToMaxOfMetadataAndStats.java#L1

Este correo electrónico se ha enviado desde un equipo libre de virus y protegido por Avast.
www.avast.com

On Tue, Dec 15, 2015 at 11:03 AM, Landry Breuil <breuil@anonymised.com> wrote:

On 12/15/15 10:48, Landry Breuil wrote:

On 12/15/15 10:35, Francois Prunayre wrote:

Hi Landry,

I had some issues also with DC and associated tab
(https://github.com/geonetwork/core-geonetwork/issues/1348) but got them
fixed.

Is your error related to a specific record ?

Nope, i’m seeing this even on the templates coming from iso19139 schema.
Errors during geonetwork bootstrapping, and at runtime when trying ‘full
view’ on the ‘Template for Vector data in ISO19139 (preferred!)’ MD.

And the more debug logging i add to classes in
services/src/test/java/org/fao/geonet/services/metadata/format/groovy/template,
the more i have the impression that all those NodeFactory classes are
never called.

On another note for 3.0.3 you might want to eventually merge
https://github.com/geonetwork/core-geonetwork/pull/1346 & maybe
https://github.com/geonetwork/core-geonetwork/pull/1347


Landry Breuil
Mouton a 5 pattes du CRAIG



GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork


Vriendelijke groeten / Kind regards,

Juan Luis Rodríguez.


Veenderweg 13
6721 WD Bennekom
The Netherlands
T: +31 (0)318 416664

Please consider the environment before printing this email.