Kedar Joshi

Results 6 issues of Kedar Joshi

Few months ago, commit 1db476db included the fixes for [HHH-12973](https://hibernate.atlassian.net/browse/HHH-12973). This commit also added the following change in `PostgreSQL81Dialect.java` ```java @Override public String getQuerySequencesString() { // return "select relname from...

5.4

**Steps** 1. Add JavaMelody Spring Boot Starter v1.91.0 to a Spring Boot project (with Quartz). 2. Configure Quartz scheduler as below - ```properties # Job scheduler properties spring.quartz.scheduler-name = Quartz-Job-Scheduler...

Additional changes include - 1. Replace usage of newly deprecated methods. 2. Update interface Javadoc to align with deprecated implementation in (ImmutableMapFactoryImpl#ofMap). Closes gh-738 Signed-off-by: Kedar Joshi

### Which @codeimage/* package(s) are relevant/releated to the feature request? codeimage ### Description CodeImage is my preferred way of generating code screenshots and it's an amazing tool (so thank you...

wontfix
feature
P2

**Description** Currently there is only an on / off support for having XML attributes on new line i.e. either we can have all attributes on one line or each attribute...

Feature
Module: XML Formatter

**Describe the bug** Rename variable action (`Shift + F6`) in Kotlin fails with exception. **To Reproduce** Steps to reproduce the behavior: 1. In a Kotlin class invoke rename variable with...

bug