-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fiksclient + digisosapiclient: resttemplate til webclient #339
Merged
martintveter
merged 34 commits into
master
from
fiksclient_endre_fra_resttemplate_til_webclient
Mar 17, 2021
Merged
Changes from 27 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
027dce8
tester ut spring webflux (reactive) i norgclient
martintveter b3c4d8b
trenger ikke "it.addAll(headers)"
martintveter cf68be3
accept json
martintveter 546026b
bruker jetty
martintveter 521bd24
formatting
martintveter a5f242c
spesifiser servletApi version
martintveter 9764f97
Revert "spesifiser servletApi version"
martintveter 5c4c74b
ping fix
martintveter 0af5d9d
errorhandling. fjerner unødvendig ekstra logging av NorgException i I…
martintveter 3fb156d
asdf
martintveter db88c68
bump sosialhjelp-common (forelopig snapshot-versjon)
martintveter 64a1bc0
formatting
martintveter 99997a3
coroutines reactor
martintveter 04e3685
webclient bean
martintveter 49049e8
webclient config
martintveter ee6e4ef
proxy
martintveter 6171419
mock idportenclientconfig for test
martintveter f4723f0
asdf
martintveter 979fe7c
proxiedWebClient for idportenclient og kommuneinfoclient (og fiksclie…
martintveter c748bf9
non-snapshot sosialhjelp-common
martintveter e32711a
skriver om fra resttemplate til webclient for fiksclient.
martintveter c5dcf58
asdf
martintveter bc55245
Merge branch 'master' into fiksclient_endre_fra_resttemplate_til_webc…
martintveter fd59a05
Merge branch 'master' into fiksclient_endre_fra_resttemplate_til_webc…
martintveter 663d6c7
asdf
martintveter 37b21cc
hmhm
martintveter 6770e27
max memory size for fiksWebClient
martintveter 09e74c0
cleanup
martintveter 86f8983
cleanup
martintveter b6430cd
cleanup
martintveter 0178385
ryddings.
martintveter 53f0e9f
fjern exception fra error-logging i exceptionHandler. Disse loggmeldi…
martintveter 0eb6999
fiksWebClient konfigurert med objectMapper
martintveter 4e335fe
fiksWebClient konfigurert med objectMapper
martintveter 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
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.
Disse er jo rimelig like, kan de skrives i en?
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.
Jepp! Noe som dette hadde blitt mer konsist
Tenkte å ta en runde med forenkling av feilhåndtering i webclients etter at alle restemplater er erstattet :)