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 series of commits is functionally nearly identical to the current code (save for a bug fix to the sandbox that nobody uses yet). However it improves the code in...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.graalvm.polyglot:js](http://www.graalvm.org/) ([source](https://redirect.github.com/oracle/graal)) | `24.0.1` -> `24.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.polyglot:js/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency-upgrade

### Expected Behavior It should be possible to use React support with a fully obfuscated JS file. ### Actual Behaviour The component is looked up correctly but then the render...

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

type: dependency-upgrade

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.logging:micronaut-logging-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-logging)) | `1.3.0` -> `1.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micronaut.logging:micronaut-logging-bom/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency-upgrade

### Feature description Currently the Views rendering (`ReactViewsRenderer::render`) cannot be async, if happens that it's, it fails with `io.netty.util.IllegalReferenceCountException: refCnt: 0`. In my case I'm using `micronaut-views-react` and my Jasascript...

### Feature description Currently the React Renderer expects you to compile one or more bundles of components, and also lets you optionally supply a custom render script. The idea is...