You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Released feature does not work as expected in the SAP Cloud SDK for AI (Java).
3
+
labels:
4
+
- bug
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
This repository is for Java related issues only. Please open [JavaScript / TypeScript issues here](https://github.com/SAP/ai-sdk-js/issues/new/choose)
10
+
For any issue with the AI Core client, use the [Slack Support Channel for AI Core](https://sap-ml.slack.com/archives/C01DZC6EGB0) then simply type `/support-request`
11
+
**Missing information may result in delayed response**
12
+
- type: textarea
13
+
attributes:
14
+
label: "Describe the Bug"
15
+
description: "A clear and concise description of what the bug is."
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
attributes:
20
+
label: "Steps to Reproduce"
21
+
description: "Steps to reproduce the behavior."
22
+
placeholder: |
23
+
1. Set up ...
24
+
2. Execute ...
25
+
3. Confirm ...
26
+
4. See error
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
attributes:
31
+
label: "Expected Behavior"
32
+
description: "A clear and concise description of what you expected to happen."
33
+
validations:
34
+
required: true
35
+
- type: textarea
36
+
attributes:
37
+
label: "Screenshots"
38
+
description: "Add screenshots to help explain your problem."
39
+
validations:
40
+
required: false
41
+
- type: textarea
42
+
attributes:
43
+
label: "Used Versions"
44
+
description: "Provide versions used in the project."
45
+
value: |
46
+
- Java and Maven version via `mvn --version`: ...
47
+
- SAP Cloud SDK for AI version: ...
48
+
- Spring Boot or CAP version: ...
49
+
- <details><summary>Dependency tree via `mvn dependency:tree`</summary>
50
+
51
+
```
52
+
Dependency tree here
53
+
```
54
+
</details>
55
+
validations:
56
+
required: true
57
+
- type: textarea
58
+
attributes:
59
+
label: "Code Examples"
60
+
description: "Add code snippets as examples to help explain your problem. Please remove sensitive information."
61
+
value: |
62
+
```java
63
+
// Your code here
64
+
```
65
+
validations:
66
+
required: false
67
+
- type: textarea
68
+
attributes:
69
+
label: "Stack Trace"
70
+
description: "Add your stack trace here. Please remove sensitive information."
71
+
validations:
72
+
required: false
73
+
- type: textarea
74
+
attributes:
75
+
label: "Log File"
76
+
description: "Add your log file or related error message. Please remove sensitive information."
77
+
value: |
78
+
<details><summary>Log file</summary>
79
+
...
80
+
</details>
81
+
validations:
82
+
required: false
83
+
- type: dropdown
84
+
attributes:
85
+
label: "Affected Development Phase"
86
+
description: "Choose the development phase affected by this issue."
87
+
multiple: false
88
+
options:
89
+
- Getting Started
90
+
- Development
91
+
- Release
92
+
- Production
93
+
validations:
94
+
required: true
95
+
- type: dropdown
96
+
attributes:
97
+
label: "Impact"
98
+
description: "Choose the impact severity."
99
+
multiple: false
100
+
options:
101
+
- No Impact
102
+
- Inconvenience
103
+
- Impaired
104
+
- Blocked
105
+
validations:
106
+
required: true
107
+
- type: textarea
108
+
attributes:
109
+
label: "Timeline"
110
+
description: "Please briefly state your timeline, e.g., Go-Live in 12 weeks."
For more customization, creating a [HeaderProvider](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#about-headerproviders) is also possible.
257
+
Create a [HeaderProvider](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#about-headerproviders).
264
258
265
259
266
260
### _"There's a vulnerability warning `CVE-2021-41251`?"_
0 commit comments