[jira] [Commented] (JENA-2264) Tests of Resource.getProperty(Property, lang) not being run.

2022-01-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484317#comment-17484317 ] ASF subversion and git services commented on JENA-2264: --- Commit

[jira] [Commented] (JENA-2264) Tests of Resource.getProperty(Property, lang) not being run.

2022-01-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484316#comment-17484316 ] ASF subversion and git services commented on JENA-2264: --- Commit

Re: [VOTE] Apache Jena 4.4.0 RC1

2022-01-30 Thread Marco Neumann
Definitely, the UI work is very much appreciated and might improve the RDF user experience with fuseki overall. Will be good to have a reference to point to and a resource for the Apache Jena documentation. Best, Marco On Sun, Jan 30, 2022 at 1:43 AM Bruno Kinoshita wrote: > Hi Marco, > > Is

[jira] [Resolved] (JENA-2264) Tests of Resource.getProperty(Property, lang) not being run.

2022-01-30 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2264. - Resolution: Fixed > Tests of Resource.getProperty(Property, lang) not being run. >

[jira] [Updated] (JENA-2264) Tests of Resource.getProperty(Property, lang) not being run.

2022-01-30 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-2264: Fix Version/s: Jena 4.4.0 > Tests of Resource.getProperty(Property, lang) not being run. >

[jira] [Commented] (JENA-2265) UI: fix Fuseki URL's when using the UI in Tomcat

2022-01-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484340#comment-17484340 ] ASF subversion and git services commented on JENA-2265: --- Commit

[jira] [Updated] (JENA-2265) UI: fix Fuseki URL's when using the UI in Tomcat

2022-01-30 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-2265: Priority: Blocker (was: Major) > UI: fix Fuseki URL's when using the UI in Tomcat >

[jira] [Resolved] (JENA-2265) UI: fix Fuseki URL's when using the UI in Tomcat

2022-01-30 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2265. - Resolution: Fixed > UI: fix Fuseki URL's when using the UI in Tomcat >

[jira] [Commented] (JENA-2265) UI: fix Fuseki URL's when using the UI in Tomcat

2022-01-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484339#comment-17484339 ] ASF subversion and git services commented on JENA-2265: --- Commit

Re: UI jar

2022-01-30 Thread Martynas Jusevičius
Not a multi-module build, but this is how we publish WAR + JAR: https://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#attachClasses org.apache.maven.plugins maven-war-plugin 3.2.3 ROOT

[jira] [Updated] (JENA-2266) convertLatLon swaps coordinates

2022-01-30 Thread Greg Albiston (Jira)
[ https://issues.apache.org/jira/browse/JENA-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Albiston updated JENA-2266: Attachment: image-2022-01-30-18-28-56-974.png > convertLatLon swaps coordinates >

Re: [VOTE] Apache Jena 4.4.0 RC2

2022-01-30 Thread Marco Neumann
+1 ps: on the new fuseki UI it's not prompting for username and password even if set at load time. only when creating a dataset the login prompt shows up. it's not intuitive. if not logged in it still shows the UI but one can't create a dataset [image: image.png] On Sun, Jan 30, 2022 at 4:39

[jira] [Commented] (JENA-2266) convertLatLon swaps coordinates

2022-01-30 Thread Greg Albiston (Jira)
[ https://issues.apache.org/jira/browse/JENA-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484418#comment-17484418 ] Greg Albiston commented on JENA-2266: - Longitude is indeed the X axis and latitude is the Y axis.

[VOTE] Apache Jena 4.4.0 RC2

2022-01-30 Thread Andy Seaborne
Hi, Here is a vote on the release of Apache Jena 4.4.0. This is the second proposed release candidate. == Changes RC1 -> RC2: JENA-2265 (Fuseki UI) Use window.location.pathname for the Fuseki URL, fix Vue publicPath JENA-2264 (jena-core) Improve Resource.getProperty(,lang). Include

Re: UI jar

2022-01-30 Thread Andy Seaborne
Our UI is in a separate module but the idea is similar: By setting vue.config.js: outputDir: 'target/classes/org.apache.jena.fuseki.ui' the Vue build goes into that location during frontend-maven-plugin which runs before the jar plugin. jena-fuseki-webapp can unpack that in

Re: [VOTE] Apache Jena 4.4.0 RC2

2022-01-30 Thread Andy Seaborne
+1 (binding) On 30/01/2022 16:32, Andy Seaborne wrote: Hi, Here is a vote on the release of Apache Jena 4.4.0. This is the second proposed release candidate. == Changes RC1 -> RC2: JENA-2265 (Fuseki UI) Use window.location.pathname for the Fuseki URL, fix Vue publicPath JENA-2264

Re: [VOTE] Apache Jena 4.4.0 RC2

2022-01-30 Thread Bruno Kinoshita
+1 (binding) Thanks! Bruno On Mon, 31 Jan 2022 at 05:32, Andy Seaborne wrote: > Hi, > > Here is a vote on the release of Apache Jena 4.4.0. > This is the second proposed release candidate. > > == Changes RC1 -> RC2: > > JENA-2265 (Fuseki UI) > Use window.location.pathname for the Fuseki URL,

[jira] [Commented] (JENA-2266) convertLatLon swaps coordinates

2022-01-30 Thread Claus Stadler (Jira)
[ https://issues.apache.org/jira/browse/JENA-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484490#comment-17484490 ] Claus Stadler commented on JENA-2266: - Hm I see. So the safest approach to ending up with a JTS