Jo G. 🌏
Jo G. 🌏
https://app.safe.global/apps 
https://www.drips.network/app/drip-lists  The CSV can look something like this: ```csv recipient,percentage 0x11111B3227266b51fd34b97B0f11bd96BA111111,0.60 0x22222B3227266b51fd34b97B0f11bd96BA222222,0.30 0x33333B3227266b51fd34b97B0f11bd96BA333333,0.10 . . . ``` Will be a time-saver for drip lists with many recipients, to avoid...
```bash mvn compile ``` ```bash [INFO] --------------------------< ai.elimu:webapp >--------------------------- [INFO] Building webapp 2.4.26-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'verbose' is unknown for plugin 'jetty-jspc-maven-plugin:10.0.21:jspc (jspc)' ```
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
See `pom.xml` profiles: `regression-testing-rest`, `regression-testing-ui`. Write a new `TEST.md` document.
## Description Change `log.info` to `log.debug` where it makes sense. ## Why? To reduce the waiting time during localhost development/testing.
closes #1691 closes #1698 closes #1795 closes #1796 closes #1797
Migration guide: https://docs.spring.io/spring-security/reference/5.8/migration/servlet/index.html - [x] [Update to Spring Security 5.8](https://docs.spring.io/spring-security/reference/5.8/migration/index.html#_update_to_spring_security_5_8) https://github.com/elimu-ai/webapp/pull/1794/commits/0c2b19b3c1ef3db2f48a2020b9dbb3bec68982ee - [x] [Migrate to Spring Security 6.0](https://docs.spring.io/spring-security/reference/6.0/migration/index.html) https://github.com/elimu-ai/webapp/pull/1794/commits/f0eba245e9f276bfb808ffa2822ea05d1689f6e0
https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#upgrading-to-version-60 - [x] Hibernate ORM 5.6.0 https://github.com/elimu-ai/webapp/pull/1700 - [x] https://github.com/elimu-ai/webapp/issues/1742 - [x] Hibernate Validator 7.0.x https://github.com/elimu-ai/webapp/commit/01e273ce087877a3236c1803dfb017d732e8e1ef - [x] Spring Framework 6.0.x https://github.com/elimu-ai/webapp/pull/1794/commits/f0eba245e9f276bfb808ffa2822ea05d1689f6e0 - [ ] Hibernate ORM 6.0.0 --- *...