Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support JDK 6 and 7 at build definitions #1209

Merged
merged 10 commits into from
Mar 19, 2018

Conversation

kazuki43zoo
Copy link
Member

@kazuki43zoo kazuki43zoo commented Mar 17, 2018

I've fixed #1207 .
Please review this.

Notes:

Following two artifacts could not upgrade to the latest version. Please see the xml's comment about reason. I will create new issues to fix it.

Thanks.

@hazendaz
Copy link
Member

@kazuki43zoo Sorry about that. I applied the maven wrapper 0.40 but left as 3.2.5. Can you rebase?

pom.xml Outdated
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<version>1.0.1.Final</version>
<version>1.1.1.Final</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kazuki43zoo We can use the real one now...

     <groupId>javax.transaction</groupId>
      <artifactId>javax.transaction-api</artifactId>
      <version>1.3</version>

@kazuki43zoo
Copy link
Member Author

Can you rebase?

Of course!

We can use the real one now...

OK! I will change to use the javax.transaction:javax.transaction-api.

* log4j-core 2.3 -> 2.5
* cglib 3.2.5 -> 3.2.6
* junit-vintage-engine 4.12.2 -> 5.1.0
* hsqldb 2.3.5 -> 2.4.0
* derby 10.12.1.1 -> 10.14.1.0
* mockito-core 2.12.0 -> 2.16.0
* commons-dbcp 1.x -> commons-dbcp2 2.2.0
* jboss-transaction-api_1.2_spec 1.0.1 -> 1.1.1
* postgresql 42.1.4.jre6 -> 42.2.1
* assertj-core 1.7.1 -> 3.9.1
* catch-exception 1.4.4 -> 1.4.6
* postgresql-embedded 2.5 -> 2.8
@kazuki43zoo
Copy link
Member Author

@hazendaz I've applied your comments. And I've updated to mybatis-parent 31-SNAPSHOT.

@kazuki43zoo
Copy link
Member Author

@harawata @jeffgbutler Can I merge this?

@harawata
Copy link
Member

I didn't check the details, but I trust you guys. :)

@kazuki43zoo kazuki43zoo merged commit 686a6de into mybatis:master Mar 19, 2018
@kazuki43zoo
Copy link
Member Author

I've merged this at now. If there is a problem, please add a comment.

@kazuki43zoo kazuki43zoo deleted the gh-1207_drop-jdk6_7 branch March 19, 2018 14:44
@hazendaz
Copy link
Member

hazendaz commented Mar 19, 2018 via email

</build>
</profile>
</profiles>
<repositories>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This used to work without problems. Anyone know what changed to require this? Do we want to add this to the parent?

Copy link
Member Author

@kazuki43zoo kazuki43zoo Mar 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added to refer the mybatis-parent 31-SNAPSHOT on travis-ci. (it is temporary solution until releasing mybatis-parent 31).

Do we want to add this to the parent?

No.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I find it odd though that using the snapshots used to work fine on travis. I suspect something changed. I did fully bring the parent up-to-date just a little while ago. I've got some questions in it that I need to answer but likely could get it released out soon.

kazuki43zoo added a commit that referenced this pull request Apr 28, 2018
h3adache pushed a commit that referenced this pull request May 5, 2018
pulllock pushed a commit to pulllock/mybatis-3 that referenced this pull request Oct 19, 2023
Drop support JDK 6 and 7 at build definitions
pulllock pushed a commit to pulllock/mybatis-3 that referenced this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for JDK 1.6 and 1.7 at build definitions
3 participants