onmishkin

Results 7 issues of 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...

a:bug :beetle:

### 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)...

a:bug :beetle:

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...

type: enhancement

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...

status: waiting-for-triage
type: enhancement

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...

type: bug
status: feedback-provided

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...

bug

**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**...