Skip to content

Miscellaneous small improvements#2831

Merged
afs merged 7 commits intoapache:mainfrom
afs:misc
Nov 9, 2024
Merged

Miscellaneous small improvements#2831
afs merged 7 commits intoapache:mainfrom
afs:misc

Conversation

@afs
Copy link
Copy Markdown
Member

@afs afs commented Nov 9, 2024

Accumulates small clean-and-tidy changes.

Having spent time doing a report investigation, I came across several unrelated areas:

  • Rename 'Tokenizer' as 'SimpleTokenizer' -- there is more than one "tokenizer" in Jena.
  • Fix: Servlet SPARQL_Update: POST using a query string -- Fuseki request validation was allowing this case but the executionm didn't
  • Scripting language names -- this fixes script name handling for Java23+

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs changed the title Miscellanous small improvements Miscellaneous small improvements Nov 9, 2024
* @param returnDelims If true then delimiters should be returned as tokens
*/
@Deprecated(forRemoval = true)
public class Tokenizer extends SimpleTokenizer {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@afs afs merged commit 2bb213f into apache:main Nov 9, 2024
@afs afs deleted the misc branch November 9, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants