Skip to content

Commit

Permalink
## 1.6.3
Browse files Browse the repository at this point in the history
Entspricht der Spezifikation nach Version 1.6.3

### Features

- DeleteCert -> wieder aktiv
- changeDateTime -> Dateistruktur Anpassung
- Suchen nach einer Liste von Uids -> siehe link:VZDCL_GettingStarted.adoc#_uidsuche[UidSuche]
- Neue Parameter (professionOID & entryType) -> link:VZDCL_GettingStarted.adoc#_read_directory_entry_certificate[Read]
- Neue Opperation -> siehe link:VZDCL_GettingStarted.adoc#_get_server_info[ServerInfo]
- Umgenennung -> Owner zu Holder

### Bugfixes

- SaveModifiy -> Holder, MaxKOMLEadr und ProfessionOID werden aus dem eingegebenen Command übernommen
- Read Parameter angepasst und vollständig
- UnixTimestamps werden in OffsetDateTime umgewandelt und werfen keine Exception mehr. Damit werden alle Einträge geloggt. Es wird eine Warnung ausgegeben, falls ein solcher Eintrag gelesen wird.
  • Loading branch information
Gematik-Entwicklung committed Jul 29, 2021
1 parent 0cf35fa commit 645541b
Show file tree
Hide file tree
Showing 197 changed files with 17,880 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# exclude jar for gradle wrapper
!gradle/wrapper/*.jar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# build files
**/target
target
.gradle
build

# generated #
generated/jaxb/*

#testData#
.bsp*Command.xml
.idea/

#Incluede TestServer#
!src/test/resources/exec/Testserver.jar
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (c) 2021 gematik GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading

0 comments on commit 645541b

Please sign in to comment.