Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I’ve been using custom implementations of HttpInput.Interceptor and HttpOutput.Interceptor in Jetty 11 and earlier, overriding the readFrom and write methods to add my own logic. I’m now migrating to ...
Vivek Dhyani's user avatar
0 votes
0 answers
31 views

I am working with AWS Lambda functions and I’m having an issue with getting the POST request sent to the Lambda function. I found that with PostMan I can add a Content-Type application/json header and ...
Chuck Schwing's user avatar
Best practices
0 votes
0 replies
18 views

I worked on a performance improvement of importing large dataset in SpringBoot JPA. I Implemented batching of the records that I am saving to database and flushing and clearing the entity manager on ...
Abhishek Saxena's user avatar
0 votes
1 answer
43 views

So I am working on building a spring boot application, which has some rest endpoints and in my service I am calling some other downstream API's using Webflux. All the calls are non-blocking, meaning I ...
Rohit's user avatar
  • 65
Advice
1 vote
0 replies
21 views

Assume I'm using gradle 9.1 and kotlin plugin 2.3.0 Suppose I have the following gradle configuration for java project which creates a custom sources directory (imagine integration tests, but not ...
Dragas's user avatar
  • 1,287
1 vote
0 answers
44 views

Context: The project uses the PostgreSQL database, managed via EclipseLink. Horizontal scaling is planned by migrating to the sharded Postgres Pro Shardman. Currently, the primary key of each table is ...
denisnumb's user avatar
1 vote
0 answers
40 views

I'm upgrading from Java 17 to 25, Spring Framework 5.3.39 to 7.0.3. Whenever I try to submit credentials via login page, I get error 404. Am I missing something to make this work? Spring 5 ...
Brian Antiqueña's user avatar
-3 votes
0 answers
86 views

Is it possible in Java 8 to determine what app is used to open files with a certain extensions by default? For example, whether .ods files are opened by LibreOffice or OpenOffice. Desktop.getDesktop()....
Sergey Zolotarev's user avatar
-5 votes
1 answer
64 views

How to Save to DB ( in a transactional manner) restClient connection Send the Kafka message about it in case of success, and vice versa? @Slf4j public class SyncServiceImpl implements SyncService { ...
J.J. Beam's user avatar
  • 3,209
-6 votes
0 answers
42 views

The method process: 1) calculates how many points a candidate has earned, 2) saves the result to the database, 3) sends a callback about it to an external service. --- need to send a callback in ...
J.J. Beam's user avatar
  • 3,209
-7 votes
0 answers
54 views

I have been trying to make a minecraft mod clear strings but I've come to crashing and whatever I do if I use unsafe or anything like that I just can't seem to make it is there a way to clear already ...
Gamesense's user avatar
-5 votes
0 answers
58 views

actually i have a serviceA that is a transactional service that uses JtaTransactionManager this service when it is executed there is an aop advice that is executed before , this advice calls the ...
Ares's user avatar
  • 99
-5 votes
0 answers
69 views

I am trying to write a Java program to check whether a given number is a palindrome or not. A palindrome number remains the same when its digits are reversed (for example, 121 or 1331). I wrote the ...
SANKAR S's user avatar
-2 votes
0 answers
53 views

I have 8.5x5.5 pdf I want to print it silently (without any dialog box) using java. I am using pdfbox 3.0.6. No matter how I tried it always prints in sideways.
Surendra's user avatar
-3 votes
0 answers
47 views

We are currently managing a microservice architecture with 40+ services that communicate internally. Our current approach to sharing data models/contracts is causing significant stability issues. ...
Pankaj Singh Rana's user avatar

15 30 50 per page
1
2 3 4 5
127836