Vincent Privat

Results 31 issues of Vincent Privat

This PR adds support for [_Open Archives Initiative Protocol for Metadata Harvesting_](https://www.openarchives.org/pmh/), version 2.0. This is a standard protocol used by several GLAM to share metadata about collections of images....

This is the second step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 Port of these commits from https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302: 1. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/309c29257806d9036b46273ade4c5f54e56302e4 2. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/23ae9538525461060007998b756fee5dadb5aeb7 3. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/168ea8e89fc1bde86fe09b2ba7d88cfd2a215bd9 4. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/4e965a095e63de9fe5a45d103557b70beeb1a1a2 The PR is built on top of #581

This is the third step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 Port of this commit: 1. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/2338a37b91121edda9925585e5bba90ab15fb584 The PR is built on top of #584

This is the fourth and final step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 It includes: 1. ports of commits from https://github.com/drewnoakes/metadata-extractor-dotnet/pull/307 2. some bug fixes (I'll open a PR in metadata-extractor-dotnet) 3. a...

This is the first step towards solving #278 Port of this commit: https://github.com/drewnoakes/metadata-extractor-dotnet/commit/2281ceaad7dff2b8d6ccebadc992c758c6b964c2

| Q                       | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | | Major: Breaking Change? | No | Minor: New Feature? | Yes (for...

tag: provider :house:

From documentation: _Since 3.10.1, "deselected" projects (mvn -pl !...) that contain changes will not be built, but their up- and downstream projects will be built (if not also deselected)._ The...

new feature

Ported bug fixes and tests from https://github.com/drewnoakes/metadata-extractor/pull/586 I got a behaviour difference between Java and .NET regarding the description of TagGeoTiffGeoKeys, I had to comment this check to get the...

There are many Java libraries licensed under "Apache License, Version 2.0" that do not use its official spelling. This causes issues like https://issues.apache.org/jira/browse/MPIR-382: with every library defining its own spelling,...

While debugging my unit test in Eclipse 2020.09 with JUnit 5.7.0 and JMockit 1.49 I faced an NPE with the following staktrace: ``` Thread [main] (Suspended (exception java.lang.NullPointerException)) mockit.internal.util.ClassNaming.isAnonymousClass(java.lang.String) line:...