thymeleaf-scripting icon indicating copy to clipboard operation
thymeleaf-scripting copied to clipboard

Thymeleaf scripting plugin for MyBatis

Results 6 thymeleaf-scripting issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mybatis/thymeleaf-scripting). ## Open The following updates have all...

I using below version: 1. org.mybatis.scripting:mybatis-thymeleaf:1.0.4 2. org.springframework:spring-jdbc:6.0.9 3. java 17 This issue occurs when using object properties with `mb:p`. Probably because Spring JDBC does not allow you to specify...

I see when using template mode is CSS or TEXT, thymeleaf use org.thymeleaf.templateparser.text.TextParser for parse template. Therefore, we cannot use PRECEDENCE attribute for sort processor before parsing. In my case,...

help wanted
waiting for feedback

In current feature, it does not support for appending and trimming SQL key-word(e.g. WHERE, AND, SET) like as [`` and `` provided by xml based scripting language](http://www.mybatis.org/mybatis-3/dynamic-sql.html#trim_where_set ). So, we...

enhancement
help wanted

mybatis/mybatis-3#2670 AFAIK, this does not affect any functionality.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [maven-wrapper](https://maven.apache.org/tools/wrapper/) ([source](https://redirect.github.com/apache/maven-wrapper)) | `3.3.2` -> `3.3.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.wrapper:maven-wrapper/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.wrapper:maven-wrapper/3.3.2/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...