Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FIT-Connect-SDK - Java
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - Java
Commits
81900890
Commit
81900890
authored
1 year ago
by
Martin Vogel
Browse files
Options
Downloads
Patches
Plain Diff
refactor: ad migration guide (
planning#1684
))
parent
b0539223
No related branches found
No related tags found
1 merge request
!323
#1713: Release 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/update-guide.md
+28
-0
28 additions, 0 deletions
docs/update-guide.md
with
28 additions
and
0 deletions
docs/update-guide.md
0 → 100644
+
28
−
0
View file @
81900890
## Update from 1.0.0 to 2.0.0
### Rename
-
[ ] Rename the static client getters in ClientFactory from
``getClient``
to
`createClient`
for:
-
`ClientFactory.createSenderClient(config)`
-
`ClientFactory.createSubscriberClient(config)`
-
`ClientFactory.createRouterClient(config)`
-
[ ] Rename the static getters in ReplyChannel from
``from``
to
`to`
for:
-
`ReplyChannel.ofEmail(...)`
-
`ReplyChannel.ofDemail(...)`
-
`ReplyChannel.ofFink()`
-
`ReplyChannel.ofElster()`
-
`ReplyChannel.ofFitConnect()`
### Fix imports
Several model classes have been moved to the API module. Therefore, the imports of the following classes have to be adjusted:
-
[ ] Received Submission
### Configuration
#### ProxyConfig
#### Local Data Schemas
### Deprecations
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment