-
Código apresentado
```Java
public void obterProximoEvento() {
/*Set dateSet = eventosMap.keySet();
Collection values = eventosMap.values();*/
//eventosMap.get();
LocalDate dataAt…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
This seems to be a regression of #198 as far as I can tell. It seems to be the same issue that was supposedly fixed in 5.7, however, I'm still experiencing it on 6.2
Using a custom scalar type that…
-
### Environment
- Platform version: 7.2.0-SNAPSOT
### Description of the bug or enhancement
```java
String query = "select case when cat.name = :q1 then :q2 else :q3 end from querydslcuba_Ca…
-
If you use the `localdate` filter in a template and want to show the monthname (i.e. aug), Bolt adds a . (dot) after the month name.
Example:
`{{ record.datepublish|localdate(format='j M Y') }}`…
-
Hi,
If I do
```
query getNewInventoryQuery($vin: String!, $fromDate: LocalDate!) {
parts: getInventory(stockNumber :"XXX-2343-1", fromDate: $fromDate){
restockDate
stockNumbe…
-
The current spec text mentioned that users can create their own scalar types, however not how.
My suggestion is to create a new Annotation `@CustomScalarMarker` and an interface `CustomScalar` that…
-
localDate:更新了用户信息【localDate的dayOfMonth】从【1】修改为【4】;【localDate的dayOfWeek】从【WEDNESDAY】修改为【SATURDAY】;【localDate的dayOfYear】从【32】修改为【35】
localDateTime:更新了用户信息【localDateTime】从【2023-02-01】修改为【-999999999-01…
-
### Describe the bug
[Primitive deserialization](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md#primitive-serializer=) is not working.
### Reproduction repo
This se…
-
Hello,
I experienced the following daylight savings time (DST) issue when using jdbi3 with LocalDate and declarative api.
We have a MySQL table, which has a couple of `DATE` columns. On the Java…
ngeor updated
3 years ago