Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

I have created a java appliction, I wish to upload the appliaction as a docker image. The Problem is it looks like Java 17 is not supported, or no longer supported. I have used FROM openjdk:17 I got ...
Tony's user avatar
  • 25
-1 votes
0 answers
42 views

I recently upgraded to jdk21 and a test started failing on this line: verify(this.myService, times(2)).myMethod(myCaptor.capture()); The issue seems to be the use of a capture. If I remove it (...
ticktock's user avatar
  • 1,731
0 votes
1 answer
29 views

I am new to spring security. I have been looking to build an authorization server and I have went through a couple of documentations. I saw that all of them have used something like: ...
Farhad Zada's user avatar
0 votes
0 answers
33 views

I am working on a Java/Spring project where users submit data via XML files, we process the files, checking the data against specific checks, and logging any checks that are violated into an XML file ...
Paul's user avatar
  • 23
0 votes
0 answers
32 views

The upcoming openssl release 3.0 will remove support for weak crypto in PKCS#12 files. So .p12 files generated with the Bouncy Castle provider that typically have this crypto: $ openssl pkcs12 -in ...
wallenborn's user avatar
  • 4,263
0 votes
1 answer
106 views

I have Java enums with a description field that I want to persist to the database instead of the enum constant name. For example: public enum CommitteeType { AUDIT_COMMITTEE("audit committee&...
Lorenzo Tirotta's user avatar
1 vote
0 answers
25 views

Hello I'm trying to send client side certificate to nginx server using mTls 1.3, I use my self signed certificate from my java keystore, I already tested firefox<->nginx using the exported ...
Bora Ciner's user avatar
0 votes
0 answers
41 views

I have a Spring Boot multi-module Maven project. Modules: module-1 → Spring Boot application (packaged as a runnable fat jar) module-2 → Spring Boot application (also packaged as fat jar) module-3 →...
CHARAFI Saad's user avatar
  • 1,440
0 votes
0 answers
58 views

I want to dynamically hide a field and make the lower components move up. For a reason I can't comprehend, I have to wrap the field in a Container — otherwise, the space stays blank (unless I manually ...
Sergey Zolotarev's user avatar
-2 votes
0 answers
27 views

I have setup MCP server and its running successfully - verified with MCP inspector. I am trying to configure MCP client to connect with MCP server. Getting compliation error wihile setting up server ...
ShasiSekar's user avatar
Best practices
0 votes
0 replies
11 views

how to register a dubbo instance to the nacos registration center using a public ip address? because i want at local environment to call nacos test environment instance,convenient for local debugging, ...
王晨开's user avatar
Best practices
0 votes
1 replies
20 views

I have an XML, AndroidX based application (i.e. not using any Jetpack Compose components) that now targets SDK 36 and I need to update to take advantage of edge-to-edge. Having read a number of guides,...
GeNextAppLabs's user avatar
1 vote
1 answer
92 views

I would like to implement a remember-me functionality in my very plain servlet based system. No Spring, No Shiro nothing. I'm mightily struggling to make it work. On paper it seems fairly straight ...
LostAndConfused's user avatar
0 votes
1 answer
82 views

This is a Java/Kotlin project. I want to be able to write code with one abstraction in the main and different implementations in multiple source sets. And then run it as a Java application. There are ...
Stanley Wintergreen's user avatar
0 votes
2 answers
61 views

I am upgrading my Spring Boot app to Spring Boot 4.0.1. However, I can not figure out the correct dependency to add to my pom.xml for the following annotations in my @SpringBootTest annotated ...
Jan-Hendrik van Heusden's user avatar

15 30 50 per page
1
2 3 4 5
127850