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
Graph
81900890d661577fb7720cabb0b23714896391b1
Select Git revision
Branches
11
chore/zbp-adapter-test-env
feature/1731-streaming-cipher
feature/1779-network-test
feature/2215-service-locater-pattern
feature/2333-bpmn-innoweek
feature/2411-actor-configuration
feature/654-cucumber-dummy
feature/667-derive-vpki
feature/upgrade-java-21
main
default
protected
refactor/1989-refactor-replies
Tags
20
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0-rc.1
1.1.0-rc.0
1.0.0
31 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
May
14
13
11
10
8
7
6
5
3
2
29
Apr
25
24
23
22
20
19
18
17
16
15
13
12
11
10
9
8
2
26
Mar
20
18
17
15
14
13
12
11
9
8
7
4
2
1
29
Feb
28
27
23
22
21
20
19
16
15
14
13
8
7
6
5
4
1
30
Jan
29
27
25
24
22
15
14
11
10
9
8
4
2
28
Dec
24
21
19
18
17
15
13
11
8
5
4
3
1
30
Nov
29
28
27
3
2
1
27
Oct
26
25
24
23
21
20
19
18
17
16
refactor: reuse method (planning#1522))
feat: add hashing for input stream (planning#1522))
refactor: fix reply sender attachment handling (planning#1522))
refactor: send chunked attachments created by the handler (planning#1522))
refactor: add option to send attachment streams (planning#1522))
refactor: make auth tag parsing public (planning#1522))
refactor: add option to store chunked file data and unchunked data in byte[] (planning#1522))
refactor: do not load data into memory but store a stream reference instead (planning#1522))
refactor: use uuid if no filename is present (planning#1522))
feat: chunking option to config (planning#1522))
feat: add attachment handler to create chunked and unchunked payloads (planning#1522))
refactor: use path object instead of string (planning#1522))
refactor: remove toBytes in logger to safe memory (planning#1522))
feat: add input stream payload (planning#1522))
refactor: add stopwatch (planning#1522))
feat: add chunk concat of the split files (planning#1522))
refactor: adjust sec formatting (planning#1522))
refactor: rename variable (planning#1522))
feat: add attachment chunker for file paths and streams (planning#1522))
refactor: decrease default after visualvm profiling of the heap (planning#1522))
refactor: fix resource paths (planning#1522))
refactor: extend test by large attachment (planning#1522))
test: add tests for large attachments and in-memory data (planning#1522))
refactor: add stream option for large attachment data (planning#1522))
refactor: fix test (planning#1522))
refactor: rollback to 9.37 because 9.38 enforces a limit of 100K ciphertext length if compression is on, which is currently also validated by ZSD
refactor: adjust chunking for large data from files and in-memory data (planning#1522))
refactor: store two data sources in attachment based on the size of the payload (planning#1522))
feat: add new attachment exception (planning#1522))
refactor: adjust max. chunk size according to max. attachment size in ZSD incl. space for compression overhead that is applied after chunking (planning#1522))
refactor: add javadoc (planning#1522))
refactor: add config example (planning#1522))
test: add max chunk size test (planning#1522))
refactor: add max size check and throw exception if allowed size is exceeded (planning#1522))
refactor: add javadoc (planning#1522))
refactor: cleanup assertions (planning#1522))
refactor: remove unnecessary rethrow and exception in catch block (planning#1522))
refactor: rethrow io-exception as runtime exception (planning#1522))
refactor: remove digest reset and create new message digest on each method call to prevent multi-thread issues (planning#1522))
chore: add javadoc (planning#1522))
Loading