python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Change remote repository credentials (authentication) on Intellij IDEA 14
I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so it stops me from pulling/pushing anything to my repository. I am...

Bekim
@bekim-bekimfetahu-at-gmailcom
Votes: 0
Answers: 0
Coverting a Kafka message into java object
I am trying to convert a kafka message which is received as List of string into Json object.
Following is my code snippet:
//Kafka consuming msg
List<String> message = KafkaMessa...
Rumi
Votes: 1
Answers: 1
Equivalent of try-with-resources but throw the exception
I have a function read:
public static ArrayList<String> read(Path path) throws FileNotFoundException {
ArrayList<String> lines = new ArrayList<String>();
File fileToR...
Jam
Votes: 0
Answers: 0
Async process is not working in Springboot application
I am trying async process in my code. i written code like below. But async process is not working. Thread name '' itself not showing in logs. It looks Service class is not looking bean 'asyncExecutor...
slj
Votes: 0
Answers: 1