Skip to content

Commit

Permalink
Final update for v3.5.2-alpha.6 and looking good for a build artifact!
Browse files Browse the repository at this point in the history
The next release with be beta!
  • Loading branch information
rbluer committed Nov 25, 2019
1 parent 1c8d38f commit 94ba2e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion changelog_v3.5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and address some of the outstanding bugs. If I can leave this in a slightly
better state from what I found it, then I will consider this a success.


## tag v3.5.2-beta.1 - Next tag will be beta!!

We are done with alpha tagging! Time to focus on getting this released!


## tag v3.5.2-alpha.6 - 2019-11-24

* **Guava Caching - Google Caching - Redundancy**
Expand Down Expand Up @@ -168,7 +173,7 @@ then make needed adjustments before moving onward.
* <code>gradlew build</code> :: Will build project with the new version to ensure all is good. If build is good, then you can try to upgrade to the next version.


* v5.0 Incompatibility issues:
* Gradle v4.10.3 v5.0 Incompatibility issues:
* v4.6 hit an incompatibility with v5.0 with command line warnings - Added the gradle.properties to better control the logging of errors.
* v4.7 hit another incompatibility with v5.0 with the lack of annotationProcessor for resources that are using annotations. - Later versions of Gradle identified the source of this issue and I was able to add an annotationProcessor to the prison-sponge's build.gradle settings.
* v4.9 hit another incompatibility with v5.0. The 'deferred configurable' behavior of the 'publishing {}' block has been deprecated. From what I can tell, it should be all right?
Expand All @@ -177,6 +182,10 @@ then make needed adjustments before moving onward.
I'm going to call it quits for now with upgrading gradle. v4.10.3 is closer to a current release and I need more time to review the last few issues.


* **Few minor bug fixes**
A few changes that fixed when the mines and ranks were being saved. There were a few issues
with them saving when there were no changes made (server start and shutdown).


**Build artifacts:**
Be aware that this build artifact is not production grade and still needs more testing.
Expand Down

0 comments on commit 94ba2e0

Please sign in to comment.