Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
18 views

I have a Spring Boot application that scans uploaded image files using ClamAV before storing them. The scan is performed by streaming the file bytes to the ClamAV daemon using the INSTREAM command via ...
Surya Teja Chavali's user avatar
0 votes
1 answer
19 views

I am migrating a Spring Boot 3.x application to use Java Virtual Threads. I have replaced my standard async executor with a virtual thread executor: Java @Bean public Executor taskExecutor() { ...
Max's user avatar
  • 767
Best practices
0 votes
3 replies
46 views

I am splitting a Java program into multiple questions for a programming assignment. The goal of the program is to read a message from the user and return only the capital letters in that message. If ...
Li Dekai's user avatar
1 vote
1 answer
19 views

I'm trying to forward file from http download to s3AsyncClient. Its important for it to be asynchronous, and close to zero copy, so i used netty HttpClient and S3AsyncClient and I pass file through ...
John Jeromin's user avatar
Tooling
0 votes
1 replies
42 views

I'm making a java program to controller a RC Car and a want to control it with a wireless xbox controller. I've tried JInput, but without hot-pluging I don't want to use it. I've seen people recommend ...
yibist's user avatar
  • 21
Advice
0 votes
1 replies
174 views

The Imagine project is looking for partners to promote The Second World Digital Strike on Feb 24 2027 We need 51% of humanity to join 2nd strike then wars stop We need 51% of humanity to join 2nd ...
user avatar
0 votes
2 answers
31 views

I have a dataproc java Spark job that processes a dataset in partitions and inserts rows into batches. The code uses rdd.mapPartitions with an iterator, splitting rows into batches (e.g., 100 rows ...
Aakash Shrivastav's user avatar
1 vote
0 answers
41 views

I'm using the Java printing API [1] to print to a printer using CUPS. We are using Java 8 for Java client and CUPS 2.2.6. The Java process is on the same server as the CUPS daemon where all printers ...
OscarRP's user avatar
  • 115
Advice
0 votes
19 replies
187 views

i am currently lost. I am learning Java at school and we have a Project in which a group needs to explain a certain thing in Java. Mine is Interfaces. I am trying to research on what exactly ...
Snawa's user avatar
  • 1
Advice
0 votes
1 replies
46 views

I am automating job applications on Naukri.com using Selenium WebDriver in Java. My code successfully navigates to the job page and opens the job details, but I am unable to click on the 'Apply' or '...
Er. Shivam Parashar's user avatar
5 votes
1 answer
118 views

Consider: @AllArgsConstructor(onConstructor_ = @Autowired) I used this @AllArgsConstructor Lombok annotation in my class repository during Spring Boot work. cannot find symbol symbol: method ...
user32299629's user avatar
0 votes
1 answer
52 views

I want to install a project from a public GitHub repository. I could clone and install it. However, I want to do it in one go with JitPack without storing sources locally. Example project. My attempt: ...
Sergey Zolotarev's user avatar
0 votes
0 answers
37 views

I have a multi module project. All working fine with java 8 and kotlin 2.3.0. I want to upgrade java up to 21. After upgrading java kotlin compilatin failing in one of submodules. But in another ...
Sergey's user avatar
  • 41
Tooling
0 votes
1 replies
61 views

Current spring implementation of structured logging with ECS format creates object "service" with fields: name, version, environment, node I would like to add field "id" to the ...
abc12331231's user avatar
Advice
0 votes
2 replies
58 views

I need help designing a Multi-User Blog Platform using Spring Boot and React or with HTML, CSS, and JavaScript. What basic modules should I implement? What should be my first step to start the project?...
Sabia's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
127799