-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge master Release-6.0.0 into release #225
Merged
Merged
Conversation
This file contains 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
…s by user with dispatch_workflow permissions
Merge bypass due 23x builds not yet applying to this PR.
* [Delete] Alfresco V7.0 - V7.4 support * Too many breaking changes: * JDK11 => JDK17 * javax => jakarta
* [Fix] apix-docker startup - Added missing library for fasterxml * [Update] Creation Version File to run once * [Update] JUnit4 => JUnit5
…egration-tests without DE * [Broken] integration-tests are broken. The webscripts are currently not loaded in the running alfresco.
* Only supports Alfresco V23.1.0 && V23.2.1 * Javax => Jakarta Library * JDK 11 => JDK 17 * Dynamic-Extensions (DE) support dropped. Removed any plugin with DE for Alfresco 23.1 23.2 support * Changed the 'eu.xenit.alfresco-remote-testrunner' to JUnit-remote testrunner using nano-http technology. * Added JUnit-server subproject that sets up the server + makes the application context statically available * Read-in the static application-context to have all Alfresco/Apix beans available for the integration-tests. * Set Integration-tests Helper classes into the server subproject to make them available on the runtime-classpath for integration-tests * Used to be done via DE-OSGI-bundle magic (Swapping application-context during runtime). Current situation all integration-tests should be fixed besides 7 failing tests. All failing due to Postmapping not working correctly. "File not received" (Tests fail in Postman aswell).
* Added integration-tests port 4578 to docker-build Alfresco V23.2
…e dispatchServlet of Tomcat10 to allow MuliPartConfiguration and multiple forwadr slashes. * [REMARK] This fix will only run in the Alfred-API docker-compose. This has to be implemented on the imported projects. * context.xml file has to be copied to ${TOMCAT_HOME}/webapps/alfresco/META-INF/context.xml * [Integration-test] VersionHistoryService has a weird apix issue. * createVersion via the apix Implementation returns a license RO-issue. (Alfresco is not in RO-mode) * Solved by changing apixVersionHistory to AlfrescoVersionHistory Bean...
* Change severity of some logging. * Implement getBeans method in the BaseClass * Trying to Set Beans into the ApplicationContext will not be possible This is due to the setup not triggering the context initialization process making our own applicationContext unavailable for updates Meaning we cannot add beans to work with Autowire.
* Reverted JAcksonObjectMapper fix.
* [Cleanup] clean-up some old code + Formatting ALFREDAPI-548 [test] ALFREDAPI-548 [test] ALFREDAPI-548 [Test] Move task out of all/subprojects ALFREDAPI-548 [Test] Check docker-compose versino in ci * Build fails on ci but succeeds locally ALFREDAPI-548 [Test] Setup docker-compose installation (not present in ci build) ALFREDAPI-548 [Test] Set docker-compose into container ALFREDAPI-548 [Test] Fix ci build
* Update docker-alfresco v5.3.1 => v5.5.0 * fix docker-compose down issue locally
ALFREDAPI-548-split [Add] Alfresco V23.1 & V23.2 support
…u.xenit.alfred.api'
…besides the URLs * Class names * Method names * Variable names * Folder name
ALFREDAPI-556 [Update] package name-change from 'eu.xenit.apix' to 'e…
todorinskiz
approved these changes
Aug 20, 2024
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.
Fixes https://xenitsupport.jira.com/browse/ALFREDAPI-<YOUR TICKET ID>
Breaking changes include adding, changing or removing endpoints and/or JSON objects used in requests and responses.
@ExceptionHandler
in the webscript classes?this.
prefix avoided?See README.md for full explanation.