-
This story will be comprised of the following:
1. Implement basic Lambda function for course progression.
2. Create initial Spring Boot API structure.
3. Implement user authentication.
4. Deve…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
##### **Overview of the issue**
#10686 moved Entity and DTO tests away from `web.rest` layer but related `TestUtil` remained in `web.rest` layer.
https://github.com/jhipster/generator-jhip…
-
This is my page:
````
@WicketHomePage
class LoginPage : EaznBaseLayoutPage(), IUnauthenticatedAccessablePage {
@SpringBean
private lateinit var loginAction: LoginAction
overrid…
-
## What version of OpenRewrite are you using?
I am using `main`
## How are you running OpenRewrite?
unit tests
## What is the smallest, simplest way to reproduce the problem?
edited…
-
Spring Boot 3.2.3, Spring Cloud Gateway MVC 4.4
After migration from ZuulProxy to Spring Cloud Gateway MVC in my application i am encountering an OutOfMemory error when I send a JSON file of approx…
-
### Expected Behavior
As specified in the Grails 3.3.8 documentation [here](https://grails.github.io/legacy-grails-doc/3.3.8/guide/security.html#codecs), the HTML codec should come as standard, and t…
-
My test is broken after `rest-assured` dependency removed, I found it caused by `TestRestTemplate` inconsistent follow redirects. `TestRestTemplate` will use apache httpclient since `org.apache.httpc…
quaff updated
2 weeks ago
-
**Describe the bug**
After routing `multipart/form-data` through gateway mvc, downstream service receive request but without multipart file.
I looked into code of gateway and in `RestClientProxyEx…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues.
### Environment
Tested with Java 17, Ubuntu, …