Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.04 KB

File metadata and controls

48 lines (32 loc) · 1.04 KB
name Bug report
about Report a bug in the STACKIT Java SDK
title
labels bug
assignees

Description

Please add a clear and concise description of what the bug is.

Steps to reproduce

// put your Java example here
// ...
  1. Run ...
  2. ...

Actual behavior

Please describe the current behavior of the STACKIT Java SDK. Don't forget to add detailed information like error messages.

Expected behavior

Please describe the behavior which you would expect from the STACKIT Java SDK in that case.

Environment

  • OS:
  • Java version (see java --version): X.X.X
  • Version of the STACKIT Java SDK:
# please run the following command to get the versions of the STACKIT Java SDK versions and add the output here in this code block

$ mvn dependency:list | grep "stackit"

Additional information

Feel free to add any additional information here.