-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Update citrus-remote to Citrus version 4 #6
Merged
christophd
merged 23 commits into
citrusframework:main
from
maletic:update-citrus-remote-to-newest
Sep 2, 2024
Merged
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b0437a8
Switch spark-core to updated fork
maletic 726be08
Fix imports caused by dependency change
maletic e7aa5a0
Increase citrus version
maletic a65285f
Attempt to fix code problems caused by new citrus version
maletic dccab41
Remove archiver as provided
maletic 9daf6bf
Use shade plugin to shade jetty and jakarta servlet API
maletic f81a2bd
Upgrade apache http client to version 5
maletic 11bd025
Update other dependencies to same version as citrus bom
maletic 8c65b33
Change packages from com.consol.citrus to org.citrusframework
maletic fc5b88f
ci: add maven wrapper
bbortt 3828749
chore: code refactoring using sonar
bbortt 60dcf60
Merge pull request #1 from bbortt/chore/cleanup
maletic 0c1d026
Rename assemblyConfiguration to assembly for backwards compatibility
maletic 0372289
ci: add sample project
bbortt 6514180
Fix plugin not being able to read response content
maletic a999e19
Incorporate requested changes regarding version upgrades without samp…
maletic 95a953b
Increase plugin versions
maletic a9d9f7a
Merge branch 'update-citrus-remote-to-newest' into fix/add-sample-to-…
maletic fc31eb2
Merge pull request #2 from bbortt/fix/add-sample-to-build
maletic bf57096
Revert "add sample project"
maletic b6472cd
Merge pull request #3 from maletic/revert-2-fix/add-sample-to-build
maletic 1d45907
Increase version
maletic 154ee61
Changed version to 4.4.0-SNAPSHOT
maletic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip |
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should set this to
4.3.1.-SNAPSHOT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because you want to sync it with citrus? I think that's a bad idea. what if there's a bugfix in citrus-remote, but not in citrus? versions get out of sync so easily. I think it should just be
4.0.0
(and-SNAPSHOT
).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christophd I think you'd agree here (before merging)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should try to keep in sync and yes it may be tedious. I would try to only differ in minor releases when there is a bugfix. As a long-term objective we should bring citrus-remote back to citrus core project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, if that's the goal :)