Skip to content

Commit

Permalink
chore(deps): update masstransit monorepo to 8.3.0 (#1353)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [MassTransit](https://masstransit.io/)
([source](https://redirect.github.com/MassTransit/MassTransit)) |
`8.2.5` -> `8.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/MassTransit/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MassTransit/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MassTransit/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MassTransit/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [MassTransit.Azure.ServiceBus.Core](https://masstransit.io/)
([source](https://redirect.github.com/MassTransit/MassTransit)) |
`8.2.5` -> `8.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/MassTransit.Azure.ServiceBus.Core/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MassTransit.Azure.ServiceBus.Core/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MassTransit.Azure.ServiceBus.Core/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MassTransit.Azure.ServiceBus.Core/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [MassTransit.EntityFrameworkCore](https://masstransit.io/)
([source](https://redirect.github.com/MassTransit/MassTransit)) |
`8.2.5` -> `8.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/MassTransit.EntityFrameworkCore/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MassTransit.EntityFrameworkCore/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MassTransit.EntityFrameworkCore/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MassTransit.EntityFrameworkCore/8.2.5/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/digdir/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
  • Loading branch information
renovate[bot] and oskogstad authored Oct 28, 2024
1 parent df70a46 commit 97cee9a
Show file tree
Hide file tree
Showing 6 changed files with 2,187 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="MassTransit" Version="8.2.5"/>
<PackageReference Include="MassTransit" Version="8.3.0"/>
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<ItemGroup>
<PackageReference Include="Altinn.ApiClients.Maskinporten" Version="9.2.1" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.9.14" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.2.5" />
<PackageReference Include="MassTransit.EntityFrameworkCore" Version="8.2.5" />
<PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.3.0" />
<PackageReference Include="MassTransit.EntityFrameworkCore" Version="8.3.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.10" />
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.8"/>
<PackageReference Include="Bogus" Version="35.6.1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
.AddTransactionalOutboxEntities(builder =>
{
builder.ToTable($"MassTransit{builder.Metadata.GetTableName()}");

// We can remove the code below when the following commit is in a MassTransit release we are using.
// https://github.com/MassTransit/MassTransit/commit/755b267a53c3e5fcdc9dcc0bbfda68a70aaf6bf4
if (builder is not EntityTypeBuilder<OutboxMessage> outboxMessageBuilder)
{
return;
}

outboxMessageBuilder.Property(x => x.Properties).Metadata.SetMaxLength(null);
outboxMessageBuilder.Property(x => x.Body).Metadata.SetMaxLength(null);
outboxMessageBuilder.Property(x => x.Headers).Metadata.SetMaxLength(null);
outboxMessageBuilder.Property(x => x.MessageType).Metadata.SetMaxLength(null);
});
}
}
Loading

0 comments on commit 97cee9a

Please sign in to comment.