Emanuel George Hategan
Emanuel George Hategan
Thank you for raising the relevant ticket with jetbrains @krasa. Feel free to close the issue since not relevant for maven helper project.
I think the lack of consensus around this is because of the conflicting requirements of semver which was designed (mostly) for machine consumption and changelogs which are mostly for human...
I am also missing such a feature. What is the typical workaround for this? Storing the sortable fields in a database for the list view? That's not good enough in...
I've found this Hamcrest matcher useful (kotlin): ``` import org.hamcrest.Description import org.hamcrest.Matcher import org.hamcrest.TypeSafeMatcher import org.slf4j.Marker import uk.org.lidalia.slf4jext.Level import uk.org.lidalia.slf4jtest.LoggingEvent data class LoggingEventMatcher( private val level: Matcher? = null, private...