-
I was working on yet another implementation of the builder pattern, and pushing the type system to hold info about whether a type has been initialized. I used a proc macro to handle the boiler plate c…
-
Hi!
I have problem while integrating this library with my project (Spring boot 2.7.2, Spring Data Rest (last stable)).
I need to write custom controller for search logic but with all of advantages…
-
**[Martin Ždila](https://jira.spring.io/secure/ViewProfile.jspa?name=m.zdila)** opened **[DATAJPA-744](https://jira.spring.io/browse/DATAJPA-744?redirect=false)** and commented
Given entities and rep…
-
Hello,
the DataTablesInput is trying to search the date column (**fecha_alta**) like varchar2 column.
(lower(cast(expediente0_.fecha_alta as varchar2(255 char))) like ? escape ?) order by expedi…
-
I am currently looking to display data in a DataTable from view by PostgeSQL.
I have created an Entity class for the view and a Repository that extends DataTablesRepository, just like a normal table.…
-
Hello!
Is it possible to filter a List-field with a "contains"-function?
If I got a field with datatype List and I want to filter with something like this:
`?filter=stakeholders.roles contains …
-
When copying bounds from a trait assoc item, you can accidentally copy the semicolon. If you forget to remove it, *multiple* errors are emitted, while the second is:
```
error: associated function in…
-
Hello,
I am trying to implement this trait:
```rust
pub trait JsSerializable {
fn size(&self) -> u32;
fn ser(&self, cursor: &mut Cursor) -> ();
}
impl JsSerializable for &'static …
-
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAJPA-1511](https://jira.spring.io/browse/DATAJPA-1511?redirect=false)** and commented
Right now the `Betwee…
-
Hi, thanks for useful project!
I have a problem very similar to this closed issue https://github.com/tkaczmarzyk/specification-arg-resolver/issues/14
Spec:
```java
@JoinFetch(paths = {"divisions…