Guillaume Husta

Results 17 issues of Guillaume Husta

In the "Body" section, the label under **"Custom Headers"** is "Request Parameters". It should be **"Request Headers"**. The comment in gray under the inputs is incorrect also. Thanks

Time to upgrade to PostgreSQL 15 See [Release notes](https://www.postgresql.org/docs/15/release.html)

enhancement

Only the direct dependencies are managed in this goal. The transitive ones are not. #### For example : When running `mvn versions:display-dependency-updates` on a project with the direct dependency `org.apache.struts:struts-core:1.3.10`,...

- https://docs.docker.com/engine/reference/builder/#user - https://docs.docker.com/engine/reference/builder/#copy (COPY --chown) - https://medium.com/redbubble/running-a-docker-container-as-a-non-root-user-7d2e00f8ee15 - https://docs.docker.com/build/building/best-practices/#user ⭐

enhancement
docker

> Emoji 5.0 added support for [subdivision flags](https://emojipedia.org/emoji-tag-sequence/) and listed [England](https://emojipedia.org/flag-england/), [Scotland](https://emojipedia.org/flag-scotland/) and [Wales](https://emojipedia.org/flag-wales/) as [Recommended for General Interchange](https://emojipedia.org/glossary/#rgi) (RGI). See : https://emojipedia.org/emoji-5.0/

enhancement

Hello Are there any plans to add **Font Awesome 6** ? It contains web fonts : ``` $ ll -h webfonts/*.ttf -rwxrwxrwx 1 me me 186K Aug 1 18:27 webfonts/fa-brands-400.ttf*...

The searchable option affects all the multiselect lists when false. For example, if we try to do : $("#list1").multiselect({sortable: false, searchable: true}); $("#list2").multiselect({sortable: false, searchable: false}); All the widgets now...

Time to upgrade to PostgreSQL 17 See [Release notes](https://www.postgresql.org/docs/17/release.html)

enhancement

Documentation for property `spring.mvc.problemdetails.enabled` should be updated with RFC 9457. It would reflect the changes already done in Spring FWK : - https://github.com/spring-projects/spring-framework/commit/89ce63f1f36c2e526ea5270fb7a5b969043d7554 - https://github.com/spring-projects/spring-framework/issues/32806 See for example in :...

type: documentation

## What problem are you trying to solve? Flyway has been upgraded to version 10 with Spring Boot 3.3. Some changes have to be made for this upgrade, as explained...

bug
recipe