File tree 14 files changed +14
-15
lines changed
test/resources/org/mybatis/spring
14 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2024 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2024 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 25
25
import java .net .URL ;
26
26
import java .nio .file .Files ;
27
27
import java .nio .file .Path ;
28
- import java .nio .file .Paths ;
29
28
import java .nio .file .StandardCopyOption ;
30
29
import java .util .concurrent .ThreadLocalRandom ;
31
30
@@ -46,7 +45,7 @@ public static void main(String[] args) {
46
45
log (" - Downloader started" );
47
46
final URL wrapperUrl = URI .create (args [0 ]).toURL ();
48
47
final String jarPath = args [1 ].replace (".." , "" ); // Sanitize path
49
- final Path wrapperJarPath = Paths . get (jarPath ).toAbsolutePath ().normalize ();
48
+ final Path wrapperJarPath = Path . of (jarPath ).toAbsolutePath ().normalize ();
50
49
downloadFileFromURL (wrapperUrl , wrapperJarPath );
51
50
log ("Done" );
52
51
} catch (IOException e ) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2024 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2022 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2010-2024 the original author or authors.
2
+ # Copyright 2010-2025 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2024 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2010-2024 the original author or authors.
4
+ Copyright 2010-2025 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments