-
| --- | --- |
| Bugzilla Link | [573718](https://bugs.eclipse.org/bugs/show_bug.cgi?id=573718) |
| Status | NEW |
| Importance | P3 normal |
| Reported | May 23, 2021 15:01 EDT |
| Modified | Nov…
-
| --- | --- |
| Bugzilla Link | [560864](https://bugs.eclipse.org/bugs/show_bug.cgi?id=560864) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 06, 2020 10:11 EDT |
| Modified | Mar…
-
Hi,
I've got a question regarding csi mode and also the way of creating kubernetes secrets using `secretObjects` from SecretProviderClass.
Possibly a miss understanding from my side but I have a h…
-
**Is your feature request related to a problem? Please describe.**
We can't write on the Account object's fields (by the flow invoked by SFCC creation/update) instead of on those on the Contact (with…
-
A service declaration allows a type-descriptor to be specified for the type of the constructed service object. When declaring a service for an async API, it would be natural to use this to refer to a …
-
Elastic [Email Object ](https://www.elastic.co/guide/en/ecs/8.8/ecs-email.html) is currently not mapped to STIX. As an example, an Email Object
```
"email": {
"attachments": [
…
-
Getting following error while mapping dynamically created objects
Error: A permanent module can not refer to a volatile module.
-
Hello, we would like to extract planes representing objects surfaces in order to retrieve points belonging to those planes from point clouds. Is there any method or approach that would allow to do th…
-
Hey,
We have a problem with mapping a class which has no properties or all properties are null.
Here is a simple example:
``` java
class Parent {
Child child;
};
class Child {
};
```
If we map a …
-
Hi. You've got an example of mapping `ResultSet` to domain object. Can you provide an example of mapping JOOQ record domain object mapping?