Conversation
…g private url support
…IQSS/9126-allow_workflow_tokens_in_access_api IQSS/9126- Fix workflow token access
7000 mpconfig files basic
"Use a version like '4.11.0.1' in the example above where the previously released version was 4.11" -- dev guide That is, these scripts should have been 5.12.1.whatever since the last release was 5.12.1. Fixing. (They were 5.13.whatever.)
… authenticated & unauthenticated user)
extract metadata (NcML XML) from NetCDF/HDF5 files, new "requirements" option for external tools
class field can be replaced by local variable
update guides on Harvard Dataverse AWS config IQSS#8922
…L validation to fail
9293 - New filter-based design for the API authentication mechanisms (1/2)
…refactor 9293 - Apply filter-based auth for all API endpoints (2/2)
|
I had resource problem when building and running integration test, my disk was getting full quickly. I have solved it by adding |
|
Hi @ErykKul ! Thanks for putting so much work into this. Yet, this is a monster of a pull request as you moved in a lot of additional changes unrelated to moving to Payara 6 and the merge of the I just updated the underlying branch to latest I had the impression you'd also try to move things towards Java 17. This happens in a different show over at #9291, as this is also a very valid goal still being on Payara 5. Would you be so kind to take a look at what things might be good to include there first? (That branch already had the update with REST assured and I saw you fixed a couple of code parts related to this.) Again: thanks for sharing the efforts! Much appreciated! |
What this PR does / why we need it:
I was playing with Payara 6 and I had some tests failing. I have merged the develop branch on the 8305-payara6-ee10 branch, fixed some tests, done some library updates, etc.
In order to avoid double work, I thought that I will just share it. Note that two integration test are still failing due to the known issue with slf4j logging:
payara/Payara#6211
payara/Payara#5898
Special notes for your reviewer:

If it is more work to review it than the amount of work it saves, just reject it.
My commits:
Suggestions on how to test this:
Run the unit and integration tests; the build uses Payara 6 with jdk 17.