Slackbot
12/24/2022, 12:29 AMSlackbot
12/25/2022, 5:42 PMSlackbot
12/26/2022, 5:16 PMSteve Vermeulen
12/27/2022, 5:10 AMgradle.lockfile
files are usually generated the same way each time, but occasionally I find that compileClasspath
is either added or removed. Anyone know why that might be? The dependencies in question are java/groovy librariesSlackbot
12/27/2022, 11:28 AMSlackbot
12/27/2022, 12:45 PMSlackbot
12/27/2022, 5:44 PMSlackbot
12/27/2022, 8:28 PMSlackbot
12/28/2022, 12:19 AMSlackbot
12/28/2022, 12:36 AMMatteo
12/28/2022, 12:49 AMapplication.yaml
but unfortunately it doesn't work as expected:
micronaut:
application:
name: micronaut-guide
netty:
default:
allocator:
max-order: 3
#tag::jpa[]
jpa:
default:
entity-scan:
packages:
- 'example.micronaut.domain' # <1>
properties:
hibernate:
show-sql: true
hbm2ddl:
auto: update # <2>
connection:
db-type: postgres # <3>
reactive: true
#end::jpa[]
test-resources:
containers:
postgres:
image-name: postgres:latest
• the postgres docker is not raised up 😕 totally ignored! But I've followed what the documentation says: https://micronaut-projects.github.io/micronaut-test-resources/snapshot/guide/#modules-databases-jdbc
• the frameworks complains I'm now giving all the information needed:
Message: Could not resolve placeholder ${auto.test.resources.jpa.default.properties.hibernate.connection.url}
mmm... does this only work for mysql? any help to move this is appreciated ❤️Slackbot
12/28/2022, 10:03 AMSlackbot
12/28/2022, 11:48 AMbademux
12/28/2022, 1:06 PMExecution failed for task ':common:compileAcceptanceTestGroovy'.
> Could not resolve all files for configuration ':common:detachedConfiguration1'.
> Could not download ivy-2.5.0.jar (org.apache.ivy:ivy:2.5.0)
> Could not get resource '<https://mavenrepo/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar>'.
> Could not GET '<https://mavenrepo/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar>'. Received status code 403 from server
Slackbot
12/29/2022, 2:57 PMMatthew Von-Maszewski
12/29/2022, 4:30 PMNo tool chain has support to build C++ for host operating system 'Mac OS X' architecture 'aarch64'
Yes, Intel mac works fine. But need M1 native build too.Slackbot
12/30/2022, 1:09 AMSlackbot
12/30/2022, 12:42 PMSlackbot
12/31/2022, 1:24 AMSlackbot
01/02/2023, 10:09 PMSlackbot
01/03/2023, 11:11 AMSlackbot
01/03/2023, 2:03 PMSlackbot
01/03/2023, 6:19 PMSlackbot
01/04/2023, 11:44 AMSlackbot
01/04/2023, 1:00 PMSlackbot
01/04/2023, 7:57 PMSlackbot
01/05/2023, 2:28 PMSlackbot
01/05/2023, 2:42 PMSlackbot
01/05/2023, 3:29 PMSlackbot
01/05/2023, 3:41 PM