You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] jena git commit: Add missing oeprations to get-multiple - posted by an...@apache.org on 2018/08/01 21:06:58 UTC, 0 replies.
- [2/2] jena git commit: Tidy javadoc and comments - posted by an...@apache.org on 2018/08/01 21:06:59 UTC, 0 replies.
- Jenkins build is back to stable : Jena_Development_Test #2984 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/01 21:42:34 UTC, 0 replies.
- [1/4] jena git commit: Add sync to _close(). Try out auto-strip trailing whitepace. - posted by an...@apache.org on 2018/08/02 13:39:56 UTC, 0 replies.
- [2/4] jena git commit: JENA-1581: Don't use a global buffer. - posted by an...@apache.org on 2018/08/02 13:39:57 UTC, 0 replies.
- [3/4] jena git commit: Expand internal log error message. Fix some comments. - posted by an...@apache.org on 2018/08/02 13:39:58 UTC, 0 replies.
- [4/4] jena git commit: JENA-1581: Merge commit 'refs/pull/453/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/02 13:39:59 UTC, 0 replies.
- [01/19] jena git commit: ARQ:Query:ParameterizedSparqlString - Subclass ValueReplacement and methods added to allow substitution of varNames with collections of RDFNodes. This is used in SPARQL queries to provide inline data with the VALUES keyword. - Te - posted by an...@apache.org on 2018/08/05 15:33:26 UTC, 0 replies.
- [02/19] jena git commit: ARQ:Query:ParameterizedSparqlString - applied Collection.forEach functional operators following style feedback. - posted by an...@apache.org on 2018/08/05 15:33:27 UTC, 0 replies.
- [03/19] jena git commit: ARQ:Query:ParameterizedSparqlString - replaced "createInsert" method with "FmtUtils.stringForNode" to convert RDFNodes to string representation. - posted by an...@apache.org on 2018/08/05 15:33:28 UTC, 0 replies.
- [04/19] jena git commit: ARQ:Query:ParameterizedSparqlString - "validateParameterValue" now performed on all values' items to ensure no injection through ">" in URI. Test added based on existing tests. - posted by an...@apache.org on 2018/08/05 15:33:29 UTC, 0 replies.
- [05/19] jena git commit: ARQ:Query:ParameterizedSparqlString - "validateValuesSafeToInject" method now performed when applying the values. The variables which will be used in the substitution are identified then each variable is checked against the relev - posted by an...@apache.org on 2018/08/05 15:33:30 UTC, 0 replies.
- [06/19] jena git commit: ARQ:Query:ParameterizedSparqlString - need for parenthesis in ungrouped values now determined based on the query rather than as a parameter. - posted by an...@apache.org on 2018/08/05 15:33:31 UTC, 0 replies.
- [07/19] jena git commit: ARQ:Query:ParameterizedSparqlString - more examples provided in JavaDocs. - posted by an...@apache.org on 2018/08/05 15:33:32 UTC, 0 replies.
- [08/19] jena git commit: ARQ:Query:ParameterizedSparqlString - simplified checking the need for parenthesis. - posted by an...@apache.org on 2018/08/05 15:33:33 UTC, 0 replies.
- [09/19] jena git commit: ARQ:Query:ParameterizedSparqlString - parenthesis now always applied when there is more than one target variables. Only check the query for parenthesis in the single target variable case. - posted by an...@apache.org on 2018/08/05 15:33:34 UTC, 0 replies.
- [10/19] jena git commit: ARQ:Query:ParameterizedSparqlString - Parenthesis always applied. Term "group" replaced with "row". - posted by an...@apache.org on 2018/08/05 15:33:35 UTC, 0 replies.
- [11/19] jena git commit: ARQ:Query:ParameterizedSparqlString - Distinction removed between "items" and "rowItems". Alternative checks (replacing values and validating injection) are made when only a single variable found. Otherwise treat multiple variabl - posted by an...@apache.org on 2018/08/05 15:33:36 UTC, 0 replies.
- [12/19] jena git commit: ARQ:Query:ParameterizedSparqlString - "extractTargetVars" method now checks for missing VALUES keyword and braces. Additional test cases added. - posted by an...@apache.org on 2018/08/05 15:33:37 UTC, 0 replies.
- [13/19] jena git commit: ARQ:Query:ParameterizedSparqlString - targetting varNames now takes into account "$" variable syntax. - posted by an...@apache.org on 2018/08/05 15:33:38 UTC, 0 replies.
- [14/19] jena git commit: ARQ:Query:ParameterizedSparqlString - Tests for malformed queries which leave the query unchanged. Following current class design where syntax correctness is checked and reported by Query or UpdateRequest. - posted by an...@apache.org on 2018/08/05 15:33:39 UTC, 0 replies.
- [15/19] jena git commit: ARQ:Query:ParameterizedSparqlString - valuesReplacement now cleared by "clearParam(String var)" and "clearParams" in line with the other stored parameters. - posted by an...@apache.org on 2018/08/05 15:33:40 UTC, 0 replies.
- [16/19] jena git commit: ARQ:Query:ParameterizedSparqlString - replacement values now use the same mechanism to apply context prefixes as the remainder of class to provide consistency. - posted by an...@apache.org on 2018/08/05 15:33:41 UTC, 0 replies.
- [17/19] jena git commit: ARQ:Query:ParameterizedSparqlString - replaced "varName" with "valueName" to distinguish from the "vars" that will be substituted when query is executed. - posted by an...@apache.org on 2018/08/05 15:33:42 UTC, 0 replies.
- [18/19] jena git commit: ARQ:Query:TestParameterizedSparqlString - tests for incorrect number of values for variables. - posted by an...@apache.org on 2018/08/05 15:33:43 UTC, 0 replies.
- [19/19] jena git commit: JENA-1578: Merge commit 'refs/pull/449/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/05 15:33:44 UTC, 0 replies.
- [1/3] jena git commit: JENA-1583: Rule system: Util.compare - posted by an...@apache.org on 2018/08/05 15:49:12 UTC, 0 replies.
- [2/3] jena git commit: Organize tests systematically - posted by an...@apache.org on 2018/08/05 15:49:13 UTC, 0 replies.
- [3/3] jena git commit: JENA-1583: Merge commit 'refs/pull/454/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/05 15:49:14 UTC, 0 replies.
- jena git commit: Fix compiler warning. - posted by an...@apache.org on 2018/08/05 16:15:55 UTC, 0 replies.
- svn commit: r1837495 - /jena/dist/Javadoc-v0/prepare-javadoc - posted by an...@apache.org on 2018/08/06 08:35:22 UTC, 0 replies.
- svn commit: r1837496 - in /jena/site/trunk/content/documentation/javadoc/tdb2: ./ org/ org/apache/ org/apache/jena/ org/apache/jena/tdb2/ org/apache/jena/tdb2/assembler/ org/apache/jena/tdb2/assembler/class-use/ org/apache/jena/tdb2/class-use/ org/apac... - posted by an...@apache.org on 2018/08/06 08:39:55 UTC, 0 replies.
- svn commit: r1033573 - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/tdb2/ documentation/javadoc/tdb2/org/ documentation/javadoc/tdb2/org/apache/ documentation/javadoc/tdb2/org/apache/jena/ documentation/javadoc/tdb2/org/apache/jena... - posted by bu...@apache.org on 2018/08/06 08:43:42 UTC, 0 replies.
- svn commit: r1033575 - /websites/production/jena/content/ - posted by an...@apache.org on 2018/08/06 09:00:16 UTC, 0 replies.
- [01/16] jena git commit: JENA-1585: Fuseki core reorg - posted by an...@apache.org on 2018/08/07 12:02:13 UTC, 0 replies.
- [02/16] jena git commit: JENA-1585: Fuseki core reorg - posted by an...@apache.org on 2018/08/07 12:02:14 UTC, 0 replies.
- [03/16] jena git commit: JENA-1585: Fuseki core reorg - posted by an...@apache.org on 2018/08/07 12:02:15 UTC, 0 replies.
- [04/16] jena git commit: JENA-1585: Fuseki core reorg - posted by an...@apache.org on 2018/08/07 12:02:16 UTC, 0 replies.
- [05/16] jena git commit: JENA-1585: Fuseki core reorg - posted by an...@apache.org on 2018/08/07 12:02:17 UTC, 0 replies.
- [06/16] jena git commit: JENA-1585: Move resources, align web.xml, de-dup package-info.java - posted by an...@apache.org on 2018/08/07 12:02:18 UTC, 0 replies.
- [07/16] jena git commit: JENA-1584: A Javacc Turtle parser for reference. - posted by an...@apache.org on 2018/08/07 12:02:19 UTC, 0 replies.
- [08/16] jena git commit: JENA-1584: A Javacc Turtle parser for reference. - posted by an...@apache.org on 2018/08/07 12:02:20 UTC, 0 replies.
- [09/16] jena git commit: JENA-1584: A Javacc Turtle parser for reference. - posted by an...@apache.org on 2018/08/07 12:02:21 UTC, 0 replies.
- [10/16] jena git commit: JENA-1584: A Javacc Turtle parser for reference. - posted by an...@apache.org on 2018/08/07 12:02:22 UTC, 0 replies.
- [11/16] jena git commit: JENA-1585: Comment for FusekiBuildLib; typo in FusekiServer - posted by an...@apache.org on 2018/08/07 12:02:23 UTC, 0 replies.
- [12/16] jena git commit: JENA-1584: Add TurtleJavaccReaderRIOT.unregister - posted by an...@apache.org on 2018/08/07 12:02:24 UTC, 0 replies.
- [13/16] jena git commit: JENA-1587: TDB2 javadoc for the public API only - posted by an...@apache.org on 2018/08/07 12:02:25 UTC, 0 replies.
- [14/16] jena git commit: JENA-1587: Merge commit 'refs/pull/457/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/07 12:02:26 UTC, 0 replies.
- [15/16] jena git commit: JENA-1585: Merge commit 'refs/pull/456/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/07 12:02:27 UTC, 0 replies.
- [16/16] jena git commit: JENA-1584: Merge commit 'refs/pull/455/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/07 12:02:28 UTC, 0 replies.
- Jenkins build became unstable: Jena_JDK9 #76 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/07 19:14:58 UTC, 0 replies.
- [1/2] jena git commit: JENA-1590: fix if statement in RDFWriter#output - posted by ki...@apache.org on 2018/08/11 21:49:57 UTC, 0 replies.
- [2/2] jena git commit: Merge branch 'JENA-1590' - posted by ki...@apache.org on 2018/08/11 21:49:58 UTC, 0 replies.
- [1/2] jena git commit: JENA-1591: use boolean value in if expression - posted by ki...@apache.org on 2018/08/11 21:57:07 UTC, 0 replies.
- [2/2] jena git commit: Merge branch 'JENA-1591' - posted by ki...@apache.org on 2018/08/11 21:57:08 UTC, 0 replies.
- [1/8] jena git commit: JENA-1481, JENA-1586: Delete databases and expel from JVM - posted by an...@apache.org on 2018/08/12 09:53:51 UTC, 0 replies.
- [2/8] jena git commit: Update transactional usage to full range of modes. - posted by an...@apache.org on 2018/08/12 09:53:52 UTC, 0 replies.
- [3/8] jena git commit: Tidy - posted by an...@apache.org on 2018/08/12 09:53:53 UTC, 0 replies.
- [4/8] jena git commit: Migrate the general file uploader to library Upload. - posted by an...@apache.org on 2018/08/12 09:53:54 UTC, 0 replies.
- [5/8] jena git commit: Update comments. - posted by an...@apache.org on 2018/08/12 09:53:55 UTC, 0 replies.
- [6/8] jena git commit: Move clearup of datasets to DataService. Rename as DataServiceStatus. - posted by an...@apache.org on 2018/08/12 09:53:56 UTC, 0 replies.
- [7/8] jena git commit: JENA-1481, JENA-1596: Merge commit 'refs/pull/458/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/12 09:53:57 UTC, 0 replies.
- [8/8] jena git commit: Merge commit 'refs/pull/459/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/12 09:53:58 UTC, 0 replies.
- Jenkins build is back to stable : Jena_JDK9 #77 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/12 19:11:28 UTC, 0 replies.
- svn commit: r1837907 - in /jena/site/trunk/content/documentation/notes: index.mdtext jena-internals.mdtext - posted by an...@apache.org on 2018/08/12 20:35:43 UTC, 0 replies.
- svn commit: r1033863 - in /websites/staging/jena/trunk/content: ./ documentation/notes/index.html documentation/notes/jena-internals.html - posted by bu...@apache.org on 2018/08/12 20:36:56 UTC, 0 replies.
- svn commit: r1837908 - /jena/site/trunk/content/documentation/notes/jena-internals.mdtext - posted by an...@apache.org on 2018/08/12 20:40:22 UTC, 0 replies.
- svn commit: r1033864 - in /websites/staging/jena/trunk/content: ./ documentation/notes/jena-internals.html - posted by bu...@apache.org on 2018/08/12 20:40:47 UTC, 0 replies.
- [1/2] jena git commit: Fix HTML syntax - posted by ki...@apache.org on 2018/08/14 08:34:11 UTC, 0 replies.
- [2/2] jena git commit: Merge branch 'patch-1' - posted by ki...@apache.org on 2018/08/14 08:34:12 UTC, 0 replies.
- [01/19] jena git commit: Provision for custom parameters so request validation does not WARN. - posted by an...@apache.org on 2018/08/20 07:39:00 UTC, 0 replies.
- [02/19] jena git commit: Fix javadoc. - posted by an...@apache.org on 2018/08/20 07:39:01 UTC, 0 replies.
- [03/19] jena git commit: Typos and comments. - posted by an...@apache.org on 2018/08/20 07:39:02 UTC, 0 replies.
- [04/19] jena git commit: Deprecate isBackedByTDB in favour of isTDB1 - posted by an...@apache.org on 2018/08/20 07:39:03 UTC, 0 replies.
- [05/19] jena git commit: Deprecate isBackedByTDB in favour of isTDB2. - posted by an...@apache.org on 2018/08/20 07:39:04 UTC, 0 replies.
- [06/19] jena git commit: Expose the command line argument processing to build a FusekiServer. - posted by an...@apache.org on 2018/08/20 07:39:05 UTC, 0 replies.
- [07/19] jena git commit: Convert to single format. - posted by an...@apache.org on 2018/08/20 07:39:06 UTC, 0 replies.
- [08/19] jena git commit: Strings to Node_URIs. - posted by an...@apache.org on 2018/08/20 07:39:07 UTC, 0 replies.
- [09/19] jena git commit: Put attribute names constants in Fuseki. - posted by an...@apache.org on 2018/08/20 07:39:08 UTC, 0 replies.
- [10/19] jena git commit: Switch naming of setters to non-"set" style. - posted by an...@apache.org on 2018/08/20 07:39:09 UTC, 0 replies.
- [11/19] jena git commit: Support for ServletFilters. - posted by an...@apache.org on 2018/08/20 07:39:10 UTC, 0 replies.
- [12/19] jena git commit: Comments and internal rename. - posted by an...@apache.org on 2018/08/20 07:39:11 UTC, 0 replies.
- [13/19] jena git commit: Remove unused and out-of-date class. - posted by an...@apache.org on 2018/08/20 07:39:12 UTC, 0 replies.
- [14/19] jena git commit: Better attribute naming - org.apache.jena.fuseki: - posted by an...@apache.org on 2018/08/20 07:39:13 UTC, 0 replies.
- [15/19] jena git commit: Typos - posted by an...@apache.org on 2018/08/20 07:39:14 UTC, 0 replies.
- [16/19] jena git commit: Fixes up based on comments on PR#463 - posted by an...@apache.org on 2018/08/20 07:39:15 UTC, 0 replies.
- [17/19] jena git commit: Refactoring: Make ServletContext separately from the Jetty server. - posted by an...@apache.org on 2018/08/20 07:39:16 UTC, 0 replies.
- [18/19] jena git commit: Typos - posted by an...@apache.org on 2018/08/20 07:39:17 UTC, 0 replies.
- [19/19] jena git commit: Merge commit 'refs/pull/463/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/20 07:39:18 UTC, 0 replies.
- [1/2] jena git commit: NodeUtils convert: set and list versions. Deprecate old name. - posted by an...@apache.org on 2018/08/20 19:29:30 UTC, 0 replies.
- [2/2] jena git commit: Merge commit 'refs/pull/464/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/20 19:29:31 UTC, 0 replies.
- Build failed in Jenkins: Jena_Development_Deploy #1571 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/21 10:33:41 UTC, 0 replies.
- jena git commit: JENA-1593: Update Apache POM version to 21 - posted by an...@apache.org on 2018/08/23 12:21:24 UTC, 0 replies.
- Jenkins build is back to normal : Jena_Development_Deploy #1572 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/08/23 13:29:22 UTC, 0 replies.
- svn commit: r1838860 - in /jena/site/trunk/content/images: jena-icon.svg jena-logo-icon.svg - posted by an...@apache.org on 2018/08/24 13:49:23 UTC, 0 replies.
- svn commit: r1034382 - in /websites/staging/jena/trunk/content: ./ images/jena-icon.svg images/jena-logo-icon.svg - posted by bu...@apache.org on 2018/08/24 13:50:45 UTC, 0 replies.
- [01/27] jena git commit: JENA-1594: Initial machinery with SPARQL Query filtering - posted by an...@apache.org on 2018/08/31 12:04:51 UTC, 0 replies.
- [02/27] jena git commit: JENA-1594: Initial machinery with SPARQL Query filtering - posted by an...@apache.org on 2018/08/31 12:04:52 UTC, 0 replies.
- [03/27] jena git commit: JENA-1592: Unwrap TDB2 graphs - posted by an...@apache.org on 2018/08/31 12:04:53 UTC, 0 replies.
- [04/27] jena git commit: Copy dataset context to execution for query over model - posted by an...@apache.org on 2018/08/31 12:04:54 UTC, 0 replies.
- [05/27] jena git commit: JENA-1585: Refactoring webapp code to separate from the core server. - posted by an...@apache.org on 2018/08/31 12:04:55 UTC, 0 replies.
- [06/27] jena git commit: JENA-1585: Refactoring webapp code to separate from the core server. - posted by an...@apache.org on 2018/08/31 12:04:56 UTC, 0 replies.
- [07/27] jena git commit: Refactor to make subclassing easier - posted by an...@apache.org on 2018/08/31 12:04:57 UTC, 0 replies.
- [08/27] jena git commit: Minor formatting tiding - posted by an...@apache.org on 2018/08/31 12:04:58 UTC, 0 replies.
- [09/27] jena git commit: Fix javadoc - posted by an...@apache.org on 2018/08/31 12:04:59 UTC, 0 replies.
- [10/27] jena git commit: JENA-1595: Put log4j and slf4j-log4j into scope test for all modules - posted by an...@apache.org on 2018/08/31 12:05:00 UTC, 0 replies.
- [11/27] jena git commit: Use only getW() for the denying write operations. - posted by an...@apache.org on 2018/08/31 12:05:01 UTC, 0 replies.
- [12/27] jena git commit: Use the connection's httpClient and httpContext for fetchDataset(). - posted by an...@apache.org on 2018/08/31 12:05:02 UTC, 0 replies.
- [13/27] jena git commit: Javadoc formatting. - posted by an...@apache.org on 2018/08/31 12:05:03 UTC, 0 replies.
- [14/27] jena git commit: JENA-1594: GSP and Quads filtered access. Tests. - posted by an...@apache.org on 2018/08/31 12:05:04 UTC, 0 replies.
- [15/27] jena git commit: Decouple FusekiLogging from the webapp. - posted by an...@apache.org on 2018/08/31 12:05:05 UTC, 0 replies.
- [16/27] jena git commit: JENA-901: Allow for the GC having freed some weak values. - posted by an...@apache.org on 2018/08/31 12:05:06 UTC, 0 replies.
- [17/27] jena git commit: Provide DatasetGraph operation - posted by an...@apache.org on 2018/08/31 12:05:07 UTC, 0 replies.
- [18/27] jena git commit: ARQ cleanup - posted by an...@apache.org on 2018/08/31 12:05:08 UTC, 0 replies.
- [19/27] jena git commit: General use DatasetGraphFilteredView - posted by an...@apache.org on 2018/08/31 12:05:09 UTC, 0 replies.
- [20/27] jena git commit: JENA-1594: General mechanism for data accesx control using DatasetGraphFilteredView - posted by an...@apache.org on 2018/08/31 12:05:10 UTC, 0 replies.
- [21/27] jena git commit: travis.yaml: put openjdk8 first - posted by an...@apache.org on 2018/08/31 12:05:11 UTC, 0 replies.
- [22/27] jena git commit: JENA-1494: Handle any dataset - posted by an...@apache.org on 2018/08/31 12:05:12 UTC, 0 replies.
- [23/27] jena git commit: Rename SecuriyPolicy to SecurityContext - posted by an...@apache.org on 2018/08/31 12:05:13 UTC, 0 replies.
- [24/27] jena git commit: Correct indentation. - posted by an...@apache.org on 2018/08/31 12:05:14 UTC, 0 replies.
- [25/27] jena git commit: JENA-1594: Structure to allow the adding/modifying of server setup. - posted by an...@apache.org on 2018/08/31 12:05:15 UTC, 0 replies.
- [26/27] jena git commit: JENA-1594: Interface AuthorizationService; SecurityRegsitry is an impl - posted by an...@apache.org on 2018/08/31 12:05:16 UTC, 0 replies.
- [27/27] jena git commit: JENA-1594: Merge commit 'refs/pull/465/head' of https://github.com/apache/jena - posted by an...@apache.org on 2018/08/31 12:05:17 UTC, 0 replies.
- jena git commit: Minor tidying - posted by an...@apache.org on 2018/08/31 12:06:06 UTC, 0 replies.