Juan Luis Rodríguez Ponce

Results 23 comments of Juan Luis Rodríguez Ponce

Do you know why these test are failing? ``` Error: 8,119 [ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 2.64 s

Does this only apply to GN 4? Or could it be backported to 3 branch too?

Should this be targeted to a new GN 4.4 release since it's a breaking change? Or would we distribute two versions, one for Java 8 and one for Java 11...

Also happens with this URL http://localhost:8080/geonetwork/jolokia/read/geonetwork:name=batch-etf-inspire,idx=* when accessing the editor dashboard ```json { "request": { "mbean": "geonetwork:idx=*,name=batch-etf-inspire", "type": "read" }, "stacktrace": "javax.management.InstanceNotFoundException: No MBean with pattern geonetwork:name=batch-etf-inspire,idx=* found for reading...

`GetRelated` Jeeves service is called in https://github.com/geonetwork/core-geonetwork/blob/1b06264880e264ccf029a4c81b67dc709e66388c/web/src/main/webapp/WEB-INF/config/config-service-dcat-rdf.xml#L28-L42

Parameter to avoid export related records is `relation=false`. El jue., 26 sept. 2019 15:10, DeordD escribió: > Hello, > > thanks again for very nice support! > > I manage...

Applying #6397 Tomcat can start. However when Camel is initialising its own logger it shows these warnings/errors: ``` 2022-07-25 10:07:56,382 localhost-startStop-1 WARN Continuable parsing error 2 and column 41 2022-07-25...

So far I've added these rules: ```apache # Redirection for URLs with language "en" RewriteRule ^/?manuals/(\d+.\d+).x/en/index.html$ https://docs.geonetwork-opensource.org/$1/ [R=301,L] RewriteRule ^/?manuals/(\d+.\d+).x/en/(.*)/index.html$ https://docs.geonetwork-opensource.org/$1/$2/ [R=301,L] RewriteRule ^/?manuals/(\d+.\d+).x/en/(.*).html$ https://docs.geonetwork-opensource.org/$1/$2/ [R=301,L] # Redirection for URLs...

Added these new rules to manage `/manuals/2.x.y` and `/manuals/3.x.y/$LANG/users/` paths: ```apache # Redirect old 2.10.4 to new github pages. Needs to remove the language RewriteRule ^/?manuals/2.10.4/[a-zA-Z]{2,3}/index.html$ https://docs.geonetwork-opensource.org/2.10/ [R=301,L] RewriteRule ^/?manuals/2.10.4/[a-zA-Z]{2,3}/(.*)/index.html$...