Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-adapter
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
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
OZG-Cloud
app
eingang
xta-adapter
Compare revisions
e52121bfeccbf3b7dc8ceb01170be47783ee6ed5 to 2e96787586f475c5d9bd3d1017baca5fcc41279f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ozg-cloud/app/eingang/xta-adapter
Select target project
No results found
2e96787586f475c5d9bd3d1017baca5fcc41279f
Select Git revision
Swap
Target
ozg-cloud/app/eingang/xta-adapter
Select target project
ozg-cloud/app/eingang/xta-adapter
1 result
e52121bfeccbf3b7dc8ceb01170be47783ee6ed5
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
KOP-3126 pom: Use xta-client-lib 0.2.2
· ab888b0d
Jan Zickermann
authored
1 week ago
ab888b0d
KOP-3126 config: Enable soap schema validation by default
· 2e967875
Jan Zickermann
authored
1 week ago
2e967875
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/resources/application.yml
+1
-0
1 addition, 0 deletions
src/main/resources/application.yml
with
2 additions
and
1 deletion
pom.xml
View file @
2e967875
...
...
@@ -45,7 +45,7 @@
<eingang-manager.version>
2.19.0
</eingang-manager.version>
<intelliform-semantik.version>
2.19.0
</intelliform-semantik.version>
<dfoerdermittel-semantik.version>
2.19.0
</dfoerdermittel-semantik.version>
<xta-client-lib.version>
0.2.
1
</xta-client-lib.version>
<xta-client-lib.version>
0.2.
2
</xta-client-lib.version>
<xmlschema.version>
2.3.0
</xmlschema.version>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application.yml
View file @
2e967875
...
...
@@ -9,6 +9,7 @@ ozgcloud:
max-list-elements
:
100
keystore
:
type
:
PKCS12
validate-soap-schemas
:
true
eingang
:
fim
:
schemeLocations
:
...
...
This diff is collapsed.
Click to expand it.