Skip to content

Commit

Permalink
Merge pull request #1027 from hazendaz/master
Browse files Browse the repository at this point in the history
Update jdks in GHA and normalize end of file markers
  • Loading branch information
hazendaz committed Jun 15, 2023
2 parents 4d39c24 + c2af754 commit c7b3244
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 19, 20-ea]
java: [11, 17, 20, 21-ea]
distribution: ['zulu']
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Report Coverage to Coveralls for Pull Requests
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclipse-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [17, 19, 20-ea]
java: [17, 20, 21-ea]
distribution: ['zulu']
fail-fast: false
max-parallel: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public class Jdk14LoggingLogFactory implements AbstractLogFactory {
public Log getLog(Class<?> clazz) {
return new Jdk14LoggingImpl(clazz);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public class NoLoggingLogFactory implements AbstractLogFactory {
public Log getLog(Class<?> clazz) {
return new NoLoggingImpl();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public class Slf4jLoggingLogFactory implements AbstractLogFactory {
public Log getLog(Class<?> clazz) {
return new Slf4jImpl(clazz);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@
<!ELEMENT commentGenerator (property*)>
<!ATTLIST commentGenerator
type CDATA #IMPLIED>


Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ elements after the <code>&lt;mappers&gt;</code> element.</p>
in the manner applicable for your environment.</p>

</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ and should be easy to deduce from the description of the XML changes.</p>
this interface for some other execution environment, you will need to rework your implementation.</li>
</ul>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ and should be easy to deduce from the description of the XML changes.</p>
to <code>clientXXX</code>.</li>
</ul>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ web site page for information on installing the Eclipse plugin.</p>
directory structure. MBG will create these subdirectories if necessary.</li>
</ul>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
java -cp mybatis-generator-core-x.x.x.jar org.mybatis.generator.api.ShellRunner -configfile generatorConfig.xml -overwrite
</pre>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
</li>
</ul>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
MyBatis Generator in eclipse will not overwrite any custom changes you make to the objects it generates. You can
run it over and over again without fear of losing custom changes.</p>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ and that directory will be created if it doesn't already exist. If not set to "
<code>targetProject</code> will be interpreted as normal by MBG - it must be set
to a directory that already exists.</p>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion core/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -934,4 +934,4 @@ will always be updated.</p>
</li>
</ul>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-domtests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The project hooks a code generation step into the standard Maven lifecycle. We
* [generate-test-sources phase] Your generator classes are executed and the output is added to the test
source path
* [test-compile phase] The output of your generator is compiled. If it fails, it will break the build. This is the primary test of generated code - that it compiles. Any other tests you add to src/test/java are also compiled
* [test phase] Any tests you create are executed. You can write tests to execute your generated code if you so desire
* [test phase] Any tests you create are executed. You can write tests to execute your generated code if you so desire
2 changes: 1 addition & 1 deletion eclipse/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.core/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -613,4 +613,4 @@ public class AwfulTable extends AwfulTableKey {
result = prime * result + ((getDbClass() == null) ? 0 : getDbClass().hashCode());
return result;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1415,4 +1415,4 @@ public class AwfulTableExample {
this(condition, value, secondValue, null);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ public interface AwfulTableMapper {
"where \"CuStOmEr iD\" = #{customerId,jdbcType=INTEGER}"
})
int updateByPrimaryKey(AwfulTable record);
}
}
2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.core/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.doc/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.site/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ class SecondOuterClass {
public void setId(int id) {
this.id = id;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.ui.tests/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ public class Slf4jLoggingLogFactory implements AbstractLogFactory {
public Log getLog(Class<?> clazz) {
return new Slf4jImpl(clazz);
}
}
}
2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.ui/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ public void init(IWorkbench workbench, IStructuredSelection selection) {
public void init(IWorkbench workbench, ISelection selection) {
this.selection = selection;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ public String getLocation() {
public String getFileName() {
return fileText.getText();
}
}
}
2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


2 changes: 1 addition & 1 deletion eclipse/releng/2021-06.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
</target>
</target>

0 comments on commit c7b3244

Please sign in to comment.