-
It, for good reason, doesn't control the version of any Spring Boot dependencies but people assume that it will. This is confusing people. Assuming it doesn't break the release process, we should get …
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/incubator-sh…
-
**Describe the bug**
Error when trying to access annotation page via last activity link.
```
2020-09-28 16:43:44 ERROR [admin] DefaultExceptionMapper - Unexpected error occurred
javax.pers…
-
When Creating a new Cycle, the Backend throws an exception. This only happens after the first own Cycle was created.
Steps to reproduce the behavior:
1. Go to a company that you created
2. In the…
-
Hi,
when am trying to save List using converter containing the geometry data, am facing the unwrap exception.
```
@Column(columnDefinition = "Geometry")
@Convert(converter = ListDoubleTo…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
Unable to commit against JDBC Connec…
-
**Describe the issue**
When a `StaleStateException` is raised by Hibernate, SQL parameters are always added to the exception message, because `PgPreparedStatement`'s toString adds them by default. …
-
This is to unwrap the specific issue of resultset schemas from the many involved in dotnet/runtime#14302.
[Back on May 5th](https://github.com/dotnet/corefx/issues/1039#issuecomment-99186515) @davkean…
-
We are trying to update our springboot application from 2.1.0 to 2.3.2
All goes good except for some specific queries that we have. Our queries work up until 2.1.16, but not on 2.2.0
Our query is …
-
Hello, I am building several REST APIs with MySql. I am coming from using spring with hibernate. I am playing with your framework, however I see all of your examples using database are done using plai…