micronaut-views icon indicating copy to clipboard operation
micronaut-views copied to clipboard

Micronaut Integration with Server Side View Rendering

Results 48 micronaut-views issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.template:soy](https://togithub.com/google/closure-templates) | `2023-09-13` -> `2023-12-13` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.template:soy/2023-12-13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.template:soy/2023-12-13?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.github.jknack:handlebars](https://togithub.com/jknack/handlebars.java) | `4.3.1` -> `4.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.jknack:handlebars/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.jknack:handlebars/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

Fixes #360 Instead of passing a missing body to the view do an early exit if a redirect is encountered.

This changeset amends the Soy view renderer, to support a new interface called `ReactiveViewRenderer`. The new interface generates a Flowable instead of a Writable, so that reactive chunked responses can...

status: awaiting feedback
type: enhancement
status: next major version

### Issue description Executing the [micronaut-live-newsletter](https://github.com/micronaut-advocacy/micronaut-live-newsletter) app with the agent generates at latest the following config: ```json [ { "name":"org.thymeleaf.context.AbstractEngineContext", "queryAllDeclaredMethods":true, "queryAllPublicMethods":true} , { "name":"org.thymeleaf.context.IContext", "queryAllDeclaredMethods":true} , { "name":"org.thymeleaf.context.IEngineContext", "queryAllDeclaredMethods":true}...

relates-to: graal

### Expected Behavior _No response_ ### Actual Behaviour Basically the same error as in https://github.com/micronaut-projects/micronaut-views/issues/257 ``` 00:01:05.154 [io-executor-thread-1] ERROR org.thymeleaf.TemplateEngine - [THYMELEAF][io-executor-thread-1] Exception processing template "home": Exception evaluating OGNL expression:...

relates-to: graal
info: workaround available

To migrate existing Grails apps away from the monolith or for those who like GSPs, they should be one of the default Server Side View Rendering options. In the meantime,...

status: awaiting third-party
lang: groovy
type: enhancement
status: future consideration

### Issue description > I have been working on a spike to generate scaffolding views for HTML forms (an identical approach could be done to create scaffolding for REST endpoints)....