Гость » 07 мар 2024, 13:19
Последнее сообщение Гость «
Гость »
My frontend vue application sends a luxon DateTime object to a Spring Boot backend which has a LocalDateTime field, however, java is unable to parse the DateTime object. I have tried using both luxon's toSQL() and toISO() methods to format, but of...
Гость » 07 мар 2024, 13:09
Последнее сообщение Гость «
Гость »
I have a scenario to automate where I have to open profile 5 because this profile is loaded with some extension so that I want to launch it, because when we launch new chrome browser and than load the extension it is giving an error your browser is...
Anonymous » 06 мар 2024, 15:52
Последнее сообщение Anonymous «
Anonymous »
Here see the tags image first six tags are paragraph, then header and then again three more paragraph tag. Same things coming in content panel i.e first six and last three paragraph tag and then header, annotation as well. But if you look into...
Anonymous » 06 мар 2024, 15:51
Последнее сообщение Anonymous «
Anonymous »
I run a Java web service at my workplace which uses JerseyClient to make HTTP requests. A few weeks ago we switched the default connector implementation with ApacheConnector and our server stopped handling requests after some time due to threads...
Anonymous » 06 мар 2024, 15:50
Последнее сообщение Anonymous «
Anonymous »
I'm developing a simple app for WearOS. This app consists of the app itself, which just shows an image and two services. One is a service, does NFC card emulation and the other simply listens for the off body event, and resets some values, whenever...
Anonymous » 06 мар 2024, 15:46
Последнее сообщение Anonymous «
Anonymous »
when I run the main class the compiler gets some errors and the errors are written below. This is very difficult to sort i totally waste four than more hours. This is the hibernate.cfg.xml file
Anonymous » 06 мар 2024, 15:45
Последнее сообщение Anonymous «
Anonymous »
I have a JSON file called Person.json
{ id : 1, name : John , description : I am john , address : XYZ address } I want to know if there is any ORM exist to deal with the data in the JSON file.
Example - I want to update field 'description' to...
Anonymous » 06 мар 2024, 15:44
Последнее сообщение Anonymous «
Anonymous »
/*trying to iterate and print detailsResp data in loggers
I used streams code to print xml object schema file data to iterate and print in object data value in logger but every time it's printing hash code format value only. highly appreciate your...
Anonymous » 06 мар 2024, 15:44
Последнее сообщение Anonymous «
Anonymous »
I have an entity, that has a collection field:
@Type(type = jsonb ) @ColumnDefault( ' ' ) @Column(columnDefinition = jsonb , nullable = false) private Collection myCollection = new ArrayList(); If myCollection field will be null and Hibernate will...
Anonymous » 06 мар 2024, 15:40
Последнее сообщение Anonymous «
Anonymous »
The issue
I have a Maven project I'm trying to migrate it from JDK 11 to JDK 17.
In this project, I have a test using @TempDir from the library JUnit 5. Internally, this library uses java.nio.file.Files.createTempDirectory( junit ). This...
Anonymous » 06 мар 2024, 15:36
Последнее сообщение Anonymous «
Anonymous »
I'm trying to programatically create a Keycloak realm, with associated client on Keycloak 24.0.0 using the library: org.keycloak:keycloak-admin-client:24.0.0.
I want to turn on Client authentication and Authorization for the client.
Anonymous » 06 мар 2024, 15:36
Последнее сообщение Anonymous «
Anonymous »
Hi I am executing a stored procedure which is executing perfectly fine however following line is returning false storedProcedureQuery.execute() Please guide if I am doing something wrong else please guide me if there is some other way to ensure if...
Anonymous » 06 мар 2024, 15:36
Последнее сообщение Anonymous «
Anonymous »
I have a list of objects that I don't want to contain duplicates. Since the objects are expensive to create, I don't want to use a set, as that requires an object to be created first, before determining if it is already present in the set. Instead,...
Anonymous » 06 мар 2024, 15:35
Последнее сообщение Anonymous «
Anonymous »
I have the following situation: my java spring boot application shall perform calculations based on a large amount of some master data. It must be ensured that the master data correspond to a certain state as a unit. It should not happen that at one...
Anonymous » 06 мар 2024, 15:28
Последнее сообщение Anonymous «
Anonymous »
Currently I just tried to download and build to make the Netty source code work. But when I tried to run the command mvn eclipse:eclipse in the source folder. I got an error said
Anonymous » 06 мар 2024, 15:19
Последнее сообщение Anonymous «
Anonymous »
I have an existing Cypress framework code with allure reporting integrated in my local machine. Allure uses Java for generating html reports which is already installed in my machine . My final goal is to run the whole cypress project as a docker...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения