[bugfix] Fix Windows build script and Log4j2 config path resolution#201
Closed
Laurettta wants to merge 437 commits intoevolvedbinary:mainfrom
Closed
[bugfix] Fix Windows build script and Log4j2 config path resolution#201Laurettta wants to merge 437 commits intoevolvedbinary:mainfrom
Laurettta wants to merge 437 commits intoevolvedbinary:mainfrom
Conversation
…e function call location to the same as the function definition location
…roker-pool-services-manager-logging [7.x.x] Correct the log destination in the Broker Pool Services Manager
…rofiling-fots-prefix [7.x.x] Show prefix of XPath standard library functions in the profiling output
…estxq-function-call-location [7.x.x] Correctly set the location of the RESTXQ Function Call
…ode-path-to-string [7.x.x] Fix an issue in NodePath#toString()
…optimize-fn-reverse [7.x.x] Optimize fn:reverse by removing unnecessary work
…improved-custom-linked-list [7.x.x] Replace the custom Linked List with a better implementation
…be configured from test classes by annotation
The documentation for POSTing queries to the REST API says very little about how external variables should be bound. The comments in this file are helpful, but only if you know the namespace declarations!
…ing instances from XML Closes eXist-db/exist#5904
…es are checked against the types of the Variable Declarations
…or if it was not set before execution
…al variables for XQuery
…the Http Request and Response
…opendocument-openxml-media-types [7.x.x] Fix the storage of OpenDocument files and Office Open XML files
…/bump-exist-compatibility [7.x.x] Make eXist-db 6.4.0 the minimum compatible version for EXPath Packages
…fix-name-getContextItemDeclaration [7.x.x] Correct typo of 'getContextItemDeclartion' to 'getContextItemDeclaration'
…e correct execution time of the query
…XML exist:query document
… the XML Schema namespace is declared
…package org.exist.util
…al XDM Value Types
…roperty 'exist.use-temporary-storage'
…ry execution to be set via the REST API
…n Client and Jetty Server startup so that Auto Deployment of EXPath packages can be disabled from the CLI
…/support-calabash3 [7.x.x] Support for executing XQuery from XML Calabash 3
… compatibility Log4j2 cannot resolve a bare Windows path set via the log4j2.configurationFile system property. Converting to a file: URI ensures correct resolution on all platforms.
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @ndw on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added. |
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 22 medium |
| Security | 3 critical |
| CodeStyle | 6 minor |
| Complexity | 69 medium |
🟢 Metrics 12208 complexity · 285 duplication
Metric Results Complexity 12208 Duplication 285
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Member
|
Superseded by #202 |
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
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.
Thank you for contributing to Elemental!
To help the community judge your PR (Pull Request), please include the following:
Description:
Fix two Windows-specific issues:
Reference:
N/A
Tests:
These are build and startup fixes. No automated test added.