Skip to content

Release 7.1.0 #1737

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

Merged
merged 71 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
08048e1
Merge branch 'master' into develop
rjrudin Aug 19, 2024
0cf9546
Bumped to 7.0-SNAPSHOT
rjrudin Aug 19, 2024
578aad4
Better way of disabling some tests when using reverse proxy server
rjrudin Aug 26, 2024
b472e37
Merge pull request #1699 from marklogic/feature/java-17-test-fix
rjrudin Aug 26, 2024
10ee4fe
MLE-16147 Added disabled test for score-bm25 fix
rjrudin Sep 3, 2024
ddbfdd2
Merge pull request #1700 from marklogic/feature/score-bm25
rjrudin Sep 3, 2024
6286e5f
Bumping some test dependencies
rjrudin Oct 4, 2024
0c5e2e5
Merge pull request #1703 from marklogic/feature/dependency-bumps
rjrudin Oct 7, 2024
da048b2
Can now specify a page length of 0 when searching with OkHttpServices.
BillFarber Oct 7, 2024
8c8c745
Bumping slf4j-api to 2.0.16
rjrudin Oct 7, 2024
a1ac6ba
MLE-14438 : Use shortest-path function in Java plan builder
anu3990 Oct 7, 2024
ff2c6d2
Merge pull request #1705 from BillFarber/feature/AllowPageLengthZero
BillFarber Oct 7, 2024
0e15eab
Merge pull request #1706 from marklogic/feature/bump-logging
rjrudin Oct 7, 2024
87fb84c
Converting Jenkinsfile to use a docker-compose file
BillFarber Oct 11, 2024
569f0bb
Merge pull request #1710 from BillFarber/task/useDockerInJenkins
BillFarber Oct 11, 2024
3d88863
Added converters to docker-compose file
rjrudin Oct 16, 2024
6a02454
Removing jacksonVersion to try to make Palamida happy
rjrudin Oct 16, 2024
f0ed1c9
Add 8011 to open ports in the docker container.
BillFarber Oct 17, 2024
2c48903
Merge pull request #1711 from BillFarber/task/useDockerInJenkins
BillFarber Oct 17, 2024
e6de797
Create gradle-local.properties file in the root directory also
BillFarber Oct 18, 2024
035f6c6
Merge pull request #1712 from BillFarber/task/useDockerInJenkins
BillFarber Oct 18, 2024
73605df
Another port for the jenkins tests
BillFarber Oct 18, 2024
cfa0f88
Merge pull request #1713 from BillFarber/task/useDockerInJenkins
BillFarber Oct 20, 2024
4006929
More port additions to docker compose
BillFarber Oct 20, 2024
77af162
Merge pull request #1714 from BillFarber/task/useDockerInJenkins
BillFarber Oct 21, 2024
327b3ca
Now I suspect port 8020 should not be mapped in Docker.
BillFarber Oct 21, 2024
d99fa11
Merge pull request #1715 from BillFarber/task/useDockerInJenkins
BillFarber Oct 21, 2024
216bdfb
Remove a set of tests that not required.
BillFarber Oct 22, 2024
2f7315e
Merge pull request #1716 from BillFarber/task/useDockerInJenkins
BillFarber Oct 22, 2024
0ae4bff
Tearing down Docker after each test stage
rjrudin Oct 23, 2024
fd0b251
Merge pull request #1717 from marklogic/feature/jenkins-fix
rjrudin Oct 23, 2024
8be0eab
Regression test fixes
rjrudin Oct 23, 2024
7b5b36a
Merge pull request #1718 from marklogic/feature/test-fixes
rjrudin Oct 23, 2024
2a03602
Invoke errors are now forced to be JSON.
BillFarber Oct 29, 2024
dda6744
Merge pull request #1719 from BillFarber/task/fixInvokeErrorMessage
BillFarber Oct 29, 2024
2b21e3e
Updated testRedactUsPhone with bug comment
rjrudin Nov 1, 2024
8da51e4
Added test comments and bumped test-app dependencies
rjrudin Nov 5, 2024
e9bb8d3
Merge pull request #1721 from marklogic/feature/minor-bumps
BillFarber Nov 5, 2024
50eb0c4
Added test for the server-side vec:vector function fix.
BillFarber Nov 5, 2024
708f81c
Merge pull request #1720 from BillFarber/task/createTestForVecVectorCol
BillFarber Nov 5, 2024
163c58d
Added comment to VectorTest
rjrudin Nov 20, 2024
eead6a8
MLE-17306 Cleaning up Jenkinsfile
rjrudin Nov 22, 2024
20867ce
Merge pull request #1722 from marklogic/feature/17306-jenkins
rjrudin Nov 22, 2024
49ae6fe
MLE-17044 Added trueQuery, falseQuery, and operatorState
rjrudin Nov 22, 2024
8048ee2
Merge pull request #1723 from marklogic/feature/17044-structured-queries
rjrudin Nov 22, 2024
e86b011
MLE-17146 Added support for annTopK
rjrudin Nov 25, 2024
1bd90e8
MLE-18056 Fixing null pointer bug in JSONErrorParser
rjrudin Nov 25, 2024
b0bbf5b
Merge pull request #1724 from marklogic/feature/18056-bug
rjrudin Nov 26, 2024
8d9b273
Merge pull request #1725 from marklogic/feature/17146-top-ann-k
rjrudin Nov 26, 2024
a409536
A few test updates
rjrudin Nov 27, 2024
ab7197a
Merge pull request #1726 from marklogic/feature/more-test-fixes
rjrudin Nov 27, 2024
b59518c
MLE-17235 Removed weight from shortest-path
rjrudin Nov 27, 2024
fb8baf0
Merge pull request #1727 from marklogic/feature/17235-remove-weight
rjrudin Nov 27, 2024
08b0f93
Added support for zero and random
rjrudin Dec 5, 2024
82b468f
Merge pull request #1730 from marklogic/feature/more-score-methods
rjrudin Dec 5, 2024
9709182
MLE-18458 Added support for try-with-resource
rjrudin Dec 20, 2024
cc9c45c
Merge pull request #1731 from marklogic/feature/18458-try-client
rjrudin Dec 23, 2024
b13710e
Optimizing imports and formatting
rjrudin Jan 3, 2025
44450b7
MLE-19222 Eval/invoke now stream results
rjrudin Jan 3, 2025
9a20a17
Merge pull request #1732 from marklogic/feature/19222-oom
rjrudin Jan 3, 2025
dcabf41
Sanity check to ensure connection is closed
rjrudin Jan 3, 2025
e1778ba
Merge pull request #1733 from marklogic/feature/oom-memory-leak
rjrudin Jan 3, 2025
9fba4be
MLE-18751 Added docs about descriptors and content versioning
rjrudin Jan 3, 2025
0968329
Merge pull request #1734 from marklogic/feature/18751-docs
rjrudin Jan 4, 2025
919284a
MLE-19240 Added marklogic.client.connectionString
rjrudin Jan 6, 2025
728ef0c
Merge pull request #1735 from marklogic/feature/connection-string
rjrudin Jan 6, 2025
24fc77f
MLE-19240 Allowing for host to override connection string
rjrudin Jan 6, 2025
ef9275a
Merge pull request #1736 from marklogic/feature/connection-string
rjrudin Jan 6, 2025
6f174d6
Updating NOTICE file
rjrudin Jan 6, 2025
ebbad5c
Merge pull request #1738 from marklogic/feature/notice-update
rjrudin Jan 6, 2025
54ed649
Bumped to 7.1.0
rjrudin Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ml-development-tools/src/test/ml-modules
ml-development-tools/src/test/java/com/marklogic/client/test/dbfunction/generated

.vscode
docker/
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ and add the following (you can override additional properties as necessary):
Note that additional properties are defined via `./tests-app/gradle.properties`, though it is not expected that these
properties will need to be changed.

The application is then deployed via the following command:
The tests require a MarkLogic instance with access to several ports (8000,8001,8002,8012,8014,8020). That instance may
be a local instance or it may be running in a Docker container. If you would like to create a Docker container with the
instance, you may create the container with the following commands (starting in the project root directory):

```
cd test-app
docker-compose up -d --build
cd ..
```

Once you have a MarkLogic instance ready, the application is then deployed via the following command:

./gradlew mlDeploy -i

Expand Down
Loading