priyda

Results 9 issues of priyda

## Overview I want to draw attention to the build support provided by JUnit 5 user guide. I found that Bazel build support is missing in the [user guide](https://junit.org/junit5/docs/current/user-guide/#running-tests-build). It...

theme: documentation
component: Platform
status: new
3rd-party: Bazel

Changes for issue : Improve text for welcome contribution notice #11424" Added required changes for improving text for welcome changes. Fixes #11424

The contract has two functions: The lcs function takes two strings and the lengths of the strings as input and returns the length of the LCS of the strings. The...

com.samarthsoft.prabandhak.services.common.RmiRegistryStarter and com.samarthsoft.prabandhak.services.common.RmiStarter Check its usage and remove the files if those are not in use as it has several deprecations.

saveOrUpdate method is deprecated, use persist instead of it. The change is at multiple places. [save()](https://docs.jboss.org/hibernate/orm/6.0/javadocs/org/hibernate/Session.html#save(java.lang.Object)) is deprecated since Hibernate 6.0. The [javadoc](https://docs.jboss.org/hibernate/orm/6.0/javadocs/org/hibernate/Session.html#save(java.lang.Object)) suggests to use [persist()](https://docs.jboss.org/hibernate/orm/6.0/javadocs/org/hibernate/Session.html#persist(java.lang.Object)) instead.

org.hibernate.service.ServiceRegistryBuilder is deprecated, please update this class using StandardServiceRegistryBuilder. Let me know if I can work on this issue.

As you are using an older version of log4j it is exposed below vulnerability : https://github.com/advisories/GHSA-fp5r-v3w9-4333. Please upgrade to Log4j2.X version.

Issue: the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely...