onmishkin
onmishkin
The just-released Eclipse 2022-06 (4.24) has some changes WRT project-level info about what character encoding is used for files in the project. See [this 4.24 New & Noteworthy section](https://www.eclipse.org/eclipse/news/4.24/platform.php#no-explicit-encoding-project-warning) about...
### Expected Behavior Import should work. ### Current Behavior Import produces this exception: ``` Caused by: java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x5839e94f) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler)...
Although Spring Data MongoDB has support for MongoDB comments (e.g., `Query.comment(String)` and `@Meta(comment = "...")`) I'd like to see that support extended to support a use case I'd like to...
AFAICT there's no way to access MongoDB's "maximum query execution time" capability when Spring Data MongoDB's support for Querydsl. Since I already had my own extension of `QuerydslMongoPredicateExecutor` (for unrelated...
I have a `@Document` class, `Foo` with a field like this: ``` @Field(value = "bar", targetType = FieldType.OBJECT_ID) String bar; ``` I'm using QueryDSL so I also end up with...
I'm having problems trying to run these two SAML2 samples: * https://github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration/saml2/login * https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/login The Gradle command line in the READMEs doesn't work. I figured out what I think are...
**Version info** - OS: macOS 14.5 - Build: 2096 **Description** The commit operation is very slow, even when the diff is small and contains just one file. **Steps to reproduce**...