Community sourced notes on upgrades to Grails 3.2.0.
Current Release 3.2.0
| SENTRY_SECRET_KEY=longsecrethere | |
| DOCKERPREFIX=eric | |
| cat <<-EOF > requirements.txt | |
| sentry-slack==0.5.0 | |
| EOF | |
| cat <<-EOF > Dockerfile | |
| FROM sentry:8.5-onbuild | |
| EOF |
| // based on https://support.stripe.com/questions/can-i-charge-my-stripe-fees-to-my-customers | |
| class StripeFees { | |
| static BigDecimal creditCardPct = 0.029 | |
| static Integer creditCardFixed = 30 // cents | |
| static BigDecimal achPct = 0.008 | |
| static Integer achMaxFee = 500 // cents | |
| /** |
| $ chef --version | |
| Chef Development Kit Version: 0.15.15 | |
| chef-client version: 12.11.18 | |
| delivery version: 0.0.23 (bf89a6b776b55b89a46bbd57fcaa615c143a09a0) | |
| berks version: 4.3.5 | |
| kitchen version: 1.10.0 | |
| $ chef verify | |
| Running verification for component 'berkshelf' | |
| Running verification for component 'test-kitchen' |
| test |
Community sourced notes on upgrades to Grails 3.2.0.
Current Release 3.2.0
| package com.grails3book.stripe | |
| import com.agileorbit.gambda.ApiGatewayHandler | |
| import com.agileorbit.gambda.ApiGatewayRequest | |
| import com.agileorbit.gambda.ApiGatewayProxyResponse | |
| import com.amazonaws.services.lambda.runtime.Context | |
| import com.stripe.Stripe | |
| import com.stripe.model.Charge | |
| import groovy.transform.CompileStatic |
Official changelog https://github.com/grails/grails-core/releases/tag/v3.2.8
New app diffs: https://github.com/erichelgeson/grails-versions/compare/3.2.7...3.2.8
☀️ Easy - 0 ⛅ Changes - 1