-
The Jakarta platform included the `@RolesAllowed` annotation (via commons annotation), but it's only used and defined by Enterprise Beans in Jakarta (and in JWT in MicroProfile).
We would like to i…
-
### Steps to Reproduce
```console
$ grails -V
Grails Version: 6.1.2
JVM Version: 11.0.16
```
```console
$ mkdir myapp
$ cd myapp
$ grails create-app --inplace
Specify an application name o…
-
## Summary
Right now is very difficult to use the native-image tool on windows systems(you need to manually install Microsoft Visual C++ (MSVC) and it is difficult to find the right version based on…
-
Allow for integration with `micronaut-security` to provide server interceptors to enforce different types of authentication
Base use case would be `micronaut-security-jwt` to be used for validating…
-
We migrated to Micronaut 3.3.3 from 2.x recently and since Micronaut 3.0 there is a [breaking change](https://docs.micronaut.io/3.0.0/guide/#breaks) in Annotation Inheritance. Due to this the Jackson …
-
most frameworks support this:
Erlang Phoenix
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html
PHP Laravel
https://laravel-livewire.com/
C# RazorPages
https://docs.microsoft.com/e…
-
In Micronaut Data we have a reported issue with Hibernate Reactive and context switching.
https://github.com/micronaut-projects/micronaut-data/issues/2165
There can be the following use-case:
- O…
-
It is a common practice in claim based authorization approach, to allow or disallow a user from accessing a resource, based on claims available in JWT.
I see we have @RolesAllowed annotation that …
-
I'm useing Micronaut framework with Micronaut Data and I'm trying to facilitate GraalVM Native Image. Every think works fine how long I'm not using `PostgreSQLRangeType`. Problem is in lack of reflect…
-
Hi,
More of a question than an issue
Can volley show the full http request / response?
I googled and didn't find an answer.
I already have this: VolleyLog.DEBUG = true
and that does show se…