File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
src/main/java/com/lsefiane/publisher
publisher-subscriber-common
src/main/java/com/lsefiane/subscriber/config Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.4.4 </version >
9
+ <version >3.4.5 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.lsefiane</groupId >
Original file line number Diff line number Diff line change 10
10
<description >Spring Boot JMS ActiveMQ Publisher/Subscriber Microservices</description >
11
11
<packaging >pom</packaging >
12
12
<properties >
13
- <java .version>11 </java .version>
13
+ <java .version>17 </java .version>
14
14
</properties >
15
15
<modules >
16
16
<module >publisher-subscriber-common</module >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.4.4 </version >
9
+ <version >3.4.5 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.lsefiane</groupId >
Original file line number Diff line number Diff line change 1
1
package com .lsefiane .publisher .controller ;
2
2
3
- import javax .validation .Valid ;
3
+ import jakarta .validation .Valid ;
4
4
5
5
import org .springframework .beans .factory .annotation .Autowired ;
6
6
import org .springframework .web .bind .annotation .PostMapping ;
Original file line number Diff line number Diff line change 1
1
package com .lsefiane .publisher .dto ;
2
2
3
- import javax .validation .constraints .NotBlank ;
3
+ import jakarta .validation .constraints .NotBlank ;
4
4
5
5
import lombok .AllArgsConstructor ;
6
6
import lombok .EqualsAndHashCode ;
Original file line number Diff line number Diff line change 1
1
package com .lsefiane .publisher .jms .postprocess ;
2
2
3
- import javax .jms .JMSException ;
4
- import javax .jms .Message ;
3
+ import jakarta .jms .JMSException ;
4
+ import jakarta .jms .Message ;
5
5
6
6
import org .springframework .jms .core .MessagePostProcessor ;
7
7
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.4 </version >
8
+ <version >3.4.5 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.lsefiane</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.4.4 </version >
9
+ <version >3.4.5 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.lsefiane</groupId >
Original file line number Diff line number Diff line change 1
1
package com .lsefiane .subscriber .config ;
2
2
3
- import javax .jms .ConnectionFactory ;
3
+ import jakarta .jms .ConnectionFactory ;
4
4
5
5
import org .springframework .beans .factory .annotation .Autowired ;
6
6
import org .springframework .context .ApplicationContext ;
You can’t perform that action at this time.
0 commit comments