-
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
Pal 508 tidy up clients dependencies #55
Conversation
* Few small changes * Configuration now stores Palisade and Filtered Resource urls as URU instances and not Strings. Changes made to implement this * More documentatioin about the API added to the README.md
* NOTICES.md set common and readers to snapshot * Spelling * Logging changes * Added missing register client method which should be used internally. * Better Javadoc
* Added more Javadoc * Converted comments to javadoc where ncessary * More robust client loading in ClientManager * More logging in ClientManager * More documentation around properties * Default to HTTP/1.1 * Added configuration property to enable HTTP/2 * Configured the test server for HTTP/2 * Sonar Issues
…ilt code and updated NOTICES and dependency trees
… Pal-508-clients-dependencies
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.
Usual suspects with files that do not need to be included a PR (mvn_depenency_tree.txt etc) and a couple of questions about a few items that are in the maven files.
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.
Just need to add logback back in so we get logging for tests.
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.
Basically all the changes I could see I couldn't comment on...
Properties:
'slf4j' and 'rxjava' should be at the top under 'runtime'
'json-flattener' is not needed
Unify micronaut and micronaut-test to just micronaut (2.3.2, as 2.3.4 is not available for all of them)
'junit.platform.version' is not needed
DependencyManagment:
Not needed, use is for when this is used as a parent pom. I don't see that happening
Dependencies:
You can at least drop micronaut-inject
micronaut-inject-java should be 'test' scope
remove unused property Co-authored-by: dev930018 <56113485+dev930018@users.noreply.github.com>
No description provided.