-
-
Notifications
You must be signed in to change notification settings - Fork 190
unattended installation with YAJSW #2341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change fixes two problems: 1. The attribute name is not written at all if its value is equal. Happened only in the HTML5Writer.attribute(QName, String) function 2. Only omit the values which are equal to the attribute name for attributes that are considered boolean according to the HTML 5.1 spec Fixes eXist-db#777
[bugfix] Only omit values for attributes which are considered boolean in HTML5Writer
…e-functions Make sure that Source Factory correctly and safely resolves sources
…s called on Attr's
Attributes should not resolve their Element via Node#getParentNode()
…otherwise the unhelpful exerr:ERROR is shown
…ry-doc Fix an NPE with XQuery Update and in-memory documents
…codes Use ErrorCodes for XQuery Errors
[doc] Added steps for Wikipedia and make Homebrew explicit
…rces in the XML:DB Remote API
Fixes an issue with restoring zero byte binaries via XML:DB Remote API
…ock when storing a document via XML:DB Local API. Thanks to Dmitriy Shabanovd for reporting.
…esource-lock-uri Fix an XML:DB Local document lock issue
Replace eXist-db specific util:parse with XPath function
…reemptive-auth Fix for preemptive authentication in the EXPath HTTP Client
…e-listener-concurrency Fix a concurrency issue in ContextUpdateListener
… likely fixed some subtle concurrency issues in the Admin Client and FileSyncThread Closes eXist-db#1699
…ypes in a subsequence as suggested by @wolfgangmm, see eXist-db#2196 (comment)
…or-duplicate-keys Map Constructor should not allow duplicate keys
…-and-naming Fix thread naming
…ixed-types Fixes an issue with mixed types in a subsequence
…operly initialized due to lack of call to resetState after analyzing OrderByClause
fixes an NPE resulting from expression using range index not being pr…
oracle java11 not yet supported by travis it seems close eXist-db#2227
remove non lts oracle java versions
Adopt the Contributor Covenant Code of Conduct
Update to AspectJ 1.9.2
ahh, no, in this way it doesnt make sense |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
see #2240